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