IsTickReplays
Definition
Indicates the specified bar series is using Tick Replay. Please see the help guide topic on using Tick Replay for general information on this mode.
For a primary series, the Tick Replay option must be configured from the UI before a NinjaScript object can take use of this property. The setting on the Chart’s Data Series menu will always take precedence for an object series which already exists on the user’s chart.
This property should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded.
Property Value
A bool[] when true, indicates the specified BarsArray is setup to run Tick Replay; otherwise false. Default value is false.
Syntax
IsTickReplays[int idx]

