Streaming (preview)
To get connected to the WebSocket in this console test project, you have to add your own Alpaca key and secret information to your local environment variables.
Run the following command line items to set, after replacing the secret and key values.
// use your own keys
setx AlpacaApiKey "ALPACA_API_KEY"
setx AlpacaSecret "ALPACA_SECRET"