This Converter could convert market data to price graph images. The images could later be used for training a neural network for predicting price.
Instructions for running the Converter:
- (Optional) Rename your market data file to "hsi_market_data.txt" and put it in the folder "data\import"
- Run the data_exporter.py file
- The output files will be located in the "data\export"
Pre-Request library:
- Numpy
- CV2