I am currently writing error-handling code for my strategy. Upon a loss of internet connectivity, followed by a re-establishment of that connectivity, I have noticed that Ninja doesn't automatically request a refresh of price data.
How can I get this done from inside the strategy, ie inside OnConnectionStatus() ?
Thanks in advance
Dominique

Comment