Good afternoon,
When I open two different ways in order, for example a buy and sell one another cancel each other. How can I do to avoid cancellation?
My goal is to open a buy order while a sell order, is this possible?How?
In mql5 you can't no hedging
Stay with mql4 if you wanna do this...
In mql5 you can't no hedging
Stay with mql4 if you wanna do this...
thank you very much ;)
At least one broker I know provides this function on MT5.
The company has all the symbols double, like EURUSD and EURUSDL, USDJPY and USDJPYL for all the symbols. So if you wanna hedge, sell one and buy one with "L".
One other way is, when you have EURUSD buy position and somehow you wanna sell same one, sell EURJPY and buy USDJPY same amount, that's gonna be the "synthesized" EURUSD.
The tool SymbolSynthesizer.mq5 for make it easy will be coming soon on CodeBase.
At least one broker I know provides this function on MT5.
The company has all the symbols double, like EURUSD and EURUSDL, USDJPY and USDJPYL for all the symbols. So if you wanna hedge, sell one and buy one with "L".
One other way is, when you have EURUSD buy position and somehow you wanna sell same one, sell EURJPY and buy USDJPY same amount, that's gonna be the "synthesized" EURUSD.
The tool SymbolSynthesizer.mq5 for make it easy will be coming soon on CodeBase.
Dear alohafx,
Would you please mention the name of the broker ?
Thank you
- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
When I open two different ways in order, for example a buy and sell one another cancel each other. How can I do to avoid cancellation?
My goal is to open a buy order while a sell order, is this possible?How?