Support Board
Date/Time: Thu, 12 Jun 2025 08:37:10 +0000
[Programming Help] - Programming Help ACSIL
View Count: 414
[2022-11-06 06:18:05] |
User183724 - Posts: 194 |
working though the examples in ACS_Source this example ' SCTradingExample1 ' need help with what this line means? ... ' && sc.Low[sc.Index] < a ' or either of these... ' && a < sc.High[sc.Index] ' ' && (PosQty < nb) ) //Bullish ' from what Ive read, the && means 'logic and' but that doesnt make since in this context. Ive also read about rvalues and ivalues and this could be some type of reference. I checked Cplusplus website... confused... any assistance appreciated |
[2022-11-06 18:52:31] |
Sierra_Chart Engineering - Posts: 19896 |
&& is simply an AND operator. sc.Low[sc.Index] < a If low at bar being processed in array is less than a.
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 |
[2022-11-06 21:34:34] |
User183724 - Posts: 194 |
thanks. I've never seen it written like that... easily confussed at this point...
|
To post a message in this thread, you need to log in with your Sierra Chart account: