Definition
Indicates if the incoming tick is the first tick of a new bar. This property is only of value in strategies that run tick by tick which is when the CalculateOnBarClose property is set to false.
Property Value
This property returns true if the incoming tick is the first tick of a new bar; otherwise, false.
Syntax
FirstTickOfBar
Property Of
Custom Indicator, Custom Strategy
Examples
|
// On a tick by tick strategy the only way you know when a bar is closed is when
|