PLEASE HELP ME TO GET A SOLUTION...
-
Sorry it may be a newbie type solution im asking for..
I want my EA to open a position each & every time the CONDITION happens..
For example : CONDITION may be (every time when current candle crosses below 10 EMA, EA should sell..)
But if i use the BLOCK called "no trade" before the condition, EA only open position once... Next position opens only after the close of the first position....

only 1st one is open.. other will not open even if the condition happens until the close of 1st position...

But i want the EA to open position every time the condition happens, not just once..

I want all the position to remain open simultaneously.. Not just a single position after the closing of the 1st position.....
Is there any BLOCK or any other solution of this problem? Please kindly share.... THANKS IN ADVANCE.........
-
@asif place "once per bar" block instead of "no trade" block
-
once per bar opens position on each & every bar after the condition happens, which also i dont want...
-
@asif why do not you try? opens at each bar if the condition is reached in that bar
-
in any case, adjust the condition: closing candle <MA and not crossing
