Releases: enarjord/passivbot
v5.7.1 Neat Grid with bug fixes
Fixed bugs, among them one which caused wrong short side grid quantities in some cases
v5.7.0 Neat Grid
Add new passivbot mode Neat Grid
v5.6.2 Pre Neat Grid
Last release before adding neat grid mode
v5.6.1_bybit_auto_profit_transfer
Added support for bybit in auto profit transfer script
v5.6.0 Backwards TP
Add new optional feature "backwards Take-Profit".
See docs/configuration.md
v5.5.2 Pre Backwards Take-Profit
Last stable branch before adding backwards TP
v5.5.0 passivbot with ohlcv 1m support
First release of passivbot v5.5 with added support for 1m ohlcv in bactkesting and optimizing
- append kwarg
-oh/--ohlcv
when using scriptsbacktest.py
andharmony_search.py
to use 1m ohlcvs - added script
auto_profit_transfer.py
for automatic profit transfer binance USDT futures -> binance spot - small changes, bug fixes etc.
v5.4.3 passivbot pre ohlcv
Last release before adding support for 1m OHLCV in backtesting and optimizing
v5.4.2 Recursive Grid Mode
First release of passivbot with recursive grid mode added
The noteworthy changes are
added recursive grid mode alongside static grid mode
long/short isolated from each other in backtest, allowing simultaneous long/short optimize without one affecting the other
a few renamings, among these ema_span_max/min to ema_span_0/1
four default included configs: two static, two recursive, with auto unstuck enabled and disabled
v5.3/v5.2/v5.1/v5.0 configs are compatible and will all work with v5.4
v5.3.2 With EMAs
Last release of v5.3 before adding recursive grid mode