StrategyBaseEnterShortLimit Method (Double) |
Submits a short limit order. The entry name is set to the default 'Strategy Entry'. Order quantity will be as specified by the strategy
Namespace:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public IOrder EnterShortLimit(
double limitPrice
)
Parameters
- limitPrice
- Type: SystemDouble
Limit price
Return Value
Type:
IOrderSee Also