Click or drag to resize

StrategyBaseEnterLongLimit Method

Overload List
  NameDescription
Public methodEnterLongLimit(Double)
Submits a long limit order. The entry name is set to the default 'Strategy Entry'. Order quantity will be as specified by the strategy
Public methodEnterLongLimit(Int32, Double)
Submits a long limit order with the specified quantity and limit price.
Public methodEnterLongLimit(String, Double)
Submits a long limit order with a specified name. Order quantity will be as specified by the strategy
Public methodEnterLongLimit(Int32, Int32, Double)
Submits a long limit order to the specified bars index, with specified quantity
Public methodEnterLongLimit(String, Int32, Double)
Submits a long limit order with the specified name and quantity
Public methodEnterLongLimit(Int32, String, Int32, Double)
Submits a long limit order to the specified bars index with specified name and quantity
Top
See Also