-
Hi ChenFengTsai,
Thank you for sharing your open-source project. It's exactly what I've been looking for! However, I've encountered an issue while trying to set it up.
I followed the setup instr…
-
**Describe the bug**
When the stop loss order is created with small delta from the market price, I am getting the error: "stop price must be less than base_price - 0.01", even though I am taking care…
-
For background I am coming over from quantopian and do more engineering calculations than coding.
The tutorial would benefit from discussing how to setup the system environment first - maybe tuto…
-
### Question form pre-submit checklist.
- [X] I have searched the existing issues to ensure there isn't already an issue about this question.
- [X] My question has to do with the Python SDK and isn't…
-
Ensure Accuracy and Fine Tune trend funcitons
-
Just today I accumulated two orders in `pending_cancel` state, that I neither can cancel nor do ANYTHING with, really.
```
GET https://paper-api.alpaca.markets/v2/orders/e4f99109a1414575a029a39a8e…
-
# Issue
Initializing StockDataStream with parameter ```raw_data=True``` creates a websocket that returns timestamp as 'Timestamp', instead of the RAW string with the datetime.
# Replicate
~~~pyth…
-
I know the `vw` and `n` values for bars are not officially released, but from the days+tickers I have downloaded, 86 thousand have at least one bar with zero for either vwap or number of trades.
Ex…
-
**Description**
I'm using `getBars()` which returns `PageOfBars` containing `Bar[]`, and `RawPageOfBars` containing `RawBar[]`.
Using typescript, I'm unable to access `vw` and `n` as it's not ty…
-
I have just tried my backtest strategy on AAPL stock.
Around date 28-08-2020 I get a sharp price decline. It seems a stock splits happened on that day. Is there an adjusted price line in Alpaca Dat…