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