Releases: Tim55667757/MT4ForexParser
Releases · Tim55667757/MT4ForexParser
release-1.1.41
Same as in 1.1.31, but module was re-build for python 3.9 and newest.
release-1.1.31
WARNING! For python 3.7 only!
Now you can draw an interactive price chart after parsing Metatrader 4 data with --render
key. For example:
mt4forexparser --mt4-history ./tests/EURUSD240_new_format_401.hst --output test.csv --parse --render
After running the command above, you will get three files:
test.csv
— .csv-file containing prices (example: ./media/test.csv);index.html
— price chart and statistics drawn using the Bokeh library and saved to an .html-file (example: ./media/index.html);index.html.md
— statistics as simple text, saved in markdown format (example: ./media/index.html.md).
1.0.17
Release include main functionality: it can parse MetaTrader 4 history files.
Read more here: https://tim55667757.github.io/MT4ForexParser/