Support Board
Date/Time: Mon, 25 Nov 2024 13:22:33 +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 } |