Click or drag to resize

IndicatorBaseCrossBelow(ISeriesDouble, Double, Int32) Method

Evaluates when series crosses below a value

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

Parameters

series1  ISeriesDouble
 
value  Double
 
lookbackPeriod  Int32
 

Return Value

Boolean
See Also