One Trade Cycle Per Candle (No Re-Entry After TP/SL in Same Candle)
-
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 startsCan someone guide me on how to build this logic in FXDreema blocks, or help me create it?
Thank you.
-
On tick tab your logic allows the trades put this under a flag - on trade tab trade closed set the flag (so no more trades can be placed) - on tick once per bar (reset the flag (so trades can be placed).
-
I am looking for professional assistance in building the logic for my EA in FXDreema. My requirement is to allow the robot to open 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 open any new trades again within the same candle. Trading should only resume when the next candle begins. I am willing to pay for this technical support. Please contact me if you can help
-
@jstap thank you