Click or drag to resize
SharpScriptBaseCrossAbove Method (ISeriesDouble, ISeriesDouble, Int32)
Evaluates when 2 (two) series crosses each other

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public bool CrossAbove(
	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