Hi guys,
I read an expression of a Metastock expert that returns buy and sell signals.
Below the Sell expression:
mystoch:= (Mov(Stoch(13,8),3,S)-50)-(Mov(Stoch(4,3),2,S)-50); SELL:= Ref(mystoch,-1)>30 AND Ref(mystoch,-1)<40 AND Ref(mystoch,-1)-Ref(mystoch,-2)>mystoch-Ref(mystoch,-1); SELL=1 AND BarsSince(Ref(SELL,-1)=1)>5
How can I translate in word the last row of this expression?
Thank you
Wanna join the discussion?! Login to your Discussions forum accountor Register a new forum account.