StrategyBaseExitPosition Method |
Name | Description | |
---|---|---|
ExitPosition |
Exits positions as entered via entry order with entry name as Strategy Entry (default entry name)
Market order is submitted to close the position. If Connection does not supports market order then a limit order is submitted.
| |
ExitPosition(Int32) |
Exits a position
| |
ExitPosition(String) |
Exits positions as entered via entry order with entry name as Strategy Entry (default entry name)
Market order is submitted to close the position. If Connection does not supports market order then a limit order is submitted.
| |
ExitPosition(Int32, String) |
Exits a position
|