Skip to content

v0.2.0

Compare
Choose a tag to compare
@jrmeier jrmeier released this 13 Mar 08:55
· 54 commits to master since this release

0.2.0

BREAKING CHANGES

  • strategies are now "backtests"
  • backtests contain more logic
  • backtest indicators column is now datapoints
  • fix comission misspelling, it was commission

New Features

  • DataDownloader via the cli
  • added more logic fields any_exit and any_enter
  • added trailing stop loss
  • added confirmation/lookback periods for logics
  • added a backtest validator

Testing

  • now around 70% test coverage!