Commit Graph

93 Commits (ffca09bbcbdb91ca65ef966a2e09bd03e96bceb0)

Author SHA1 Message Date
Matthias 3110d2dbb1 Add small test cases
5 years ago
Matthias 789a980a30 Fix tests for new export format
5 years ago
Matthias 8ee264bc59 Don't use profit_percent for backtesting results anymore
5 years ago
Matthias 48977493bb Backtesting does not need to convert to BacktestResult object
5 years ago
Matthias 9147106259 call bot_loop_start() in backtesting to allow setup-code to run
5 years ago
Matthias 6d1fba1409 Remove unnecessary log output tests
5 years ago
Matthias 67193bca3d Move pairlists to be a plugin submodule
5 years ago
Matthias 266031a6be Disallow PerformanceFilter for backtesting
5 years ago
Matthias effc96e92b Improve tests for backtest protections
5 years ago
Matthias 75a5161650 Support multis-strategy backtests with protections
5 years ago
Matthias 9df366d943 Apply isort to tests
6 years ago
Matthias c56dd487f2 Fix test failure
6 years ago
Matthias 842eff95eb Add simple verification to ensure pairlists is iitialized
6 years ago
Matthias 87e4a82041 Merge branch 'develop' into bt_add_maxdrawdown
6 years ago
Matthias c1191400a4 Allow 0 fee value by correctly checking for None
6 years ago
Matthias 0d15a87af8 Remove old store_backtest method
6 years ago
Matthias 7727292861 Rename duration to trade_duration
6 years ago
Matthias f368aabcc7 Add amount to backtest-result
6 years ago
Matthias 6e94734678 Add fee to backtestresult
6 years ago
Matthias 0fa56be9d2 remove openIndex and closeIndex from backtest-report
6 years ago
Matthias 2881718733 Adapt tests for new column names
6 years ago
Matthias cf044d166e Tests should use new Datetime format too
6 years ago
hroff-1902 02c0488d45
Merge pull request #3453 from freqtrade/fix/3363
6 years ago
Matthias a3506f4d8e Merge branch 'develop' into timeframe
6 years ago
Matthias 72ae4b1500 Load pairlist after strategy to use strategy-config
6 years ago
Matthias 54226b45b1 Add test verifying failure
6 years ago
Matthias 070913f327 Rename text_table generation
6 years ago
Matthias 499c6772d1 Rename tabulate methods
6 years ago
hroff-1902 64881a94e2
Merge branch 'develop' into timeframe
6 years ago
Matthias f9bb1a7f22 Update more occurances of ticker_interval
6 years ago
Matthias 009ea0639f Exchange some occurances of ticker_interval
6 years ago
Matthias 091693308a Correctly call show_backtest_results
6 years ago
Matthias 6a9a8f927e Rename some methods, improve some testing
6 years ago
Matthias 46f1470e28 Fix failing test
6 years ago
Matthias 5a9a31351a Adjust empty f-strings to be non-fstrings
6 years ago
hroff-1902 c8f3ef884b Minor: Add filterwarning for DeprecationWarning in test
6 years ago
Matthias fb8a85da01 Disallow VolumePairList from backtesting for now
6 years ago
Matthias 8987859044 Enable pairlist parsing for backtesting and hyperopt
6 years ago
Matthias fe50a0f3a1 Move test for store_bt_results to optimize_reports
6 years ago
Matthias 0f1640bed4 convert exportfilename to Path when config parsing
6 years ago
hroff-1902 51f52c8609
Merge branch 'develop' into no-ticker-2
6 years ago
hroff-1902 81b6a950ac Adjust test for backtesting
6 years ago
hroff-1902 3208faf7ed Do not use ticker where it's not a ticker
6 years ago
hroff-1902 bee28a1061
Merge pull request #2944 from freqtrade/move_defaultstrategy
6 years ago
Matthias a7342bd910 Fix non-existing strategy loading
6 years ago
Matthias 09d89fbfb3 Fix last test
6 years ago
Matthias 6335d81ceb Merge branch 'develop' into data_handler
6 years ago
hroff-1902 4f3376e2a1 Do not instantiate directly DefaultStrategy in tests
6 years ago
Matthias 83644ce5d8 Fix mypy type errors in tests
6 years ago
Matthias 1b9af9d2d8 Merge branch 'develop' into data_handler
6 years ago