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