Login Page - Create Account

Support Board


Date/Time: Thu, 15 May 2025 16:17:02 +0000



Post From: sc.GetBarHasClosedStatus Doesn't Calculate When Bars Are Flat

[2017-07-26 21:07:38]
ejtrader - Posts: 688
You can try this: This works Once per bar & only when the bar is closed.

Psuedo Code:

if (sc.Index < sc.ArraySize - 1) {
// Calculations here....
}

Date Time Of Last Edit: 2017-07-26 21:08:43