I am thinking of writing a trade management script that will be running in parallel to other systems (say Z12) on the same account. The script will close all open trades if the total floating profit of the account exceeds certain limit (say 10% of balance). Also close all trades of a particular Asset, if the floating profit of that Asset exceeds certain limit (say 5%), or close individual trade if that trades' profit exceeds certain limit (say 2.5%). But I am not sure if the script can have access to trades opened by other systems (written in Zorro). Any idea?