how to get only BUY PENDING ORDER above MA and vice versa
-
Hi guys the EA is working but i want only a buy pending above ma and vice versa( PENDING SELL OPENS AS WELL ) I dont want that .
or when use a cross above how to re-enter if the trend conitunues
-
If I understand you correctly, you want a pending buy when proce is ABOVE the MA. Now apparently this is what the EA is doing. I don't fully understand what's the problem.
-
no it doesnt it opens a sell pending above ma as well and vice versa dont understand it either why it does it
-
@charlie66 Are you using the EA on a daily chart? If not change the once per bar to once per day block!
Also change the No trade block for a Notrade / order block!
-
@trader-philipps ... and finally I found it :)) So if you work on other thand daily chart specify everywhere in the conditions block daily! That will make that logic work even on lower tf.
But the reason that you sell buy and sell pending orders is different!

Switch of OCO option (one cancels other) as this places long and sell order and automatically deletes the other one if a pending order gets triggerd.
-
@trader-philipps thx