-
When I use the HttpClient backend
`implicit val sttpBackend = HttpClientSyncBackend()`
whenever I try to make a get call but wrap the result in a Future it never returns. I know this is a synchr…
-
I am running into an issue very similar to #78, just with an alpaca factor I am running the following:
```
from pipeline_live.engine import LivePipelineEngine
from pipeline_live.data.sources.alpa…
-
Hello, I've just opened an Alpaca account and trying to setup a paper trading connection in R with the below code:
```
Sys.setenv('APCA-API-KEY-ID' = 'PKCW8xxxxxxxxxI4U2SQJ')
Sys.setenv('APCA-API-S…
-
In an effort to start using this for paper trading, I have modified the main function to stream ticker data using the live credentials and to stream trade data using the paper credentials. However, I …
-
How to manage positions and orders by lot number? Have not found it by web gui and APIs
Guess not all algo go by all-or-none type of transactions.
Thanks
-
I'm posting this here only because I'm using the C# API. I'm not sure if my issues are with the ALPACA backend or with the AlpacaStreamingClient.
I've been having many instances where I place on o…
-
Hello,
When I use the python API on my paper account I receive an error: No Daytrade buying power.
Also, orders that I paper trade on the website manually will complete, but then when I access …
-
I'm new to the API and am starting to build my trading algorithms. I'm having troubles getting access to any of the asset data. I keep getting the error that my get request has failed because my acces…
-
Hello, as the title says. I assume other brokerage APIs exit in a way that doesn't loop websocket errors, or will this timeout? It should exit so that the container that it is running in can still be …
-
(v2; paper trading)
When submitting a market order request the order object sent back in response contains no `extended_hours` field.