# backtrader-pyqt-ui **Repository Path**: wenqzheng/backtrader-pyqt-ui ## Basic Information - **Project Name**: backtrader-pyqt-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-12-06 - **Last Updated**: 2025-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Discord](https://img.shields.io/badge/DISCORD-Join%20the%20server-blue?style=for-the-badge&logo=discord)](https://discord.gg/56ERy324) # Skinok backtrader UI (PyQt and finplot) ![Backtrader PyQt Ui](./images/overview.png "Backtrader PyQt Ui") ![Backtrader PyQt Ui 2](./images/overview2.png "Backtrader PyQt Ui") ![Backtrader PyQt Ui 3](./images/overview3.png "Backtrader PyQt Ui") # 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