Releases: enarjord/passivbot
Releases · enarjord/passivbot
v7.1.5 binance balance bug fix
Binance balance calc bug fix
Full Changelog: v7.1.4...v7.1.5
v7.1.4 bug fix on automatic bot restart
- 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
- 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
- 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
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
v7.1.0 beta: optimizable coin filter params, shared memory, npy replacing csv for ohlcvs storage
Pre-release
Pre-release
- 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
fixes hyperliquid min qty after ccxt upgrade
v7.0.8 beta Binance support
- Added support for Binance
- Upgraded ccxt to version 4.4.7
Full Changelog: v7.0.7-beta...v7.0.8-beta
v7.0.7-beta: backtest with ignored coins by arg, etc.
- correct exchange when fetching all eligible symbols
- avoid warning when plotting
- let -ic work on backtest
v7.0.6 fixes for ineligible coins handling
- fix auto auto profit transfer script error handling
- fix crash if open order or pos in non-approved coins list
- let approved/ignored coins be given as path in CLI arg