| Name | Description |
---|
| EnterShort |
Enters a short 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.
|
| EnterShort(Int32) |
Enters a short position with the specifed quantity. 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.
|
| EnterShort(String) |
Enters a short position. 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.
|
| EnterShort(Int32, Int32) |
Enters a short position for the specified bars index and the specified quantity
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
|
| EnterShort(String, Int32) |
Enters a short position with the specifed name and quantity.
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
|
| EnterShort(Int32, String, Int32) |
Enters a short position for the specified bars index and specified name and quantity
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
|