Releases: cyberjunky/3commas-cyber-bots
Releases · cyberjunky/3commas-cyber-bots
0.9.0
0.7.9
- Don't look at name of exchange in 3Comma's but lookup account per bot and use market_code
- Removed accountmode setting, no use for it
0.7.8
- Read blacklist relative to datadir.
- Skip checks for opening deal when using local blacklist.
- Also copy leverage parameters during a bot update.
0.7.7
Mostly compound.py and watchlist.py updates:
- Ability to use multiple USDT or BTC bots in watchlist.py
- Only fetch the blacklist if we are passed the exchange check in watchlist.py
- Made exchange checks case-insensitive
- Check if trigger is a long trade in watchlist
- Added profit column to deals.
- Fixed error with opening compound database when using datadir.
- Minor logging change.
0.7.6
- Fixed issue with gs and ar bot's minvolume is None.
- Minor logging changes.
0.7.5
- Log number of deals downloaded.
- Change database path variable.
- Major code rewrite.
- Removed redundant debug output.
- Added check if tz module is available.
- Added different logging notify for BTC and USD.
- Fix data directory for sqlite database.
- Updated calculation of compound values.
0.7.4
- Don't debug all modules.
- Code cleanup.
- Don't fetch certain data for every bot iteration.
- Added setting for minimal altrank score for galaxyscore script.
0.7.3
- Fixed file open code in altrank.
0.7.2
- Made code compatible with Python 3.7.x.
- Added timezone setting to support pythonanywhere.com like hosting.
0.7.1
- Fixed bug where numberofpairs setting was ignored.