Click or drag to resize
SharpScriptBaseCrossAbove Method (ISeriesDouble, Double, Int32)
Evaluates when the series crosses above the value

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,
	double value,
	int lookbackPeriod
)

Parameters

series1
Type: SharpCharts.Base.SharpScriptISeriesDouble
Series
value
Type: SystemDouble
Value
lookbackPeriod
Type: SystemInt32
Lookback period

Return Value

Type: Boolean
See Also