Skip to content

Releases: areed1192/python-trading-robot

v0.1.1

29 Aug 17:32
Compare
Choose a tag to compare

0.1.1 (08-29-2020)

Enhancements

  • Added functionality that will allow users to compare one indicator to another when creating a signal. For example, having the sma greater than the ema.

Bug Fixes

  • Fixed an issue where the get_latest_bar function was incorrectly calculating the end date and start date.

v0.1.0

28 Aug 15:53
Compare
Choose a tag to compare

0.1.0 (08-28-2020)

Updates

  • Distributed package to PyPi so that it can be installed using pip. To install using pip, use pip install python-trading-robot.
  • Added more indicators.