Click or drag to resize

StrategyEnterLong Method

Overload List
 NameDescription
Public methodEnterLong Enters a long position. The entry name is set to the default 'Strategy Entry'. Order quantity will be as specified by the strategy 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 with a specified name. Order quantity will be as specified by the strategy Market order is submitted. If Connection does not supports market order then a limit order is submitted.
Public methodEnterLong(Int32, Int32) Enters a long position for the specified bars index and with specified quantity.
Public methodEnterLong(String, Int32) Enters a long position with a specified name and quantity Market order is submitted. If Connection does not supports market order then a limit order is submitted.
Public methodEnterLong(Int32, String, Int32) Enters a long position for the specified bars index with specified name and quantity Market order is submitted. If Connection does not supports market order then a limit order is submitted.
Top
See Also