Skip to content

Releases: enarjord/passivbot

v7.1.8 avoid data duplication in optimize

18 Oct 21:21
Compare
Choose a tag to compare
  • fix data duplication when optimizing with multiple cores
  • reduce hyperliquid ohlcvs fetch frequency

Full Changelog: v7.1.7...v7.1.8

v7.1.7 bug fixes in ohlcv watcher

16 Oct 16:53
Compare
Choose a tag to compare
  • refactor and bug fix ohlcv websocket watcher code
  • updated installation and run instructions in README
  • change ohlcv rolling window size from 7 to 4 days by default

Full Changelog: v7.1.6...v7.1.7

v7.1.6 bybit fetch fills bugfix

15 Oct 14:28
Compare
Choose a tag to compare

will abort fetch fills loop if two successive fetches are identical

Full Changelog: v7.1.5...v7.1.6

v7.1.5 binance balance bug fix

15 Oct 13:33
Compare
Choose a tag to compare

Binance balance calc bug fix

Full Changelog: v7.1.4...v7.1.5

v7.1.4 bug fix on automatic bot restart

12 Oct 14:58
Compare
Choose a tag to compare
  • fixes bug on bot automatic restart
  • uses pnl as fill when missing fill, bybit

Full Changelog: v7.1.3...v7.1.4

v7.1.3 minor fixes and improvements

11 Oct 15:05
Compare
Choose a tag to compare
  • hysteresis for binance balance rounding
  • new config parameters:
    • max_n_restarts_per_day
    • ohlcvs_1m_rolling_window_days
    • ohlcvs_1m_update_after_minutes
  • mention trailing orders in readme
  • bug fix in set_live_configs

v7.1.2 beta: fix corrupted optimize results files

05 Oct 16:25
Compare
Choose a tag to compare
  • optimizer now uses file locking for results txt file
  • tools/extract_best_config.py now checks for integrity of each line in results txt file

v7.1.1 hyperliquid min cost patch

03 Oct 14:17
Compare
Choose a tag to compare
Pre-release

Set min cost on Hyperliquid 10% higher (from $10 to $11) to avoid some cases of min cost error.

v7.1.0 beta: optimizable coin filter params, shared memory, npy replacing csv for ohlcvs storage

02 Oct 18:30
feb6554
Compare
Choose a tag to compare
  • added parameters filter_relative_volume_clip_pct, filter_rolling_window
  • use npy instead of csv for stored ohlcvs
  • shared memory for reduced RAM consumption while optimizing
  • also automatically compile rust code if never compiled before
  • binance bug fix
  • more changes and fixes

What's Changed

Full Changelog: v7.0.9-beta...v7.1.0-beta

v7.0.9 hyperliquid min qty fix

26 Sep 21:37
Compare
Choose a tag to compare
Pre-release

fixes hyperliquid min qty after ccxt upgrade