Support Board
Date/Time: Sun, 22 Dec 2024 05:13:35 +0000
Post From: ACSIL Drawing Problem/Question
[2015-03-15 21:42:00] |
Sierra Chart Engineering - Posts: 104368 |
Yes this appears to be wrong: if ((Hour == 8) && (Minute = 25) ) It should be: if ((Hour == 8) && (Minute == 25) ) 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 |