HighestBar()
<< Click to Display Table of Contents >> HighestBar() |
Definition
Returns the number of bars ago the highest price value occurred within the specified look-back period.
An int value representing a value of bars ago.
period |
The number of bars to include in the calculation |
series |
Any Series<double> type object such as an indicator, Close, High, Low, etc... |
protected override void OnBarUpdate() |