Skip to content

Python helper to extract data from Metatrader 5 - using new MT5 API

License

Notifications You must be signed in to change notification settings

Janderson/python_mt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_mt5

Python helper to extract data from Metatrader 5 - using new MT5 API.

Some useful commands

To export data to csv file

python main.py export_bars --tickers PETR4 --timeframes H1,D1
python main.py export_bars --tickers EURUSD --timeframes H1  

CSV files will be stored into data folder

Multiple tickers are also allowed

python main.py export_bars --tickers PETR4,VALE3 --timeframes H1,D1

It's possible to specify qtd bars will be downloaded

python main.py export_bars --tickers PETR4,VALE3 --timeframes H1 --bars 10000

About

Python helper to extract data from Metatrader 5 - using new MT5 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages