Click or drag to resize

SharpScriptBaseCrossBelow Method (Double, ISeriesDouble, Int32)

Evaluates when a value crosses below a series

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

Parameters

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

Return Value

Type: Boolean
See Also