File tree 1 file changed +12
-14
lines changed
1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
- # Skinok backtrader UI build with PyQt and finplot
2
-
3
- ** PyQt User interface for backtrader2**
1
+ # Skinok backtrader UI (PyQt and finplot)
4
2
5
3
IMAGE HERE
6
4
@@ -10,17 +8,17 @@ You should have python installed on your machine (obvisously)
10
8
11
9
Please run the following commands :
12
10
13
- pip install git+ https://github.com/backtrader2/backtrader
14
- pip install matplotlib
15
- pip install requests
16
- pip install websocket
17
- pip install websocket-client
18
- pip install oandapy
19
- pip install git+ https://github.com/blampe/IbPy.git
20
- pip install git+https://github.com/oanda/oandapy .git
21
-
22
- pip install git+https://github.com/Skinok/finplot.git
23
-
11
+ ```
12
+ pip install git+https://github.com/backtrader2/backtrader
13
+ pip install matplotlib
14
+ pip install requests
15
+ pip install websocket
16
+ pip install websocket-client
17
+ pip install oandapy
18
+ pip install git+https://github.com/blampe/IbPy .git
19
+ pip install git+https://github.com/oanda/oandapy.git
20
+ pip install git+https://github.com/Skinok/finplot.git
21
+ ```
24
22
25
23
# How to use it ?
26
24
You can’t perform that action at this time.
0 commit comments