This is the python scripts used to convert the MT4 Strategy Tester report to csv format. The final format will be in no, entry time, order type, order no, size, entry price, stop loss, take profit, close time, close price and close type.
Python version used is 2.7.10. To use it, I have attached the requirements.txt. Install the dependencies stated in the requirements.txt and use
python convert_data --infile strategy_tester.html --outfile testout.csv