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

### Update [alpaca-trade-api](https://pypi.org/project/alpaca-trade-api) from **1.4.3** to **2.3.0**. Changelog ### 2.3.0 ``` What's Changed * Fix missing URL import for the Stream class example in README by hiohiohio in https://github.com/alpacahq/alpaca-trade-api-python/pull/628 *...

I am using python3.7 with the following dependencies: ``` aiohttp==3.7.4 alpaca-backtrader-api==0.15.0 alpaca-trade-api==1.4.3 async-timeout==3.0.1 attrs==21.4.0 backtrader==1.9.76.123 certifi==2022.6.15 chardet==3.0.4 charset-normalizer==2.1.0 cycler==0.11.0 exchange-calendars==3.4 idna==3.3 kiwisolver==1.4.3 korean-lunar-calendar==0.2.1 matplotlib==2.2.5 msgpack==1.0.2 multidict==6.0.2 numpy==1.21.2 pandas==1.3.2 pandas-market-calendars==3.4 pyluach==2.0.0...

Hello all. I've been working with the example code and for some reason when using Minutes granularity, I'm getting plots with market open data at 13:30, and a premature end...

Making a new issue for the documentation rather than the 401: Unauthorized error referenced on this issue: https://github.com/alpacahq/alpaca-backtrader-api/issues/12 Problem seems to be that the API returns 401 with configuration `paper:...

``` [~] python3 Python 3.9.9 (main, Nov 21 2021, 03:16:13) [Clang 13.0.0 (clang-1300.0.29.3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import alpaca_backtrader_api Traceback (most recent...

I'm trying to run the strategy_multiple_datas sample and I have Alpaca Pro and using the default date for the backtest which is 1/1/2015, but it's only going back a few...

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

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...

Hi, I wonder why the default param value for 'stocklike' is initialized in the comminfo as False. I think that is used for instruments like Futures. The calculation of the...