Releases: krypt0ra/station
1.2.2
Filterable exchanges from command line
You can set which exchanges to handle with make run command by: make run exchanges=binance,bybit. This is useful if you want to parse data from tens of exchanges but want to use different station instances connected with one redis pubsub. REMEMBER to enable that exchanges from config.yml AND THEN to filter. For example you can enable binance, bybit and bingx in config.yml and run 3 different make run commands like: make run exchanges=binance and make run exchanges=bybit and make run exchanges=bingx By this way you will have faster data parsing and publishing into redis
1.1.2
- Fixed a bug in notifications.py when trying to float a float number (ex. from 0.001 make 0.0.001)
- Fixed bug in docker when trying to install telethon from requirements as root(docker only user)
- Small refactoring
1.1.0
Use RredisNotifier as a redis publisher to pubsub channels. It's possible to create multiple redis_ prefixed hosts
1.0.0
This is the first version of the re-creation of the popular project.
Fixed:
ichimoku indicator (pandas error)
bollinger_bands informant (pandas error)
vwap informant (pandas error)
telegram notifier (multiple files)
dockerization (multiple files)
Ran autopep8 and fixed files with issues