Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 15:58:46 +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