Discussion of article "Custom presentation of trading history and creation of report diagrams" - page 5
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
Is it possible to read the tester's test history into my files? Not from an Expert Advisor, but by adding a script?
Yes, actually it is a script that reads the history from the whole terminal without splitting it into Expert Advisors. Actually in the article I described the class that does all the work, you can use it and write your own script.
I want to use your development for history analysis during optimisation at the moment of deinitialisation.
Could you please tell me how to do it better to get the balance change into one array? The instrument is traded only current.
I want to use your development for history analysis during optimisation at the time of deinitialisation.
Could you please tell me how to do it better to get the balance change into one array? The instrument is traded only current.
For this it is better to use the finalised class from my second article. Class "ReportCreator"
Using this class, I use this code in OnDeinit to upload optimisation reports in my robots:. This code is in a separate file which I connect to the robot via #include.