Matthias
|
284d39930f
|
Allow using pairlists through dataprovider in backtesting
|
2020-08-30 10:07:28 +02:00 |
|
Matthias
|
3d515ed5bf
|
Merge pull request #3558 from freqtrade/bt_add_maxdrawdown
Revise backtesting export format, add some metrics
|
2020-08-19 06:39:47 +02:00 |
|
Matthias
|
87e4a82041
|
Merge branch 'develop' into bt_add_maxdrawdown
|
2020-08-09 08:34:36 +02:00 |
|
Matthias
|
2afe1d5b11
|
Add link to full sample
|
2020-08-08 17:30:31 +02:00 |
|
Matthias
|
dd430455e4
|
Enable dataprovier for hyperopt
|
2020-08-08 17:04:32 +02:00 |
|
Matthias
|
c1191400a4
|
Allow 0 fee value by correctly checking for None
|
2020-07-15 19:20:20 +02:00 |
|
Matthias
|
0d15a87af8
|
Remove old store_backtest method
|
2020-07-03 20:21:32 +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
|
075eb0a161
|
Fix sequence of saving
|
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
|
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
|
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 |
|
hroff-1902
|
02c0488d45
|
Merge pull request #3453 from freqtrade/fix/3363
Backtesting should load pairlists after the strategy
|
2020-06-29 21:53:33 +03:00 |
|
Matthias
|
72ae4b1500
|
Load pairlist after strategy to use strategy-config
fail in certain conditions when using strategy-list
Fix #3363
|
2020-06-07 16:15:26 +02:00 |
|
hroff-1902
|
64881a94e2
|
Merge branch 'develop' into timeframe
|
2020-06-02 15:56:34 +03:00 |
|
Matthias
|
cadc50ce9b
|
Replace more occurances of ticker_interval with timeframe
|
2020-06-01 20:49:40 +02:00 |
|
Matthias
|
091693308a
|
Correctly call show_backtest_results
|
2020-06-01 09:25:26 +02:00 |
|
Matthias
|
fb8a85da01
|
Disallow VolumePairList from backtesting for now
|
2020-04-27 07:56:17 +02:00 |
|
Matthias
|
8987859044
|
Enable pairlist parsing for backtesting and hyperopt
|
2020-04-25 15:37:13 +02:00 |
|
Matthias
|
de47186263
|
Use .loc for assignments
|
2020-04-02 19:31:48 +02:00 |
|
Matthias
|
e95665ceca
|
Make backtestresult storing independent from printing
|
2020-03-15 15:36:23 +01:00 |
|
Matthias
|
a13d581658
|
Move backtest-result visualization out of backtesting class
|
2020-03-15 15:17:53 +01:00 |
|
Matthias
|
6106d59e1a
|
Move store_backtest_results to optimize_reports
|
2020-03-15 15:17:35 +01:00 |
|
Matthias
|
328dbd3930
|
Remove unnecessary parameter to generate_text_table_sell_reason
|
2020-03-15 15:04:48 +01:00 |
|
Matthias
|
0f1640bed4
|
convert exportfilename to Path when config parsing
|
2020-03-15 09:39:45 +01:00 |
|
hroff-1902
|
ebb0187f40
|
dataframe -> df_analyzed in backtesting and edge
|
2020-03-13 03:54:56 +03:00 |
|
hroff-1902
|
3208faf7ed
|
Do not use ticker where it's not a ticker
|
2020-03-08 20:47:02 +03:00 |
|
Fredrik81
|
55d471190a
|
Changed table style of backtesting and alignment of headers
|
2020-02-27 13:28:28 +01:00 |
|
Matthias
|
d65a06947d
|
Merge branch 'develop' into data_handler
|
2020-02-09 15:16:43 +01:00 |
|
Yazeed Al Oyoun
|
5b00eaa42d
|
Updated Strategy Summary table to match other backtesting tables (#2864)
|
2020-02-06 06:58:58 +01:00 |
|
hroff-1902
|
d457d43999
|
Merge pull request #2833 from hroff-1902/type-hints
Add some type hints
|
2020-02-03 23:24:26 +03:00 |
|
hroff-1902
|
f3d500085c
|
Add some type hints
|
2020-02-02 07:00:40 +03:00 |
|
Yazeed Al Oyoun
|
e2b3907df5
|
more consistent backtesting tables and labels
|
2020-01-31 04:39:18 +01:00 |
|
Matthias
|
1b9af9d2d8
|
Merge branch 'develop' into data_handler
|
2020-01-26 20:31:13 +01:00 |
|
Matthias
|
bd4dd8403b
|
Fix type-errors with stake_amount
|
2020-01-25 12:49:37 +01:00 |
|
hroff-1902
|
f4c7edf551
|
No args for backtest(), use arguments
|
2020-01-25 12:49:37 +01:00 |
|
Matthias
|
fc2970f41b
|
Merge branch 'develop' into data_handler
|
2020-01-21 06:58:48 +01:00 |
|
Tejesh
|
f73f0b1653
|
Update comments on backtesting
|
2020-01-15 19:29:00 +05:30 |
|
Matthias
|
c475729c13
|
Extract edge reporting to optimize_reports
|
2020-01-09 06:52:34 +01:00 |
|
Matthias
|
904e1647e1
|
Extract generate_text_table_strategy to seperate module
|
2020-01-02 09:31:53 +01:00 |
|
Matthias
|
caec345c0b
|
Extract generate_text_table_sell_reason from backtesting class
|
2020-01-02 09:31:53 +01:00 |
|
Matthias
|
18a53f4467
|
Extract generate_text_table from backtesting class
|
2020-01-02 09:31:47 +01:00 |
|
Matthias
|
699c0d6bc3
|
Merge branch 'develop' into data_handler
|
2019-12-30 19:40:43 +01:00 |
|
Matthias
|
1ffda29fd2
|
Adjust improts to new exception location
|
2019-12-30 15:02:17 +01:00 |
|
Matthias
|
f4a532ef6d
|
Pass format to load_data
|
2019-12-28 14:57:39 +01:00 |
|
Matthias
|
416517b0c9
|
Move trim_dataframe from history to converter
|
2019-12-28 11:01:41 +01:00 |
|