IsResetOnNewTradingDays
<< Click to Display Table of Contents >> IsResetOnNewTradingDays |
Determines if the specified bar series is using Break at EOD
Note: 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 |
A bool[] when true, indicates the specified BarsArray is setup to run Break at EOD; otherwise false. Default value is false
IsResetOnNewTradingDays[int idx]
Warning: This property should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded |
protected override void OnStateChange() // IsResetOnNewTradingDays[0] Primary |