Skip to content

Releases: enarjord/passivbot

v7.2.3 adds hlcvs cache dir to config

08 Nov 15:55
Compare
Choose a tag to compare
  • hlcvs cache dir written to config
  • added pareto front plotting function

Full Changelog: v7.2.2...v7.2.3

v7.2.2 rate limit bybit hlcvs fetching

07 Nov 15:14
Compare
Choose a tag to compare
  • add rate limiting to bybit hlcvs fetching to avoid IP based ban
  • proper rounding of cropped unstuck qty in rust backtest
  • dump pareto front with tools/extract_best_config.py

Full Changelog: v7.2.1...v7.2.2

v7.2.1 reduce opt file size all_results.txt

07 Nov 04:37
Compare
Choose a tag to compare
  • use dictdiffer to reduce file size of all_results.txt when optimizing
  • bug fix: crash when clip pct == 0
  • use separate process for writing opt results in multiprocessing, remove locks

Full Changelog: v7.2.0...v7.2.1

v7.2.0 ignored/approved coins read from external file

06 Nov 23:49
Compare
Choose a tag to compare
  • ignored/approved coins may be read in real time from external file
  • add caching of hlcvs data
  • add compression of hlcvs data cache
  • docs updates
  • fixes for backtest jupyter notebook
  • add check for too big orders for unstucking, backtest and live
  • add check for simultaneous rust compilations
  • refactorings, cleanups

Full Changelog: v7.1.9...v7.2.0

v7.1.9 backtest data formatting bug fix

19 Oct 16:46
Compare
Choose a tag to compare
  • fixes issue where rust backtester wrongly formatted hlcvs data

Full Changelog: v7.1.8...v7.1.9

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