Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 16:56:20 +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++) {

// pass 1

}

for (int BarIndex = sc.UpdateStartIndex; BarIndex < sc.ArraySize; BarIndex++) {

// pass 2

}
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.
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