Skip to content

v5.9.12 auto unstuck on timer

Compare
Choose a tag to compare
@enarjord enarjord released this 01 Oct 21:07
· 1355 commits to master since this release
043299f
  • add timed auto unstuck to grid modes
  • remove static grid mode
  • upgrade bybit API to v5 using ccxt
  • change score metrics for optimizing
    • remove eqbal ratio as score metric
    • add maximum_pa_distance_1pct_worst_mean
  • add single opt configs to configs/live/
  • move "symbols" from configs/optimize/default.hjson to configs/backtest/default.hjson
  • add starting config filter to optimize
  • clip threshold arg accepts exact n symbols >= 1
  • async historical ohlcv download
  • misc bug fixes and changes