StrategyBaseEnterShortLimit Method (Double) |
Submits a short limit order. The entry name is set to the default 'Strategy Entry'
Namespace: SharpCharts.Base.SharpScriptAssembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax public IOrder EnterShortLimit(
double limitPrice
)
Parameters
- limitPrice
- Type: SystemDouble
Limit price
Return Value
Type:
IOrderSee Also