Support Board
Date/Time: Sat, 23 Nov 2024 20:10:23 +0000
Post From: skipped sc.Index processing for ACSIL study?
[2024-08-06 21:42:33] |
Sierra_Chart Engineering - Posts: 17150 |
If the custom study is using manual looping, then you have to iterate through all of the indexes and that is your responsibility. If a custom study is using automatic looping, there are no skipped indexes. The study function is called for every bar index. It is impossible for there to be skipped indexes. Remove this code: if (sc.Index < sc.ArraySize - 1) // Run the below code only on the last bar
return; 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, use the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2024-08-06 21:43:04
|