FX31337 / FX-BT-Scripts

:page_facing_up: Useful scripts for backtesting.
MIT License
34 stars 39 forks source link

Script to read mqlcache.dat #66

Open kenorb opened 8 years ago

kenorb commented 8 years ago
  1. Install MT4.
  2. Run and open folder from menu File -> Open Data Folder.

You should have the following files created:

./MQL4/Experts/mqlcache.dat
./MQL4/Indicators/mqlcache.dat
./MQL4/Libraries/mqlcache.dat
./MQL4/Scripts/mqlcache.dat

Extend read_mt_formats.py to read these files.

Est. 6-12h