CrossBelow()
CrossBelow()
Definition
Evaluates a cross below condition over the specified bar look-back period.
This method does not return true if both series being compared have equal values on the current or previous bar with a lookbackPeriod of 1.
Method Return Value
This method returns true if a cross below condition occurred; otherwise, false.
Syntax
CrossBelow(ISeries\<double\> series1, ISeries\<double\> series2, int lookBackPeriod)
CrossBelow(ISeries\<double\> series1, double value, int lookBackPeriod)

