every crossover
-
hi just finished making moving avaerage crossover ea.working good .the problem is i want to take orders in every crossover but if there is buy order running its not taking sell order for along way and vice versa.can somebody help.
thank you -
@romeox Remove the 'no trade' block.
-
@romeox I think you can do it like this
For buy trades
Condition 1 = No Trade (Filter it with "Buy" only)
Condition 2 = Your set of conditions for the crossovers
Condition 3 = Insert "Close trades"
Last Condition = "Buy Now" TP = 0, SL = 0Do the same for Sell Trades separately
-
