Login Page - Create Account

Support Board


Date/Time: Fri, 13 Jun 2025 08:17:58 +0000



Post From: Programming Help ACSIL

[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