Exit Order Functions
The Exit Order functions are usually used in an Exit Block to create orders to exit existing positions.
Market On Open Orders
ExitAllUnitsOnOpen
exit all units on the open
ExitUnitOnOpen
exit the specified unit on the open
Stop Open Only Orders
ExitAllUnitsOnStopOpen
exit all units on the open if market hits specified price
ExitUnitOnStopOpen
exit the specified unit on the open if hits specified price
Limit Open Only Orders
ExitAllUnitsAtLimitOpen
exit all units on the open if market exceeds price
ExitUnitAtLimitOpen
exit specified unit on the open if the market exceeds price
Stop Orders
ExitAllUnitsOnStop
exit all units any time if the market hits specified price
ExitUnitOnStop
exit the specified unit any time if the market hits specified price
Limit Orders
ExitAllUnitsAtLimit
exit all units any time if the market exceeds specified price
ExitUnitAtLimit
exit the specified unit any time if the market exceeds specified price
Market On Close Orders
ExitAllUnitsOnClose
exit all units on the close
ExitUnitOnClose
exit the specified unit on the close
Stop Close Only Orders
ExitAllUnitsOnStopClose
exit all units on the close if market hits specified price
ExitUnitOnStopClose
exit the specified unit on the close if market hits specified price
Limit on Close Orders
ExitAllUnitsAtLimitClose
exit all units on close if the market exceeds the specified price
ExitUnitAtLimitClose
exit the specified unit on close if the market exceeds the specified price