Click or drag to resize

SharpScriptBaseCrossBelow Method (ISeriesDouble, ISeriesDouble, Int32)

Evaluates when 2 (two) series crosses below each other

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public bool CrossBelow(
	ISeries<double> series1,
	ISeries<double> series2,
	int lookbackPeriod
)

Parameters

series1
Type: SharpCharts.Base.SharpScriptISeriesDouble
Series 1
series2
Type: SharpCharts.Base.SharpScriptISeriesDouble
Series 2
lookbackPeriod
Type: SystemInt32
Lookback period

Return Value

Type: Boolean
See Also