Click or drag to resize

SharpScriptBaseRoundToTickSize Method (Int32, Double)

Returns the round value of the instrument tick size

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected double RoundToTickSize(
	int barsIndex,
	double price
)

Parameters

barsIndex
Type: SystemInt32
Bars index
price
Type: SystemDouble
Price

Return Value

Type: Double
See Also