-
i am very new to this im not sure how to install and get it running
-
Having errors with the Alpaca data connection:
```
ERROR:: Engine.Run(): NATS.Client.NATSNoServersException: Unable to connect to a server.
at NATS.Client.Connection.connect () [0x00063] in :0
at …
-
Setting keys in env vars works, but config values are ignored.
ValueError: Key ID must be given to access Alpaca trade API
-
Trying to set up a stream for stock price updates for paper trading. However, every time I get:
> ValueError: Invalid Polygon credentials, Failed to authenticate: {'ev': 'status', 'status': 'auth_…
-
Hi,
While running my script on pythonAnywhere I ran into this issue.
2020-04-20 18:03:46 - Task preparing to start
Apr 20 18:07:11 [2020-04-20 18:07:11.469071] INFO: Algorithm: livetrader start…
-
Full Output:
Trading stock CIT
2020-10-18 14:33:03.338118: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
2020-10-18 14:33:06 D…
-
It was reported that when pylivetrader's execution is interrupted (E.g. with a Ctrl-C) and restarted, it can encounter a KeyError:
```
C:\ap>pylivetrader run -f paper50.py 2>>&1 | tee output50.txt
…
-
I tried to run the example in README.md, but I got a "No current event loop in thread" exception.
I have the following packages installed
- Python 3.6.8
- alpaca-backt…
fjctp updated
4 years ago
-
So the market opens at 8:30 CST- but it's 8:42 and the marketprice is still 0.
Is this something wrong with my code or just the robinhood API doesn't return data until a certain time?
-
The cancel_order call in the REST api that calls Alpaca seem to execute fine but the order is still open. I tested this outside regular trading hours. Not sure if it works during normal trading hours.…