diff --git a/src/V12_001.cs b/src/V12_001.cs index 2d87cf46..18e99c83 100644 --- a/src/V12_001.cs +++ b/src/V12_001.cs @@ -3026,10 +3026,14 @@ private void ConnectToStrategy() if (hubStatusLed != null) { hubStatusLed.Background = TextMuted; - hubStatusLed.ToolTip = "IPC Disconnected"; + hubStatusLed.ToolTip = "Waiting for Strategy (retrying...)"; } })); } + + // [Build 933]: Start retry loop on initial failure (market closed / Strategy not yet live). + // Previously ScheduleReconnect() only ran after a live connection dropped. + ScheduleReconnect(); } }