Exit Order functions are most often used in the Exit Orders script section in a system's Exit Block.  These Broker functions are the primary method that generate  exit orders that reduce the number of units in a position, or reducing the quantity of contracts/shares in a position.

 

Market On Open Orders

Descriptions:

ExitAllUnitsOnOpen

Exit all units on the open

ExitUnitOnOpen

Exit the specified unit on the open

 

 

Stop Open Only Orders

Descriptions:

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

Descriptions:

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

Descriptions:

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

Descriptions:

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

Descriptions:

ExitAllUnitsOnClose

Exit all units on the close

ExitUnitOnClose

Exit the specified unit on the close

 

 

Stop Close Only Orders

Descriptions:

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

Descriptions:

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

 

AlternateBroker:

When the Broker Object is out of the context of its default context scripts, the AlternateBroker object should be used to execute any of the Broker Object Entry and Exit Functions. AlternateBroker has the same functions and properties as the Broker Object and will work in the same way.  

 


Edit Time: 9/13/2020 3:45:52 PM


Topic ID#: 322

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software