Login Page - Create Account

Support Board


Date/Time: Mon, 26 May 2025 01:55:54 +0000



Post From: sc.ReconnectToExternalServiceServer not working after sc.DataFile

[2023-06-09 15:27:52]
Berliner JFK - Posts: 45
I use ACSIL to perform an automatic rollover, i.e.

sc.DataFile = ROLLOVER_SYMBOL;

This works good.

After rolling over the symbol, though, I wanted to reload the chart as well, i.e.

sc.ReconnectToExternalServiceServer = true;

For some reason, when I follow the symbol change with the reconnect in ACSIL, the reconnect doesn't seem to work.
I'm used to seeing the message log scroll for 10 seconds when there's a programmatic reconnect, but there's nothing after rolling over the symbol.

Here is my code again, complete:

sc.DataFile = ROLLOVER_SYMBOL;
sc.ReconnectToExternalServiceServer = true;

Could you please help me understand why this only results in a symbol change, but no reconnect afterwards?

Thanks!