How to check if a block is On or Off
-
Simple issue, but I can't find the solution (yet). How can I check if a specific block is swiched On or Off? For instance if I have several places were a specific block gets switched Off or On and I want to write the state of the block in a comment to display on screen.
Example: Block ID 10 is the Trade Entry path.I know that I can track by writing a variable, but is there a specific function to check if a block is ON or Off?
-
I don't know any but I would not discard an unknown function doing it on fxDreema. I'm interested in this question too.
-
@l-andorrà Yeah with flags you have check function but I currently prefer switching On/Off a block.
-
Good to know. Thanks.