File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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'.
9191The 'paper' parameter is default to False, which allows live trading.
9292If you set it to True, then you are in the paper trading mode.
9393
94- ## Running Multiple Algorithm/Symbols
94+ ## Running Multiple Algorithms/Datas
9595There's a way to execute an algorithm with multiple datas or/and execute more than one algorithm.<br >
9696The 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 >
9898The 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 ` )
You can’t perform that action at this time.
0 commit comments