wizard,to enter and exit trades based on some moving
average cross-overs. And once the trade is entered, it would
also place a stop-loss and target of predefined ticks from
the entry price.
My problem is, once this strategy is running, I want to be
able to manually adjust the stop-loss or target using the
trading DOM. As it's working now, if I move the stop-loss
or the target on the DOM, it would always return to its
initial value on the next price bar update. Can someone please
give me a hint as to how to solve this problem?
Thanks,
Allan.

Comment