kernc / backtesting.py

:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
https://kernc.github.io/backtesting.py/
GNU Affero General Public License v3.0
5.39k stars 1.05k forks source link

added show_output arg to backtesting/backtesting.py plot method #1054

Closed hadif1999 closed 1 year ago

kernc commented 1 year ago

Apologies, how does the new behavior, provided by this PR, differ from simply passing bt.plot(..., open_browser=False)?