alpaca-backtrader-api icon indicating copy to clipboard operation
alpaca-backtrader-api copied to clipboard

Alpaca Trading API integrated with backtrader

Results 65 alpaca-backtrader-api issues
Sort by recently updated
recently updated
newest added

Hello, I have purchased the API unlimited call subscription, however i am still getting this sleep 3 seconds and retrying https://data.alpaca.markets/v1/bars/day 3 more time(s) error. From what I am reading...

Hey, I am running into an error with multiple data feeds, e.g. with the example https://github.com/alpacahq/alpaca-backtrader-api/blob/master/sample/strategy_multiple_datas.py Error: `alpaca_trade_api\stream2.py", line 52, in _connect raise Exception(f"Error while connecting to {self._endpoint}:" Exception: Error...

To reproduce this problem, simply go into one of the examples, set IS_BACKTEST=True, and change the timeframe to bt.TimeFrame.Minutes (instead of Days). Exception in thread Thread-1: Traceback (most recent call...

Hello, Getting started with alpaca and backtrader, and while I can backtest just fine I am running into a weird error when trying to switch to live-paper mode. Long story...

Hello, all, Given that Alpaca soon plans to end its free Polygon integration, does anyone have any thoughts on a mitigation plan for users of polygon data in this alpaca-backtrader...

dtbegin and dtend now contain timezone specified by the user in datafactory.

I was able to reproduce the error reported in https://github.com/alpacahq/alpaca-backtrader-api/issues/120. It happens exactly when: * restarting alpaca proxy * first time launching a strategy in paper trade mode the reported...

Hey, I am trying to run multiple datas example (https://github.com/alpacahq/alpaca-backtrader-api/blob/master/sample/strategy_multiple_datas.py) using [alpaca-proxy-agent](https://github.com/shlomikushchi/alpaca-proxy-agent) project and I have the following error in IDE: ``` 2020-10-07 16:36:52,693 code = 1000 (OK), no reason...

I am playing with WebSocket streaming data. How could you do testing aftermarket hours when there are no data from the WebSocket?

Polygon has no rate limiting or per second query limits, but when you use alpaca to access polygon data you get a rate limit. Is there anyway to force it...