1. Is it possible to change an input parameter while a strategy is running?
2. If not, I would have to stop the strategy and enter a new value. However, the information stored in variables during the previous session is lost then. Is it possible to store variables (for example, time elapsed or profit information) somewhere outside the strategy and retrieve them after the next session starts?

Comment