Support Board
Date/Time: Fri, 24 Jan 2025 03:48:25 +0000
Post From: the possibility of two consecutive manual looping
[2018-12-26 03:15:21] |
Sierra Chart Engineering - Posts: 104368 |
It should be obvious that this will work just fine: for (int BarIndex = sc.UpdateStartIndex; BarIndex < sc.ArraySize; BarIndex++) {
This has nothing to do with ACSIL. This is nothing more than C++ code. You can do what you want and this is just fine.
// pass 1 } for (int BarIndex = sc.UpdateStartIndex; BarIndex < sc.ArraySize; BarIndex++) { // pass 2 } 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: 2018-12-26 03:15:52
|