IsRising()
<< Click to Display Table of Contents >> IsRising() |
Evaluates a rising condition which is true when the current value is greater than the value of 1 bar ago.
This method returns true if a rising condition is present; otherwise, false.
series |
Any Series<double> type object such as an indicator, Close, High, Low, etc... |
protected override void OnBarUpdate() |