I tried using the unmanaged approach. That works but I also need to be able to reverse a trade with a single command, but I've learned you can't do that using a ChangeOrder by doubling the number of lots on the stop loss. Indeed, my tests totally fail when I try that. Instead I've been told you have to cancel an existing stop and then enter a trade in the opposite direction after getting confirmation of the cancel order. That doesn't make a lot of sense to me - did they really mean exit the trade and enter a new order? In either case, it takes too much time when working with small, intraday time frames. As it turns out, the managed approach handles reversals easily.
I'm really frustrated trying to figure out how to do these two things with one of the approaches. Does anyone know how I can do these two things?

Comment