Releases: jrmeier/fast-trade
Releases · jrmeier/fast-trade
v0.1.6.1
v0.1.6
v0.1.6
Breaking changes
run_backtest
now returns an additional dataframe accessed attrade_log
on the return object. This is just a subset of the largerdf
object. See the docs for more informationchart_period
has changed slightly and now uses offset strings from pandascommission
can now be added to the strategy included when backtestingbuy_and_hold_perc
is now available on the summary object
Emergency Fix
CLI fix
v0.1.3
v0.1.2
Minor updates and breaking changes
Breaking changes
run_backtest
now returns a dictionary instead of a stringbuild_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
v0.1.1 Alpha
This release adds some features for different time units and for combing data files.
v0.1.0
v0.0.1 Alpha
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.