All notable changes to this project will be documented in this file.
Upgrade version:
- git checkout main
- git pull
Upgrade library dependancies (if required):
- python3 -m pip install -r requirements.txt -U
-- Separated strategy into Strategy model for custom strategies
-- Minor changes in quote currency extraction (binance.py)
-- Suppressed ARIMA model warning
-- Improved ARIMA model output to console -- Reduced polling from 2 minutes to 1 minute
-- Added the Seasonal ARIMA machine learning model for price predictions
-- Added Stochastic RSI and Williams %R technical indicators
- Optimised simulations, they run a lot faster now
-- Added app.getHistoricalDataChained
- Updated validation to allow for custom Coinbase Pro passphrases
- Added CHANGELOG.md
- Removed check for 'fees' on Binance orders which doesn't exist
- Pandas 'SettingWithCopyWarning' in models/exchange/coinbase_pro/api.py