Releases: alpacahq/alpaca-backtrader-api
Releases · alpacahq/alpaca-backtrader-api
Dropped support for python 3.6
In this release we
- drop support for python 3.6
- update the calendar package to exchange-calendars
Small fix for alpaca-proxy-agent
- add a small fix to allow selecting the data source so we could work with the alpaca-proxy-agent
- small datetime formatting issues.
Data V2
In this release we
- Add support for Alpaca data V2.
- Remove polygon integration.
Minor fixes on top 0.13
Minute Bar Stream Source
In this release we add minute aggs as a data stream source (5dcbddd).
So now the user could select:
- Quotes
- Minute bars
as a stream source. User could also resample for other time frames.
Minor additions/fixes:
- update the example code to only use live bars (112e4be)
- stop orders don't need limit price (919d7ec)
- don't fail if missing bars from the backfill frames (650680d)
- better error notification when order rejected (abe23b0)
- polygon data backfill fix (a7b9911)
- use today's data for intraday granularity (7210594)
- time zone issue in backfill (4890677)
Updates:
- trading calendars: 2.1.1
- alpaca_trade_api: 0.52.0
Data resampling for paper/live trading
Add support for Polygon data with the alpaca-proxy-agent
The alpaca-trade-api 0.51.0 version adds support for the alpaca-proxy-agent when using the Polygon stream service.
This minor version is now fully supporting usage of the alpaca-proxy-agent.
Add support for the alpaca-proxy-agent project
In this release we:
- Enable the usage of the the alpaca-proxy-agent
- Fix issue in which a custom order id was not stored with the order object
- Update the url for live trading (wasn't set)
- Enhance the sample code and fix constants
- Update trading_calendars
Fix tzinfo bug in query alpaca data
This release fixes this issue: #107
Add support for trailing stop orders
In this release we:
- add support for trailing_stop orders which is now supported by the API
- fix bugs related to fetching data in backtest mode
- update alpaca-trade-api to 0.50.1
- added package trading-calendars to requirements