Is there a way to enter values during a running strategy that would be variables to the strategy?
For instance say I have a Bool "KeepTrading" and it is True is there a simple way to change that to "False" without stopping or reloading the strategy.
In a normal program I would allow a user to toggle a radio button or something.
How can I control a running strategy. I know I could put a value in a File, DB or something and have the program read the file every bar to see the current value for the var. But that is ugly.
Thanks....
MArk

Comment