Login Page - Create Account

Support Board


Date/Time: Mon, 22 Jun 2026 20:06:02 +0000



Post From: Error moving from simulated to live trading

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