IsFirstBarOfSessionByIndex()
<< Click to Display Table of Contents >> IsFirstBarOfSessionByIndex() |
Indicates if the selected bar index value is the first bar of a trading session.
This property returns true if the bar is the first bar of a session; otherwise, false. This property is read-only.
Warning: This property will always return false on non-intraday bar periods (e.g., Day, Month, etc) |
index |
An int representing an absolute bar index value |
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |