Hello everyone,
I need help with my EA logic
I want my robot to be able to place multiple orders within a single 5-minute candle if conditions are met. However, once those orders are closed (either by Take Profit or Stop Loss), the EA should NOT place any new orders again within the same 5-minute candle.
The EA must wait for a new candle to open before placing any new orders.
In short:
*Multiple orders can be opened in one 5-minute candle
*Once those orders are closed (TP or SL), no more trades should be opened in
that same candle
*Trading should resume only when the next candle starts
Can someone guide me on how to build this logic in FXDreema blocks, or help me create it?
Thank you.