Support Board
Date/Time: Thu, 06 Feb 2025 07:52:04 +0000
Post From: Study with large number of persistent variables
[2020-04-16 18:21:58] |
Sierra Chart Engineering - Posts: 104368 |
Change to manual looping. Manual looping is always going to be the best performance. If you change all of your studies to Manual Looping you should get a significant performance improvement. As a custom study developer that should be the preferred method. Automatic looping was developed to make code development easier to understand for users for simple studies. Refer to: Working with ACSIL Arrays and Understanding Looping: Manual Looping/Iterating We can also create persistent variables which use a simple array and not a map and this will improve performance further. We had been thinking about that recently. 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: 2020-04-16 18:35:44
|