Evening, i regret that i have to open a new topic for such a simple thing, but as i didn't found any response to that in any categories of the forum, i hope it will be useful to the others.
I'm building an EA using Fibonacci method, and used "set flag" and "check flag" blocks, to separate respective conditions, in time.
Once conditions pointing to "set flag" are validated the new boolean value is "true" and it passes to the "check flag" fixed on "true" as well. But this "true" value stays like that, until, you change it by yourself i guess. It continues running blocks below the "check flag" until you do it, but how ?
Aswell, before the "set flag" passes first time, is its value "undefined", or "false" ?
Thanks