-
I am kind of new to alpaca and algo trading itself. How do we submit an order in alpaca?
An example; its placing an after market hour trade by shorting one AAPL stock for an intraday trade.
```
a…
-
(paper trading)
(in a way it's similar to https://github.com/alpacahq/Alpaca-API/issues/64 but not really the same as the web interface has always worked so far)
I had created several orders ove…
-
Hey everyone,
thanks for this nice tool. I would like to use alpaca paper trading data, but I always get the following error:
nats.aio.errors.NatsError: nats: 'Authorization Violation'
I am j…
-
Hi there,
I just played around a little bit with tha Alpaca Library for node.js. When following the given example with connection via websocket, I'm getting the NatsError / Authorization Violation er…
-
(paper trading)
When I create an order and then quickly cancel it, the cancellation will not actually happen in many instances.
Here is a trace:
```
HTTP request: POST to https://paper-api.alp…
-
IEX discontinued legacy API
It means pipeline-live must use iexfinance 0.4.1
Currently pipelielive 0.1.6 is broken
-
I'm wondering why it is that for some periods there seem to be a lot of missing points in the data returned from the Alpaca API. Below is an example of the query I'm using in the Python API, and part …
-
Hi,
I was calling client.GetAccount() and I get an error saying "account not found for (my account id)". I'm wondering if this endpoint is working properly - When I make a request to "https://paper…
-
-
When data is empty, the sample crashes. For example, ANDV:
{"ANDV":[]}
DEBUG:urllib3.connectionpool:https://data.alpaca.markets:443 "GET /v1/bars/day?symbols=ANDV&limit=50&start=2018-11-20&end=20…