Support Board
Date/Time: Fri, 31 Oct 2025 15:59:21 +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  | 
