Matthias
|
ea5e47657a
|
Remove ticker_interval from jupyter notebook
|
2020-07-03 20:27:32 +02:00 |
|
Matthias
|
0d15a87af8
|
Remove old store_backtest method
|
2020-07-03 20:21:32 +02:00 |
|
Matthias
|
523437d970
|
Add tst for daily stats
|
2020-07-03 20:03:33 +02:00 |
|
Matthias
|
987188e41f
|
Add avgduration for winners and losers
|
2020-07-03 19:58:02 +02:00 |
|
Matthias
|
8e0ff4bd86
|
Add Win / draw / losing days
|
2020-07-03 19:45:45 +02:00 |
|
Matthias
|
42868ad24a
|
Add best / worst day to statistics
|
2020-07-03 19:30:29 +02:00 |
|
Matthias
|
804c42933d
|
Document summary-statistics
|
2020-07-03 08:02:27 +02:00 |
|
Matthias
|
d56f9655e2
|
Update notebook with new statistics example
|
2020-07-03 07:20:43 +02:00 |
|
Matthias
|
619eb183fe
|
Allow strategy for plot-profit
to allow loading of multi-backtest files
|
2020-07-03 07:03:43 +02:00 |
|
Matthias
|
16a842f9f6
|
Have plotting support folder-based exportfilename
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
d999fa2a7e
|
Test autogetting result filename
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
7c5587aeaa
|
exportfilename can be a file or directory
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
2ed808da1f
|
Extract .last_result.json to constant
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
59e0ca0aaa
|
Add pairlist to backtest-result
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
59ac4b9c9a
|
Test writing statistics
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
5b1a7ba00f
|
Test multistrat loading
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
f952f74bf1
|
Add test for new format
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
573502d972
|
Update test for load_trades_from_db
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
afefe92523
|
Add multi-strategy loading logic
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
c13ec4a1d4
|
implement fallback loading for load_backtest_data
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
1339479882
|
Have sell_type stringify correctly
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
04eaf2c39c
|
Add test for get_last_backtest_Result
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
7727292861
|
Rename duration to trade_duration
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
f368aabcc7
|
Add amount to backtest-result
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
6e94734678
|
Add fee to backtestresult
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
03ab61959b
|
Add test for generate_backtest_stats
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
af9a9592b7
|
Remove unnecessary statement
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
075eb0a161
|
Fix sequence of saving
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
dacb40a976
|
Add get_latest_backtest_filename
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
0fa56be9d2
|
remove openIndex and closeIndex from backtest-report
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
04cbc2cde5
|
Shorten variable
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
2881718733
|
Adapt tests for new column names
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
b068e7c564
|
Rename open_time and close_time to *date
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
415853583b
|
Save backtest-stats
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
81c8e8677d
|
use 0 as profit mean, not nan
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
480c5117f1
|
Handle empty return strings
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
5fce7f3b22
|
Add market Change
closes #2524 and #3518
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
cf044d166e
|
Tests should use new Datetime format too
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
fbddfaeacf
|
Introduce DatetimePrintFormat
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
cbcf3dbb43
|
Add more metrics to summarytable
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
6922fbc3aa
|
Add max_drawdown error handler
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
455b26ea48
|
Add max drawdown to backtesting
|
2020-07-03 06:58:27 +02:00 |
|
Matthias
|
5a189ae202
|
Merge pull request #3552 from Theagainmen/Minor_issues
API server FIAT init fix
|
2020-07-03 06:30:42 +02:00 |
|
Jean-Baptiste LE STANG
|
da1b37b917
|
Merge branch 'Fix_#3544' of https://github.com/jblestang/freqtrade into Fix_#3544
|
2020-07-02 21:16:30 +02:00 |
|
Jean-Baptiste LE STANG
|
20e8a29262
|
Adding a dataprovider to the strategy before plotting
Fix flake8
|
2020-07-02 21:14:31 +02:00 |
|
Jean-Baptiste LE STANG
|
23c0db925e
|
Adding a dataprovider to the strategy before plotting
|
2020-07-02 20:55:16 +02:00 |
|
Theagainmen
|
f32e522bd7
|
Update API test, removed 'ANY'
|
2020-07-02 20:03:15 +02:00 |
|
Theagainmen
|
39fa589735
|
Update API test, currently just with 'ANY'
|
2020-07-02 13:39:02 +02:00 |
|
Theagainmen
|
db965332b9
|
Update tests for AgeFilter message
|
2020-07-02 11:38:38 +02:00 |
|
Theagainmen
|
99ac2659f3
|
Init FIAT converter in api_server.py
|
2020-07-02 11:27:33 +02:00 |
|