Discussion of article "How to Copy Trading from MetaTrader 5 to MetaTrader 4" - page 16

 
Hello! 

That would be my question would be solved if you can open the MT5 Buy Tred Tred open MT4 Sell and vice versa.
Thanks.

 
How do I  will tramfer Ea 4 to be  Ea 5? I try complie but not success?
 
raminzk:

........

The command would be something like this:

mklink /D "C:\Users\Ramin\AppData\Roaming\MetaQuotes\Terminal\50CA3DFB510CC5A8F28B48D1BF2A5702\MQL4\Files\Link2MT5_DataFolder" "C:\Users\Ramin\AppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Files"

You can easily copy these 2 long addresses from address bar when you run "open data folder" item of each terminal from file menu.

The name "Link2MT5_DataFolder"  refers to a virtual folder witch you can select it as copyist_positions_V2 parameter. BUT make sure the name you select as expert parameter and the name you use in command line are the same.

.......


Rather than making virtual folder (mklink), now it is more easy to use common folder by adding |FILE_COMMON to FileOpen(...) function.
 

... what to do if MT4 can't open the file?

writes: copyist_positions EURUSD,H4: Error opening file5004

 
Good afternoon. I would like to know. Is the theme still alive under Windows 10 and fresh builds of MT4, MT5?
 
expression not boolean Copyist_positions_V2.mq4 120 49
expression not boolean Copyist_positions_V2.mq4 122 49
sign mismatch Copyist_positions_V2.mq4 483 30
0 error(s), 3 warning(s), compile time: 484 msec  1 4
 

Can the reverse process be done? Copy orders from MT4 to MT5?

 
here i am receiving error 5002
 
What part of the code should I change to make it possible to copy mt5 operations to mt5 itself?
 

Hi there!

I'm having a problem with MT5: I've installed it in C:\Program Files\Deriv.

My MT5 installation directory is C:\Program Files\Deriv, not C:\Program Files\MetaTrader 5\MQL5\Files\ as you said.

Running the MT5 Translator positions__1.ext5 is fine for storing files.

I have installed MT4 into the terminal directory of mt5: C:\Users\mac\AppData\Roaming\MetaQuotes\Terminal\6AB79ED795024EC1B7F61552A87628BC\MQL5\Files\MetaTrader 4 but the mt4 terminal Running script, can't find cvs file

The mt4 EA can only read the files under MQL4\Files, I copied Translator positions.csv to this target and Copyist positions.ext4 works fine.

Can you please tell me how to solve this problem