Skip to content

Instantly share code, notes, and snippets.

@rileypeterson
Created June 30, 2020 20:16
Show Gist options
  • Save rileypeterson/97d0dc3d15c93140658f8d013b5383d0 to your computer and use it in GitHub Desktop.
Save rileypeterson/97d0dc3d15c93140658f8d013b5383d0 to your computer and use it in GitHub Desktop.
Backtrader setup

From terminal run jupyter qtconsole & # Start ipython terminal

In python: %matplotlib qt5

Then when using cerebro.plot make sure iplot kwarg is False (i.e. cerebro.plot(iplot=False)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment