Skip to content

Releases: cyberjunky/3commas-cyber-bots

0.9.0

15 Jan 18:35
a7c05f3
Compare
Choose a tag to compare
  • Added botassistexplorer.py
  • Implemented 3commas rate-limit retries
  • Bumped py3cw package to 0.0.33
  • Added BeautifulSoup4 to requirements

For the rest of the history read the CHANGELOG

0.7.9

26 Nov 21:12
Compare
Choose a tag to compare
  • 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

26 Nov 15:41
Compare
Choose a tag to compare
  • 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

24 Nov 11:59
6055de3
Compare
Choose a tag to compare

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

18 Nov 11:15
Compare
Choose a tag to compare
  • Fixed issue with gs and ar bot's minvolume is None.
  • Minor logging changes.

0.7.5

17 Nov 18:54
Compare
Choose a tag to compare
  • 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

15 Nov 18:02
Compare
Choose a tag to compare
  • 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

14 Nov 19:53
Compare
Choose a tag to compare
  • Fixed file open code in altrank.

0.7.2

14 Nov 19:40
f6f8552
Compare
Choose a tag to compare
  • Made code compatible with Python 3.7.x.
  • Added timezone setting to support pythonanywhere.com like hosting.

0.7.1

14 Nov 15:42
Compare
Choose a tag to compare
  • Fixed bug where numberofpairs setting was ignored.