• Stars
    star
    374
  • Rank 112,077 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 3 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Easy to use backtrader UI

Discord

Skinok backtrader UI (PyQt and finplot)

Backtrader PyQt Ui

Backtrader PyQt Ui 2

Backtrader PyQt Ui 3

How to install ?

You should have python installed on your machine (obvisously)

Please run the following commands :

pip install git+https://github.com/backtrader2/backtrader matplotlib requests \
            websocket websocket-client oandapy qdarkstyle git+https://github.com/blampe/IbPy.git \
            git+https://github.com/oanda/oandapy.git git+https://github.com/Skinok/finplot.git  

How to use it ?

  • Put your CSV Data in the data folder
  • Create your strategy and put it in the strategies folder
    Your strategy file name should be exactly the same as the strategy class name
    You can take a look at the provided exemples