Login Page - Create Account

Support Board


Date/Time: Thu, 20 Aug 2026 02:34:09 +0000



Post From: Error moving from simulated to live trading

[2026-03-10 12:16:13]
User431178 - Posts: 899
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();