
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
Here's the code for data-from-csv.htm
And here is the data file data.csv:
I don't attach the library files.
Thanks for the "help": as usual, nobody helped, I figured it out myself :-)
Question to the author, is there something similar for 3D charts?
Yeah. The graphical representation of information in MT5 is a bit weak. And how many interesting things can be drawn!: graphs of correlations of everything and anything, dynamic display of the current rate through different wavelet transformations, 3D and who knows what else. I would like to make some bright screen seiver on semi-chaotic correlations of residuals of series of different rates!
Graphics in the strategy tester are especially bad. Even exporting the tester results to a text file is not done at all.
By the way, if you want to export data to a file anyway, it is better not to invent your own graphics, but to use ready-made packages such as vinnigraphics, sigmaplot, origine or excel.
I was especially pleased with the crown of the article - the probability distribution function. People are trying to make a reasonable study of the course. It is good to see.
Thank you for this excellent script !
Would it be possible to have this script work on the test results of the strategy tester (instead of the deal history on the trade server) ?
This would be a great help in interpreting test results.
Thanks
Gino.
I can't figure out where I can download the files that are supposedly attached to the article? The file names are there, but there are no links in them:
Files
JS_Lib.zip - files of highcharts.js and jquery.min.js libraries
Test.zip - files highcharts.js, jquery.min.js and Test_01.htm
Example1.zip - files highcharts.js, jquery.min.js, Example1.htm, Example1.mq5 and exdat.txt
Example2.zip - files Example2.htm and exdat.txt
Report.zip - files ProfitReport.htm and data.txt
ProfitReport.mq5 - Script for collecting statistics and creating data.txt file.