|
| 1 | +## Changelog |
| 2 | + |
| 3 | +- [v4.1.0](https://github.com/carlos8f/zenbot/releases/tag/v4.1.0) (Latest) |
| 4 | + - more indicators |
| 5 | + - more strategies |
| 6 | + - more exchanges |
| 7 | + - too many bug fixes to list here |
| 8 | + - web UI |
| 9 | + - Travis |
| 10 | + - Docker automated builds |
| 11 | + - Automated tests |
| 12 | +- [v4.0.5](https://github.com/carlos8f/zenbot/releases/tag/v4.0.5) |
| 13 | + - handle insufficient funds errors from gdax |
| 14 | + - new trend_ema defaults adjusted for latest btc movements: 20m period, neutral_rate=0 |
| 15 | + - include more data in sim output |
| 16 | + - remove rarely useful trend_ema options |
| 17 | + - avoid abort in trader on failed getTrades() |
| 18 | +- v4.0.4 |
| 19 | + - debugging for polo odd results |
| 20 | + - sim: simplify and correct makerFee assessment |
| 21 | + - fix conf path in API credentials errors |
| 22 | + - fix order total under 0.0001 error on polo |
| 23 | + - Docker: extend README slightly (thanks [@DeviaVir](https://github.com/deviavir) and [@egorbenko](https://github.com/egorbenko)) |
| 24 | + - docker-compose: do not expose mongodb by default! (thanks [@DeviaVir](https://github.com/deviavir)) |
| 25 | +- v4.0.3 |
| 26 | + - fix for docker mongo host error |
| 27 | + - link for new Discord chat! |
| 28 | + - fix polo crash on getOrder weird result |
| 29 | + - fix oversold_rsi trigger while in preroll |
| 30 | + - fix polo "not enough..." errors |
| 31 | + - fancy colors for price report |
| 32 | + - display product id in report |
| 33 | + - fix poloniex backfill batches too big, mongo timeouts |
| 34 | + - fix cursorTo() crash on some node installs |
| 35 | + - memDump for debugging order failures |
| 36 | + - fix column spacing on progress report |
| 37 | +- v4.0.2 |
| 38 | + - minor overhaul to trend_ema strat - added whipsaw filtering via std. deviation (`--neutral_rate=auto`) |
| 39 | + - trim preroll of sim result graph |
| 40 | +- v4.0.1 |
| 41 | + - Added .dockerignore (thanks [@sulphur](https://github.com/sulphur)) |
| 42 | + - fix crashing on mongo timeout during backfill |
| 43 | + - fix gaps in poloniex backfill |
| 44 | + - default backfill days 90 -> 14 |
0 commit comments