Support Board
Date/Time: Mon, 27 Oct 2025 11:13:28 +0000
Post From: Calculation based on subgraph values
| [2017-06-29 03:09:43] |
| |
|
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 |
