Specification
I am using MT4 strategy tester to backtest a large number of EAs. Each of my single EAs contains up to 100 individual strategies so I am getting many thousands of trades created over my selected timeframe. The EA works fine on strategy tester and creates trades but there is no magic number so I cannot see which strategy actually is creating the trade event.
In order to statistically analyse which trade strategies are actually working, I need to find a way to print out the magic numbers from my strategy backtest and have the results exported to csv. The forum has not been any use so I need to look at perhaps a script or some other solution. There also is no way to export to csv without saving as a report and then literally copy pasting, which includes scrolling many pages - when I have more than 30 EAs each with up to 100 strategies and thousands of trades, this is a very manual and time-consuming solution. I need to automate it and increase my options to analyse my trade backtest.
I am wondering if it is possible to create an add-on script to the strategy tester which will print
1. Same output columns as strategy backtest + one column for the magic number;
2. Option to export the historical trades to csv
Thanks,
Matthew
PS - in case this information is already available in the strategy tester, perhaps someone can just tell me how to access it. I may well have some more paid work later on since I am looking to improve my system in future and would appreciate a good MT4 coder to work with, e.g. improving backtesting output like MT5.