Exits the specified unit for the current instrument on the next open. This function is generally used by an Exit Block to lighten up a position.
Syntax: |
---|
broker.ExitUnitOnOpen( unitNumber, [ quantity ] ) |
Parameter: |
Description: |
---|---|
unitNumber |
Unit # to exit. |
quantity |
Optional quantity for a partial exit of the unit |
Returns: |
---|
When a broker function succeeds it will place a True in the system.orderExists() and when it fails to this property will return a False. Before attempting to access any order information expected from a broker order, consider checking to confirm an order was created with a conditional statement similar to this: ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Example: |
---|
' Exit the first unit on the next open. |
Links: |
---|
See Also: |
|
Edit Time: 10/20/2020 3:37:33 PM |
Topic ID#: 328 |