**WARNING! For python 3.7 only!**
Now you can draw an interactive price chart after parsing Metatrader 4 data with `--render` key. For example:
commandline
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](https://github.com/Tim55667757/MT4ForexParser/blob/1.1.31/media/test.csv));
- `index.html` — price chart and statistics drawn using the Bokeh library and saved to an .html-file (example: [./media/index.html](https://github.com/Tim55667757/MT4ForexParser/blob/1.1.31/media/index.html));
- `index.html.md` — statistics as simple text, saved in markdown format (example: [./media/index.html.md](https://github.com/Tim55667757/MT4ForexParser/blob/1.1.31/media/index.html.md)).
![](https://github.com/Tim55667757/MT4ForexParser/blob/1.1.31/media/index.html.png)