Python helper to extract data from Metatrader 5 - using new MT5 API.
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
python main.py export_bars --tickers PETR4,VALE3 --timeframes H1,D1
python main.py export_bars --tickers PETR4,VALE3 --timeframes H1 --bars 10000