How to Allow Only One Order Per 4H Candle
-
I want my EA to place only one order per each 5-minute candle. If that order is closed (either by stop loss or take profit), it should not open another order until a new 5-minute candle forms.
Can you help me create this logic in FXDreema?
-
conditions - once per bar (set to TF, or current if it matches chart used) - place order
-
I dont understand
-
What don't you understand? after all your place a trade conditions, use a once per bar (candle) set to how you want, then place the trade you want placed...