backtrader-pyqt-ui icon indicating copy to clipboard operation
backtrader-pyqt-ui copied to clipboard

Easy to use backtrader UI

Results 9 backtrader-pyqt-ui issues
Sort by recently updated
recently updated
newest added

can this be used in live trading?

Just a brief thank you both for a great project and for all your work. Best Fig

![image](https://user-images.githubusercontent.com/4070416/192417253-4d42f6de-be32-48ce-bb66-34d15f2e4f20.png)

Python3 I run ``` 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 \ -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com ``` error ![image](https://github.com/Skinok/backtrader-pyqt-ui/assets/3394927/28b83818-1c33-4699-996a-2c12c057bb53)

Hi Guy, I just tried the package, it's nice! Some tips followed below: 1. It's designed for Python2. 2. If you wanna run on Python3, you need to modify C:\ProgramData\anaconda3\Lib\site-packages\ib\lib\__init__.py...

Hi, first thank you for this promising framework / tool! I need to add some additional fields to the CSV file in order to use them in a strategy. How...

from ichimoku_strat1 import IchimokuStart1

发生异常: SyntaxError multiple exception types must be parenthesized (__init__.py, line 239) File "E:\学习资料\backtrader-pyqt-ui-main\SkinokBacktraderUI.py", line 22, in import backtrader as bt SyntaxError: multiple exception types must be parenthesized (__init__.py, line 239)