is it possible to create an ea that executes when two MAs cross, but at the opening of a new candle? i tried the once per bar, but i am not winning.
-
is it possible to create an ea that executes when two MAs cross, but at the opening of a new candle? i tried the once per bar, but i am not winning.
-
Yeah, if in the condition you set MA(fast) x> or x< MA(slow) and on Candle ID 1 close. That will execute a trade on the open of the very next candle
-
@sirboyce how do you make all that in one condition?
-
Example:

-
@sirboyce The above is leading into a sell now execution. You would, for example, make the same condition but with an X> parameter to lead into a buy now command...depending on what your strategy is of course