StrategyBaseEnterShort Method |
Enters a short position. The entry name is set to the default 'Strategy Entry'
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
Namespace:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public IOrder EnterShort()
Return Value
Type:
IOrderSee Also