Skip to content

Commit 0b383d3

Browse files
committed
doc update
1 parent b6a805c commit 0b383d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ using 'key_id' and 'secret_key'.
9191
The 'paper' parameter is default to False, which allows live trading.
9292
If you set it to True, then you are in the paper trading mode.
9393

94-
## Running Multiple Algorithm/Symbols
94+
## Running Multiple Algorithms/Datas
9595
There's a way to execute an algorithm with multiple datas or/and execute more than one algorithm.<br>
9696
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>
9898
The steps to execute this are:
9999
* Run the Alpaca Proxy Agent as described in the project's README
100100
* 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`)

0 commit comments

Comments
 (0)