A candle above or buttom a MA...
-
HI
How can Set all of a candle above or buttom from 2 MA?
for sample , My EA buy or sell when a candle above or buttom from 2 Moving average 7 and 15.
if candle touch any MA signal is FALSE .
How do it?
-
Something like this?
-
Thank you,its work!!!
But another problem, when set TP or SL ,when rich to TP or SL, close position and open another Position that same, ex: when buy and rich take profit open another buy position.
I want wait to another signal.
How set once per trade? when use ONCE PER TRADE filter its not working... -
I'm sorry but I'm not exactly sure of what you are trying to do. But maybe you could have a condition that on the bar before the signal that the signal is not valid?
i.e. for buy, candle low (2) < MA7 or candle low (2) < TEN.
Not sure if this is what you are after?
Also, why do you have a 'once per tick' block?