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