├── Bitcoin LSTM Prediction.ipynb ├── README.md ├── Saved Predictions.ipynb ├── configs.json ├── etl.py ├── lstm.py └── run.py /Bitcoin LSTM Prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Bitcoin_Trading_Bot/HEAD/Bitcoin LSTM Prediction.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Bitcoin_Trading_Bot/HEAD/README.md -------------------------------------------------------------------------------- /Saved Predictions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Bitcoin_Trading_Bot/HEAD/Saved Predictions.ipynb -------------------------------------------------------------------------------- /configs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Bitcoin_Trading_Bot/HEAD/configs.json -------------------------------------------------------------------------------- /etl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Bitcoin_Trading_Bot/HEAD/etl.py -------------------------------------------------------------------------------- /lstm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Bitcoin_Trading_Bot/HEAD/lstm.py -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Bitcoin_Trading_Bot/HEAD/run.py --------------------------------------------------------------------------------