Click or drag to resize

StrategyBaseEnterShortLimit Method

Overload List
  NameDescription
Public methodEnterShortLimit(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
Public methodEnterShortLimit(Int32, Double)
Submits a short limit order with the specified quantity and limit price
Public methodEnterShortLimit(String, Double)
Submits a short limit order with the specified name. Order quantity will be as specified by the strategy
Public methodEnterShortLimit(Int32, Int32, Double)
Submits a short limit order for the specified bars index and specified quantity
Public methodEnterShortLimit(String, Int32, Double)
Submits a short limit order with specified name and quantity
Public methodEnterShortLimit(Int32, String, Int32, Double)
Submits a short limit order for the specified bars index and specified name and quantity
Top
See Also