Releases: enarjord/passivbot
Releases · enarjord/passivbot
v7.2.11 bug fixes for coin_to_symbol
v7.2.10 multi exchange backtest and optimize
- allows backtesting and optimizing on data from multiple exchanges (binance and bybit)
v7.2.8 new scoring metrics
- new scoring metrics: sortino_ratio, omega_ratio, expected_shortfall_1pct, calmar_ratio, sterling_ratio, drawdown_worst_mean_1pct
- new default template config
- bitget multi asset mode support
- live bot reload markets hourly
- optimize: allow multiple pareto fronts as starting configs
Full Changelog: v7.2.5...v7.2.8
v7.2.5 bitget update endpoints
- updated bitget endpoints
- compressing opt results is optional
Full Changelog: v7.2.4...v7.2.5
v7.2.4 trim opt results
- trim optimize results all_results.txt file for file size reduction
- allow setting optimize bounds with single value
- docs update
- try to load ignored/approved coins list from external file first
Full Changelog: v7.2.3...v7.2.4
v7.2.3 adds hlcvs cache dir to config
- 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
- 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
- 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
- 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
- fixes issue where rust backtester wrongly formatted hlcvs data
Full Changelog: v7.1.8...v7.1.9