end of metatrader 4
-
in MQL5 is there a trailing stop (group of trade) as mql4, I heard the bad news that mql4 will soon be discontinued and replaced with MQL5.
I apologize to the use of my language. -
There is no such trailing stop. You know that in the original MT5 there is only 1 position, so in this case the normal trailing stop does what (group of trades) does. In fact, Trailing stop (group of trades) was made for MQL4 to simulate the positions in MQL5. But now that MT5 has "hedge mode", I guess I need to add such block as well. But if you are not working in the "hedge mode", you don't need such block... because it already exists - the normal trailing stop.
-
I think the idea to add the block is something good and worth a try
For now I still using mql4, and I'm prepared switch to MQL5.