Only one OrderSend() double the size in the opposite direction. Then you can take your time to submit another OrcerCloseBy()...
Same solution for quickest possible close of multiple positions in one instrument: One OrderSend() of the full size in the opposite direction. Afterward time as much as you want to OrderCloseBy() the single positions
Thank you for answer. I have two priority: 1) open reverse position in same size (no more, double etc.) 2) the most fast! (reverse at same price)
Not the only solution.
The double send/closeBy won't work on US based brokers since hedging is not allowed.
The Fastest solution if you know at what price you want to reverse is to put the SL (plus spread for a sell) at that price and a limit order. Everything will be done on the broker's server.
Not the only solution.
The double send/closeBy won't work on US based brokers since hedging is not allowed.
The Fastest solution if you know at what price you want to reverse is to put the SL (plus spread for a sell) at that price and a limit order. Everything will be done on the broker's server.
Hi,
exist some "easy" order in MQL, which reverse my positions at the same price? Buy to Sell or Sell to Buy (always same size)
OrderClose and next OrderSend (new reverse position) is slowly, I get slippage.
Thanks. Endy
Hey please I need a order menu. need to invert position, how to do that on MT5??
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
exist some "easy" order in MQL, which reverse my positions at the same price? Buy to Sell or Sell to Buy (always same size)
OrderClose and next OrderSend (new reverse position) is slowly, I get slippage.
Thanks. Endy