Hi all....
Isn't there a way, using the wizard, to set Variable0 upon execution of the order, which will remain true after the exit of that order?
Like:
If:
MA1 > MA2;
&& Variable0 = 0; //which it does by default
EnterLong;
Variable0=1;
Now the conditions necessary to execute another order are no longer valid.
Wouldn't that work?
-V

Comment