I'm still having problems with occasional connection losses. In case of a connection loss, the output is: "strategy xyz lost price connection but will keep running" - but in fact it doesn't. To prove this I've inserted a print-statement in onBarUpdate() which won't be executed anymore after a connection loss and a re-establishment of the price-feed connection.
In the strategies tab I've set Handling to KeepRunning. I would have expected that the strategy just keeps on running, and when the price connection reappears, all the event-driven methods such as onBarUpdate() will be executed again. However this doesn't seem to be the case.
Also I don't really understand the difference between KeepRunning and recalculate.
Thank you very much in advance for your help.

Comment