StrategyBaseEnterShortLimit Method (String, Double) |
Submits a short limit order with the specified name. 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(
string name,
double limitPrice
)
Parameters
- name
- Type: SystemString
Name of the order - limitPrice
- Type: SystemDouble
Limit price
Return Value
Type:
IOrderSee Also