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

Hi, I'm asking because I'm a non-US resident and need to send 30k to test this ;) Using multiple datas does work for me with a paper account and the...

Hi -- I've been building from your sample scripts to backtest, paper trade, and live trade with my own strategies. I have a live account, and am able to perform...

New environment, pip freeze: ``` alpaca-backtrader-api==0.10.1 alpaca-trade-api==0.50.1 backtrader==1.9.76.123 certifi==2020.6.20 chardet==3.0.4 cycler==0.10.0 idna==2.10 kiwisolver==1.2.0 matplotlib==3.3.2 numpy==1.19.2 pandas==1.1.3 Pillow==7.2.0 pyparsing==2.4.7 python-dateutil==2.8.1 pytz==2020.1 requests==2.24.0 six==1.15.0 toolz==0.11.1 trading-calendars==1.11.11 urllib3==1.25.10 websocket-client==0.57.0 websockets==8.1 ``` Trying to...

I'm currently trying to paper trade an algo that works well on 1H bars. I've used the samples to get paper trading to stream data in. I add the "compression=60"...

Hello, I tried running my strategy live today and got these errors repeating until 9:29:56AM at which point the Strategy's `stop` function was invoked. I'm not sure why this happened...

Addresses https://github.com/alpacahq/alpaca-backtrader-api/issues/52 Currently I pass in my key_id and secret_key in addition to the oauth parameter. I'm not 100% sure how this will behave when I use another account's oauth...

Hi, does alpaca-backtrader-api support authenticating with Oauth access tokens? A quick look through the source code seems to imply that we can only authenticate with API keys. Would adding support...

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

Are there any plans on porting over to https://github.com/alpacahq/alpaca-py since alpaca-trade-api-python is being deprecated at the end of 2022?

### Update [backtrader](https://pypi.org/project/backtrader) from **1.9.76.123** to **1.9.78.123**. Changelog ### 1.9.78.123 ``` - PR479 Fix errors for simulated orders ``` ### 1.9.77.123 ``` - PR472 - Added posibitity for Black theme...