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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Installed, everything worked!!! I open 3 orders in MT5, in MT4 also opened 3 orders, I close also all closed. I open the history of transactions and I see this picture, the copier in MT4 closed 3 orders with a loss of -2. Help me how to fix !!!!!!! here is a copy of the history:
and it went on like that for a while, repeating every second.
Installed, everything worked!!! I open 3 orders in MT5, in MT4 also opened 3 orders, I close also all closed. I open the history of transactions and I see this picture, the copier in MT4 closed 3 orders with a loss of -2. Help me how to fix !!!!!!! here is a copy of the history:
In this case you can see that there were delays in MT4 connection, but this is not the main thing, the main thing is that the source EA trades with a lot not available to the receiving EA, 0.01 while the copying EA on MT4 has a minimum lot of 0.1. He simply can not copy the situation correctly.
Could you please redirect the instrument like this ( EURUSD àEURUSD_t )?
Could you please tell me if it is possible to redirect the instrument in the following way ( EURUSD àEURUSD_t )?
If it's not too much trouble, I'd like to give you an example.
Thank you.
The article is good, but instead of OnTimer() event use OnTrade().
Then, even if you open a position on the other side of the earth, in another terminal, but with the same account, OnTrade()will be triggered on the remote terminal and will multiply the position across several MT4s.
And there is nothing in the code, for this purpose in the mt4 copier there is an extern variable koeff_lot, which is responsible for scaling.
If you change it to 0.1, then for every 1.0 lot in mt5 0.1 lot will be opened in mt4.
I set the coefficient 0.1, I open in mt5 lot 0.1 but in mt4 lot 0.01 is not opened why?
What is the minimum lot in MT4?
if you set unrealistic conditions you will get unexpected results :o)
I might be the unlucky one that that error message still continuously prompt out even I reinstalled MT5 and MT4 for both source codes in English and Russian. Could any one help on this? I actually need this function urgently. Many thanks!
P.S. I've already tried to debug this by placing "Translator positions.csv" in every file level but still the file cannot be found with the code 4103. The only difference between my path and this article is just the drive (mine is E:\). I did try to put the same csv file in the newly created path in C:\ but same error prompted. Thus, the file seemed to be transparent to the copyist program. :(
P.S. I've already tried to debug this by placing "Translator positions.csv" in every file level but still the file cannot be found with the code 4103. The only difference between my path and this article is just the drive (mine is E:\). I did try to put the same csv file in the newly created path in C:\ but same error prompted. Thus, the file seemed to be transparent to the copyist program. :(
This error 4103 is about chart operations. Don't you confuse something?
Charts
ERR_CHART_WRONG_ID
4101
Wrong chart ID
ERR_CHART_NO_REPLY
4102
Chart does not respond
ERR_CHART_NOT_FOUND
4103
Chart not found