Support Board
Date/Time: Wed, 15 Jan 2025 15:36:21 +0000
Post From: Calculation based on subgraph values
[2017-06-29 03:09:43] |
Sierra Chart Engineering - Posts: 104368 |
This is extremely inefficient: for (Index = len - 1; Index < sc.ArraySize; Index++) It needs to be: for (Index = sc.UpdateStartIndex; Index < sc.ArraySize; Index++) 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 |