Thanks for your reply.the logic your using.. works in demo:
selling at the 'ask'
buying at the 'bid'
you should change your exit orders to 'limit' orders. Market orders will sell at the bid and buy at the ask.. or at prevailing spread prices.
I'm using the DOM to trade. From the MT5 literature I was under the impression the the SL and TP orders where limit orders. If I'm wrong and they are market orders I can't find an option to change them to limit orders. I need to use one touch ordering using the DOM. Placing each order using the chart menu would be too slow. Is it typical for software to use only Market orders on the DOM? Or should I look for other software.