Nikolay, respect for the idea and the article.
I'm interested in this point - will it be difficult to create such a thing in MT5 using MT4 data?
Unfortunately, I don't have time to deal with this issue myself :(
Nikolay, respect for the idea and the article.
I'm interested in this point - will it be difficult to create such a thing in MT5 using MT4 data?
Unfortunately, I don't have time to deal with this issue myself :(
What do you mean exporting quotes or creating a report on MT4 trading?
If the former, it is a bit complicated, but the latter can be realised, it is enough to sharpen the parser of the Report Parser MT4 script for the required report.
As for the player, excellent work, I make a similar viewer myself, but for specially built Expert Advisors, from certain points of which you can capture various data for further display and analysis (indicator values, key points).
And for the purpose of parsing XML based documents, I would look at the SAX parser algorithm, I wrote such a parser in php about 10 years ago, it took 50 lines. Generate a bunch of identical classes, as it's not good IMHO. Too bad that regular expressions were left out of MQL5, it would be very convenient.
Thank you all for your feedback, feedback for writing an article means a lot.
What do you mean exporting quotes or creating MT4 trade report?
If the first one is a bit complicated, but the second one can be realised, it is enough to sharpen the parser of Report Parser MT4 script for the required report.
Second. With the help of a standard report or with the help of uploading it to a specialised file (Excel or its own format is not important).
I just had an idea to compare trading strategies in the implementation for MT4 and MT5 (I wanted to use a tester), even started to deal with the issue, but abandoned because of a number of reasons.
I realised that there is very useful information and a lot of ideas in this article (for the beginning it will be interesting to "lose" trades using data from MT4).
When will the visualiser be out?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article The Player of Trading Based on Deal History is published:
The player of trading. Only four words, no explanation is needed. Thoughts about a small box with buttons come to your mind. Press one button - it plays, move the lever - the playback speed changes. In reality, it is pretty similar. In this article, I want to show my development that plays trade history almost like it is in real time. The article covers some nuances of OOP, working with indicators and managing charts.
Author: Николай