hey folks! you can try MACD ( moving average converage diverange for your solution) it good indicator and working as " verifcation" dont use only this one
Angel you can simple copy and paste in Metastock ( expert advisor)
Current Statistics
Close: WriteVal(Close,8.3)
Change: Writeif(roc(c,1,$)>0,"WriteVal(roc(c,1,$),8.3)" , "writeif(roc(c,1,$) < 0,"WriteVal(roc(c,1,$),8.3)" ,"WriteVal(roc(c,1,$),8.3)" )")
MACD Value: WriteVal(MACD(),8.3)
Signal Line: WriteVal(Mov(macd(),9,e),8.3)
The MACD can provide buy/sell indications in three ways, signal line crossovers, overbought/oversold conditions, and divergences
Hope it help!
