Login Page - Create Account

Support Board


Date/Time: Mon, 15 Dec 2025 15:16:23 +0000



Post From: ACSIL: calculate at every tick

[2014-02-07 15:35:41]
ejtrader - Posts: 689
This code would let it calculate on end of bar only.


if (sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_CLOSED)
{
// Perform Indicator Calculations
}