- collect_data.py
- Generates datasets by pair, interval, number of candles
- predict.py
- Generates deeps neural network according to the previous script's parameters
- trade.py
- Generates a buy or sell prediction based on the above
- setup.py (1 and 2 combined)
- Combines
collect_data
andpredict
above into one step for scheduler use
- scheduler.py
- Creating scheduled jobs for use in the cloude (Heroku)
- check_trades.py
- Cleanup predictions table and update with actual results of predicted candles
- datasets
- models
- predictions
All stored in Google Cloud Storage