Bitcoin Trading Bot
Overview
This is the code for this video on Youtube by Siraj Raval on Bitcoin Trading Bots.
Dependencies
- numpy
- pandas
- h5py
- matplotlib
Use pip to install the dependencies.
Usage
See the Bitcoin LSTM Prediction.ipynb file directly on GitHub to see the code. If you want to run it locally, download this repo and use jupyter to run it on your machine.
Credits
Credits for this code go to jaungiers. I've merely created a wrapper to get people started.