backtrader-pyqt-ui
backtrader-pyqt-ui copied to clipboard
Easy to use backtrader UI
can this be used in live trading?
Just a brief thank you both for a great project and for all your work. Best Fig

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 
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)