Check Flag status
-
Hello,
Does anyone know how to "Check Flag" status from mql code rather than using the Check Flag block ?
Many thanks
-
@mantadiver Use a bool variable, you can then check this in a condition block or visually in a comment.
-
Thanks @jstap, yes that will work well, I guess I was just trying to stop clogging up with too many variables as flags are a quick and easy alternative.