File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ using 'key_id' and 'secret_key'.
91
91
The 'paper' parameter is default to False, which allows live trading.
92
92
If you set it to True, then you are in the paper trading mode.
93
93
94
- ## Running Multiple Algorithm/Symbols
94
+ ## Running Multiple Algorithms/Datas
95
95
There's a way to execute an algorithm with multiple datas or/and execute more than one algorithm.<br >
96
96
The websocket connection is limited to 1 connection per account. Alpaca backtrader opens a websocket connection for each data you define.<br >
97
- For that exact purpose this project was created: https://github.com/shlomikushchi/alpaca-proxy-agent <br >
97
+ For that exact purpose this ![ project] ( https://github.com/shlomikushchi/alpaca-proxy-agent ) was created <br >
98
98
The steps to execute this are:
99
99
* Run the Alpaca Proxy Agent as described in the project's README
100
100
* Define this env variable: ` DATA_PROXY_WS ` to be the address of the proxy agent. (e.g: ` DATA_PROXY_WS=ws://192.168.99.100:8765 ` )
You can’t perform that action at this time.
0 commit comments