StrategyBaseEnterLong Method |
Name | Description | |
---|---|---|
EnterLong |
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(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
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
| |
EnterLong(String, Int32) |
Enters a long position
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
|