Skip to content

Releases: jrmeier/fast-trade

v0.1.6.1

06 Sep 19:13
Compare
Choose a tag to compare

v0.1.6.1

Bug Fixes

  • resampling bug where the index was reset and unused

v0.1.6

03 Sep 01:33
Compare
Choose a tag to compare

v0.1.6

Breaking changes

  • run_backtest now returns an additional dataframe accessed at trade_log on the return object. This is just a subset of the larger df object. See the docs for more information
  • chart_period has changed slightly and now uses offset strings from pandas
  • commission can now be added to the strategy included when backtesting
  • buy_and_hold_perc is now available on the summary object

Emergency Fix

23 Jul 01:26
Compare
Choose a tag to compare

CLI fix

v0.1.3

22 Jul 02:18
0e3226b
Compare
Choose a tag to compare

Fast Trade 0.1.3

Changes

  • Added CLI
  • More testing
  • run_backtest argument order changed

v0.1.2

12 Jun 01:45
Compare
Choose a tag to compare

Minor updates and breaking changes

Breaking changes

  • run_backtest now returns a dictionary instead of a string
  • build_dataframe now detects the time unit (ms or s)

Updates

  • summary now returns timedeltas as seconds (ex. *_trade_len) instead of strings
  • summary now includes medians (trade len and median trade percentage)

v0.1.1 Alpha

29 Apr 18:23
Compare
Choose a tag to compare
v0.1.1 Alpha Pre-release
Pre-release

v0.1.1 Alpha

This release adds some features for different time units and for combing data files.

v0.1.0

07 Mar 06:45
Compare
Choose a tag to compare

0.1.0 Alpha

This release contains a much more useful summary and a more useful data frame on return of a test. This will be more stable, with some features still being added, but inputs shouldn't change, only be added.

v0.0.1 Alpha

17 Feb 01:26
Compare
Choose a tag to compare
v0.0.1 Alpha Pre-release
Pre-release

v0.0.1 Alpha

Alpha release. Many features and safety measures not implemented and not 100% test coverage. Many undocumented feature around file management. Please open and issue or PR for any help.