Skip to content

v1.2.11

Latest

Choose a tag to compare

@edtechre edtechre released this 05 Dec 17:16
· 1 commit to master since this release
  • Fixes bug caused by readonly Numpy arrays returned by Pandas 2.3.
  • Adds pybroker.clear_params function to clear out global parameters.
  • Forwards *args and **kwargs from Strategy#add_execution to the execution function.
  • Adds seed argument to Strategy#backtest and Strategy#walkforward for reproducible bootstrap results.
  • Removed redundant subtract_fees config option.