Skip to content

Releases: alpacahq/alpaca-backtrader-api

Dropped support for python 3.6

02 Jan 21:31
475bb54
Compare
Choose a tag to compare

In this release we

Small fix for alpaca-proxy-agent

10 Aug 04:21
Compare
Choose a tag to compare
  • 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

19 Jun 18:03
7362a88
Compare
Choose a tag to compare

In this release we

Minor fixes on top 0.13

05 Feb 15:32
Compare
Choose a tag to compare
  • work with similar tz when backfilling (9c1229d)
  • don't backfill on live mode in the example code. (8f0b931)

Minute Bar Stream Source

03 Feb 19:23
Compare
Choose a tag to compare

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

14 Oct 07:39
978065e
Compare
Choose a tag to compare

In this release we:

  • Add an example code to explain how to use the resample functionality: code

Bugfixes:

  • make sure start_date < end_date when performing a backfill: 0d9c258
  • inifinite loop fix when backfilling when resampling is required: 22d419d
  • bidask param is not used in backfill. document it.

Add support for Polygon data with the alpaca-proxy-agent

09 Oct 03:30
Compare
Choose a tag to compare

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

07 Oct 13:11
f624806
Compare
Choose a tag to compare

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

04 Sep 14:32
Compare
Choose a tag to compare

This release fixes this issue: #107

Add support for trailing stop orders

30 Aug 15:26
b87bf88
Compare
Choose a tag to compare

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