Yeah, there are several files posted here to help with the conversions. I hope Admin Enivid sees this post.
There is ProfitMeter.mqh, KimIVToMT5.mqh, ind4to5.mqh, and a zip file called MT4Orders. Inside the zip file are three folders, Experts, Include, and Scripts.
Inside the Experts folder are three files. orderstostring.mqh, ilan1_4_strict.mq4, and mt4orders_exampleexpert.mq5. I opened the mq4 and mq5 files in metaeditor and there is something wrong. There is a lot of nonsense in there like this, for example, "Âûáåðèòå èíòåðåñóåìûé MT5-ñîâåòíèê" Also, I have no idea where to put these mq4 and mq5 files (experts folder??). But I assume all .mqh files go in the include folder only and not experts folder.
Now the scripts folder has two files mt4orders_examplescript.mq5, and report_strict.mq4. Best guess is they go in the scripts folder. But again, a lot of nonsense when viewed in metaeditor like this for example, ÒÎËÜÊÎ äëÿ äàííîãî ïðèìåðà.
Finally, the include folder has two files mql4_to_mql5.mqh and MT4orders.mqh. I assume they go in the include folder with all the other mqh files mentioned above. There is one problem though. The MT4orders.mqh is in Russian for a lot of it. Is there an english version of this?
Once all that is organized then I need to know how to actually use these files. change my indicator from .mq4 to .mq5. But how to you call these include files in the coding??? What is the coding or wording and where in the coding would you do this? Give examples on how to call all these files at once or how to do it? And that is for the mqh (include files). How do you use the mq4 and mq5 files that were downloaded? For people who don't know coding these things need to be explained in detail if you expect us to try and use these files.
Thanks,