StrategyBaseEnterLong Method |
Name | Description | |
---|---|---|
EnterLong |
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.
| |
EnterLong(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.
| |
EnterLong(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.
| |
EnterLong(Int32, Int32) |
Enters a long position for the specified bars index and with specified quantity.
| |
EnterLong(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.
| |
EnterLong(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.
|