StrategyBaseEnterShortLimit Method (Int32, Int32, Double) |
Submits a short limit order for the specified bars index and specified quantity
Namespace:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public IOrder EnterShortLimit(
int barsIndex,
int quantity,
double limitPrice
)
Parameters
- barsIndex
- Type: SystemInt32
Bars index - quantity
- Type: SystemInt32
Order size - limitPrice
- Type: SystemDouble
Limit price
Return Value
Type:
IOrderSee Also