Skip to content

Releases: Tim55667757/MT4ForexParser

release-1.1.41

01 Aug 13:12
Compare
Choose a tag to compare

Same as in 1.1.31, but module was re-build for python 3.9 and newest.

release-1.1.31

08 Mar 22:18
4aceab0
Compare
Choose a tag to compare

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

23 Jul 22:37
51e6873
Compare
Choose a tag to compare

Release include main functionality: it can parse MetaTrader 4 history files.
Read more here: https://tim55667757.github.io/MT4ForexParser/