That's a good point. I think I got it sort of working now with enterTrade(). Also had to set the exit price of outgoing orders and more importantly toggle the TR_OPEN flag off, otherwise the trade was added as an open trade again upon enterTrade. With the flag off, Zorro didn't print an "Enter Long..." message but the trade shows up in the report at the end. It's pretty hacky but it works