We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddaef6 commit b8da19aCopy full SHA for b8da19a
README.md
@@ -340,7 +340,7 @@ The websocket connection is limited to 1 connection per account. <br>
340
For that exact purpose this  was created<br>
341
The steps to execute this are:
342
* Run the Alpaca Proxy Agent as described in the project's README
343
-* 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`)
+* Define this env variable: `DATA_PROXY_WS` to be the address of the proxy agent. (e.g: `DATA_PROXY_WS=ws://127.0.0.1:8765`)
344
* execute your algorithm. it will connect to the servers through the proxy agent allowing you to execute multiple strategies
345
346
0 commit comments