Skip to content

Releases: bmino/binance-triangle-arbitrage

Version 5.5.1

16 Aug 14:49
Compare
Choose a tag to compare

Changes:

  • Dramatically reduce required websocket connections!!! (#105) 🎉
  • Fix bug when 0 investment was calculated, a fixed profit of 0% would show in the HUD
  • Additional config startup checks
  • Minor optimizations

Version 5.5.0

10 Aug 03:31
Compare
Choose a tag to compare

Changes:

  • Fix some specific logging issues from the api wrapper
  • Configuration changes:
    • Added TIMING.RECEIVE_WINDOW
    • Added TIMING.USE_SERVER_TIME
    • Migrated TIMING.CALCULATION_COOLDOWN
    • Removed LOG.VERBOSE as this setting is always enabled now

Version 5.4.0

09 Aug 05:41
Compare
Choose a tag to compare

Changes:

  • Bot can be started (trading disabled) without providing an api key/secret!
  • Include logging from the api wrapper
  • Updated config defaults

Dependency Notice:

  • Because multiple dependencies were updated, you must re-run npm install

Version 5.3.0

18 May 01:53
Compare
Choose a tag to compare

Changes:

  • 10x faster depth polling speed from every 1000ms to every 100ms
  • Update to use /v3 REST endpoints
  • Update logging framework

Dependency Notice:

  • Because multiple dependencies were updated, you must re-run npm install

Version 5.2.7

19 Mar 23:30
Compare
Choose a tag to compare

Changes:

  • Hot fix runtime issue with pino formatter (#91)

Version 5.2.6

08 Mar 01:04
Compare
Choose a tag to compare

Changes:

  • Hot fix critical order execution bug

Version 5.2.5

07 Mar 20:47
Compare
Choose a tag to compare

Changes:

  • Performance improvements (3 - 5%)
  • Consolidated logging
  • Merged binance api stability improvements

Configuration:

  • Default log level is not "debug"

Version 5.2.3

14 Jan 05:11
Compare
Choose a tag to compare

Changes:

  • Updated packages
  • Fix audit issues

Version 5.2.2

27 Jul 04:24
Compare
Choose a tag to compare

Changes:

  • Correct stack overflow error when running for prolonged periods of time
  • Fix npm audit warning

Version 5.2.0

22 Jun 02:56
Compare
Choose a tag to compare

Changes:

  • Radical calculation cycle performance improvements! 🐎
  • Log depth cache metrics every 300 cycles
  • Log calculation metrics every 300 cycles
  • Only run balance pre-checks when TRADING.ENABLED is enabled

Breaking Changes:

  • New DEPTH.PRUNE option to prune the depth cache and prevent it from growing