Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 480 Bytes

File metadata and controls

11 lines (8 loc) · 480 Bytes

Introduction

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