Support Board
Date/Time: Sun, 31 Aug 2025 01:37:18 +0000
Post From: ACSIL: calculate at every tick
[2014-02-07 15:35:41] |
ejtrader - Posts: 688 |
This code would let it calculate on end of bar only. if (sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_CLOSED) { // Perform Indicator Calculations } |