Exit Order Filled Script

Top  Previous  Next

The Exit Order Filled script is called each time an exit order is filled. This script lets you perform any calculations or take actions that depend on the fill price or fill dates for an order.

 

This script has full access to the Order object properties.

 

 

All scripts of this type in a System will be called each time an exit order is filled. To check if the current block is the same as the block originating the order, use the following:

 

IF block.name = order.blockName THEN