Releases: jrmeier/fast-trade
Releases · jrmeier/fast-trade
1.0.1
Fixes
update_archive
has some bugs when storing the data- more gentle datetime handling
- fetching the correct frequency when using
get_kline
inrun_backtest
Features
- adds
rolling_min
androlling_max
technical indicators - expands the summary with more statistics
- better rules for handling dotted notation
What's Changed
What's Changed
Full Changelog: v1.0.0...v1.0.1
What's Changed
Full Changelog: v1.0.0...v1.0.1
V1
V1
Full Changelog: v0.4.1...v1.0.0
Breaking changes
chart_period
changed tofreq
New Features
Archive
- assets can be downloaded directly from Binance and Coinbase
- archive can be updated via command
- stored via sqlite databases
- strategies can define
symbol
andexchange
instead of providing a dataframe - CLI
update_archive
,download
,assets
Custom datapoint frequency
- datapoints can now have different timescales
Plotting
- backtests have better plots
0.4.1
0.4.0
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
CLI improvement
- refactored CLI functionality, now its more readable
- Documentation update
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
v0.2.1
0.2.2
v0.2.0
0.2.0
BREAKING CHANGES
- strategies are now "backtests"
- backtests contain more logic
- backtest
indicators
column is nowdatapoints
- fix
comission
misspelling, it wascommission
New Features
- DataDownloader via the cli
- added more logic fields
any_exit
andany_enter
- added trailing stop loss
- added confirmation/lookback periods for logics
- added a backtest validator
Testing
- now around 70% test coverage!