Area sequence edit
-
Hello everyone, i have a question... i need that the area "pausa Grid" is executed before the area "open order", i've added two block: "once an hour at minute 0" and "once an hour at minute 1" and it works but only with timeframe 1h+ . There's a way to create area sequence without use this system? Thanks for the answer

-
Your current setting will always work as you want. Bloc 80 will always be executed before block 81 regardless the timeframe. I'm afraid I don't fully understand the issue.
-
I don't want the minute late
-
Then why did you create that structure designed to work one minute late?
-
because if I don't do this it doesn't execute the areas in the correct order. Pause grid must always be executed before open order otherwise it opens an order and then pauses
-
You can try to substitute blocks 80 and 81 by 'pass' blocks instead with those same orders. They will still be executed in the order you need but on the exact same tick.
-
nothing is on the same tick, the code flows fast but there is always something that runs before and something that runs after and in this case it matters
-
Then I'm afraid I don't understand what you need, sorry. That is exactly what I said so I don't see the problem.
-
Connect 38, 39 yellow output to 81 input. That all you need