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 protected double RoundToTickSize(
int barsIndex,
double price
)
Parameters
- barsIndex
- Type: SystemInt32
Bars index - price
- Type: SystemDouble
Price
Return Value
Type:
DoubleSee Also