API Support wrote:
"When i'm running my own strategy (started from main()), during weekends I
get the following error: "
Do you try to launch it on weekends?
On weekends, we have no ticks and there is no trading at all, that is why this exception rises.
So, should I start my strategy exactly at the time when market opens?
And why ISystemListener().onDisconnect() isn't called in this case?
I'm trying to find the way to run my strategy around the clock.