Skip to content

Releases: jrmeier/fast-trade

0.4.1

31 Jan 16:17
Compare
Choose a tag to compare

0.4.1

Bug fixes

  • fixes new line error when downloading symbol data

0.4.0

09 Mar 05:42
Compare
Choose a tag to compare

0.4.0

Bug Fixes:

  • cli: running a backtest didn't display anything
  • docs: out-of-date examples, updated them

New Features

  • datafile_path now accepts urls as well as file paths

Full Changelog: 0.3.2...v0.4.0

0.3.2

01 Mar 03:44
742767c
Compare
Choose a tag to compare

CLI improvement

  • refactored CLI functionality, now its more readable
  • Documentation update

Full Changelog: 0.3.1...0.3.2

0.3.1

14 Jun 02:35
Compare
Choose a tag to compare

0.3.1

Don't add features after dark, kids.

Emergency Bug Fix

  • fixes a bug with the cli, the summary wouldn't print.

0.3.0

14 Jun 00:58
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

0.3.0

Bug Fixes

  • fixed various summary issues
  • fixed confirmations bug with multiple logics with different look back periods
  • other various issues

New Stuff

  • 97% testing coverage
  • more readable code

v0.2.1

20 Apr 01:49
Compare
Choose a tag to compare

0.2.1

Bug Fixes

  • fixed validation bug with "0" as datapoint
  • pinning versions for safe install

0.2.2

21 Apr 00:07
a163105
Compare
Choose a tag to compare

0.2.2

Version Bump

  • bumping the version for a dependency

v0.2.0

13 Mar 08:55
Compare
Choose a tag to compare

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!

v0.1.6.3

05 Jan 02:32
Compare
Choose a tag to compare

v0.1.6.2

Changes

  • chart start/stop times can now be timestamps
  • added optional summarize (saves a few ms by NOT returning the trade log or the summary object)
  • fixed a bug when when using empty logizs

v0.1.6.2

01 Oct 02:08
Compare
Choose a tag to compare

0.1.6.2

Fixes a Nan bug when the exit_on_end setting is true and still in a trade.