Click or drag to resize

IndicatorBaseCrossAbove(ISeriesDouble, Double, Int32) Method

Evaluates when the series crosses above the value

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public bool CrossAbove(
	ISeries<double> series1,
	double value,
	int lookbackPeriod
)

Parameters

series1  ISeriesDouble
 
value  Double
 
lookbackPeriod  Int32
 

Return Value

Boolean
See Also