IsResetOnNewTradingDays
Definition
Determines if the specified bar series iusing Break at EOD
The property available on the UI will override any values set in code. Please see the help guide topic on using Break at EOD for more information.
Property Value
A bool[] when true, indicates the specified BarsArray is setup to run Break at EOD; otherwise false. Default value is false.
Syntax
IsResetOnNewTradingDays[int idx]
This property should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded.

