IsTimeBased
Definition
Used to indicate the BarsType is built from time-based bars (day, minute, second). Setting this property on a custom bar type is useful for correct calculations from many core data and session logic, and can also be used by 3rd party NinjaScript objects to determine how to interact with the bars.
Property Value
A bool which when true tells other objects the bars are built from time; default set to false.
Syntax
Bars.IsTimeBased

