Support Board
Date/Time: Fri, 24 Jan 2025 11:25:47 +0000
Post From: ACSIL - UDP request for resetting Persistent Variables re sc.SetDefaults
[2019-01-09 08:25:17] |
Sierra Chart Engineering - Posts: 104368 |
You just need to use this code near the top of the study function but below the sc.SetDefaults code block: if (sc.IsFullRecalculation && sc.Index==0)
sc.ClearAllPersistentData(); 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 Date Time Of Last Edit: 2019-01-09 08:25:35
|