backtesting.py
backtesting.py copied to clipboard
ENH: Add Backtest(spread=), change Backtest(commission=)
commission=
is now applied twice as common with brokers. spread=
takes the role commission=
had previously.
Fixes https://github.com/kernc/backtesting.py/issues/149 Fixes https://github.com/kernc/backtesting.py/issues/113 Closes https://github.com/kernc/backtesting.py/pull/662 Closes https://github.com/kernc/backtesting.py/issues/1006
Looking forward to this one, it will enable this library to more accurately account for fees, especially with the commission tuple!
@kernc when do you expect to merge this into the main branch and create a new release?
Hi! First thanks @kernc thanks for building this project. I've been using it for a short while and it's awesome at what it does so far.
Is there any prognosis as to when this would be merged?