Click or drag to resize
StrategyBaseEnterShort Method
Overload List
  NameDescription
Public methodEnterShort
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.
Public methodEnterShort(Int32)
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.
Public methodEnterShort(String)
Enters a short position Market order is submitted. If Connection does not supports market order then a limit order is submitted.
Public methodEnterShort(String, Int32)
Enters a short position. Market order is submitted. If Connection does not supports market order then a limit order is submitted.
Top
See Also