Support Board
Date/Time: Fri, 24 Apr 2026 02:49:18 +0000
Post From: Error moving from simulated to live trading
| [2026-03-10 12:16:13] |
| User431178 - Posts: 863 |
|
Based on your snippet, it looks like you have sc.SendOrdersToTradeService inside the setdefaults block, that won't work as it only runs when you add the study, not when you change settings. Move this line to below the setdefaults block. sc.SendOrdersToTradeService = SendOrdersToService.GetYesNo();
|
