Support Board
Date/Time: Thu, 16 Jan 2025 05:21:39 +0000
Post From: ACSIL Trade Submission using ChartDOM User Input
[2017-10-06 21:39:37] |
Sierra Chart Engineering - Posts: 104368 |
One obvious mistake is that this line is not a reference to the persistent variable: int firstrun = sc.GetPersistentInt(1); It needs to be: int& firstrun = sc.GetPersistentInt(1); Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |