Hi Karthik,
I was going through guppys site and I came across a expert advisor. I needed your help in the same.
Under Trends add the Bullish formula :
ADX(14) > 20 AND ( Mov(C,15,S) > Mov(C,30,S)) AND ( Mov(C,5,S) > Mov(C,30,S))
and the Bearish formula :
ADX(14) > 20 AND ( Mov(C,15,S) < Mov(C,30,S)) AND ( Mov(C,5,S) < Mov(C,30,S))
In Symbols add this condition
Formula: ADX(14) > 20 AND ( Mov(C,15,S) > Mov(C,30,S)) AND ( Mov(C,5,S) > Mov(C,30,S)) AND Stoch(5,3) < 30 AND Ref(Stoch(5,3) ,-1) >=30
Now what I understand from the formula i have put in the box above is that if adx is more than 20, and mov avg of 15 and 5 day is more than 30. Also, when stoch is less than 30 and one day before it was more than or equal to 30. This is the main criteria and if this is met then the signals will come as per the bullish and bearish formulae which are just based on ADX and mov averages.
I am attaching the chart also where i have put this advisor. Please correct me if I have understood this wrong.
Rgds
Rahul