Skip to content

Releases: alpacahq/pylivetrader

Bump pipeline-live dependency to 0.2.0

11 Apr 19:44
d32334d
Compare
Choose a tag to compare

This release simply bumps the dependency on pipeline-live to 0.2.0 to fix issues related to it still using market data v1

Remove calls to marketdata v1 endpoints

01 Apr 14:12
c9cce67
Compare
Choose a tag to compare

Removes remaining sdk usages of the marketdata v1 endpoints such as get_barset.

PRs Included in this release:

  • #255 Quick fixes to remove calls to market data v1 from alpaca SDK

Support for Alpaca Data V2

03 Jul 06:48
2d9bf97
Compare
Choose a tag to compare
  • In this release we add support for the data v2 stage.
  • We also still use the get_barset() as a phase out step and fall back on the new get_bars()

Maintenance Apr 19

19 Apr 22:11
a4908ab
Compare
Choose a tag to compare
  • bump docker image to v0.5.5 (e255f43)
  • update version to 0.5.5 (70d589b)
  • bump alpaca-trade-api to v1.2.0 (87beead)
  • ci:: pyup weekly updates are enough (ebeea3e)

Maintenance Jan 21

17 Jan 16:24
Compare
Choose a tag to compare

In this release we do some maintenance work:

  • update alpaca-trade-api to 0.52.0
  • update pipeline-live to 0.1.12
  • limit versions of pandas (<1.2.0) and numpy (<1.20.0) scipy(<1.6.0) which dropped support for python 3.6
  • CI maintenance

Ignore Untradable Assets

15 Dec 13:32
83a5389
Compare
Choose a tag to compare

This is a minor release for small fixes:

  • calc order amount fails due to missing current price value - add retry (c2fe9c4)
  • don't include untradable assets in the asset list (2ca0a74)

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

09 Oct 03:38
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.

Make the project compatible with alapca-proxy-agent

18 Sep 19:52
231d994
Compare
Choose a tag to compare

In this release we make this project compatible with the alapca-proxy-agent project:
https://github.com/shlomikushchi/alpaca-proxy-agent

What else

  • changed can_trade to be more resilient.
  • fixed minor issues with the smoke-util

Optimize Alpaca bar query

04 Sep 14:09
Compare
Choose a tag to compare

In this release we optimize the bar query from the Alpaca servers for high load algorithms.
Alpaca API supports up to 200 equities per one API query.
This release takes advantage of that feature to make the data query for high loads much faster.

What else

  • pyup integration
  • change the way the docker image is built. not using pipenv anymore.
  • update alpaca-trade-api to v0.50.1

Quantopian Migration Tool

27 May 04:52
d54ebd3
Compare
Choose a tag to compare

In this release we add a migration tool to the pylivetrader cli
it could be used to take code written for quantopian or zipline and make it compatible to pylivetrader
you could use it as follows:

pylivetrader --help
pylivetrader migrate -i quantopian_example.py -o pylivetrader_compatible.py