Skip to content

v1.3.3 — Fix strategy generator crashes on None backtest metrics

Choose a tag to compare

@TPTBusiness TPTBusiness released this 23 Apr 18:35

Bug Fixes

  • Fix TypeError: bad operand type for abs(): 'NoneType' crash when backtest returns no IC value (ad2ad3ab)
  • Fix TypeError: unsupported format string passed to NoneType in rejected strategy log output (2197f521)
  • Disable slow wf_rolling and reduce mc_n_permutations to 50 for faster strategy generation runs