IndicatorBaseCrossBelow(Double, ISeriesDouble, Int32) Method | 
            Evaluates when a value crosses below a series
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic bool CrossBelow(
	double value,
	ISeries<double> series2,
	int lookbackPeriod
)
Parameters
- value  Double
 - Value
 - series2  ISeriesDouble
 - Series
 - lookbackPeriod  Int32
 - Lookback period
 
Return Value
Boolean
See Also