Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Releases: piebotai/bot

v3.2.0

31 Aug 08:00
1609557
Compare
Choose a tag to compare

Updated

  • Adds performance improvements #35
  • Allows users to specify which task they want to run when in Dev mode #39
  • Adds an optional threshold for the Rebalance task #20

v3.1.2

16 Aug 07:47
Compare
Choose a tag to compare

Updated

  • The init script now handles installing the required Pip3 packages
  • Minor documentation adjustments

v3.1.1

15 Aug 19:50
Compare
Choose a tag to compare

Updated

  • Users can now disable the Rebalance task #32
  • Updates to the update and init scripts
  • Documentation improvements

v3.1.0

06 Aug 19:36
Compare
Choose a tag to compare

Updated

  • The "Rebalance" task now does the sell orders first, then the buy orders, to make extra sure there is enough USDT to complete the buy orders #28
  • Adds helpful "update" and "init" scripts

v3.0.0

25 Jul 07:46
Compare
Choose a tag to compare

Updated

  • _config.py is now much simpler to understand and adjust #25
  • Adds graceful shutdown #27

v2.0.1

21 Jul 07:56
Compare
Choose a tag to compare

Updated

  • Removes emoji from the console output #19
  • Dramatically reduces the console output #23

v2.0.0

20 Jul 07:40
Compare
Choose a tag to compare

Updated

  • PieBot is now split into two separate tasks (Buy and Rebalance) that run at different intervals - #21
  • Users can now configure how often each task in PieBot should run - #4
  • Updated documentation for 2.0

v1.0.3

18 Jul 11:03
e6c3d29
Compare
Choose a tag to compare

Updated

  • Documentation for the 1.0 release

v1.0.2

12 Jul 20:57
Compare
Choose a tag to compare

Updated

  • Sets the default environment to production
  • Various code quality adjustments

v1.0.1

09 Jul 07:59
Compare
Choose a tag to compare

Fixed

  • Fixes an issue where the bot was checking the total balance of a coin, rather than the available balance
  • Ensures the bot is always using the pairs variable, rather than calling pair_list directly