🤔 Waiting 1 candle before turning on blocks?
-
Hey so I have a simple question.
I made an EA that requires me to manually enter a trade and the EA manages the trade after that.
When I open a position, I want the EA to wait until candle 0 becomes candle 1 before turning on specific blocks.
So in summary, trade is opened on candle 0, EA waits until candle 0 becomes candle 1 before performing a specific action (example: turn on block 1)
How can I achieve this?
-
Update: Could I do something like (FOR EACH POSITION) > (CHECK AGE: OLDER THAN X MINUTES) > (ONCE PER POS/ORDER) > (TURN ON BLOCK) ?
-
Update 2: It works using the structure posted in the first update.
-
Do you mean your question is solved?
-
@l-andorrĂ Yes sir. Thanks