Support Board
Date/Time: Wed, 15 Jan 2025 13:38:13 +0000
Post From: Study Angle Reset
[2017-06-14 19:13:35] |
Sierra Chart Engineering - Posts: 104368 |
You should never be using code like this with automatic looping: for (int Index = max(sc.DataStartIndex, 1); Index < sc.ArraySize; Index++)
It also does not make sense to be using sc.DataStartIndex in a for loop. Refer to this page: http://www.sierrachart.com/index.php?page=doc/ACS_ArraysAndLooping.html We made a change to the study to accomplish what you want. This will be out in the next release. 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 |