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
Backtesting should load pairlists after the strategy
|
6 years ago |
Matthias
|
a3506f4d8e
|
Merge branch 'develop' into timeframe
|
6 years ago |
Matthias
|
72ae4b1500
|
Load pairlist after strategy to use strategy-config
fail in certain conditions when using strategy-list
Fix #3363
|
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
they don't "generate" anything
|
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
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 |
Matthias
|
f347e5934a
|
Small adjustments for moved commands
|
6 years ago |
hroff-1902
|
52f0ed5310
|
Adjust tests
|
6 years ago |
Matthias
|
fc2970f41b
|
Merge branch 'develop' into data_handler
|
6 years ago |
Matthias
|
8cc48cf4b0
|
Fix tests where mocks fail now
|
6 years ago |
Matthias
|
10ee23622a
|
Extract tests for backtest_reports to their own test module
|
6 years ago |
Matthias
|
904e1647e1
|
Extract generate_text_table_strategy to seperate module
|
6 years ago |
Matthias
|
caec345c0b
|
Extract generate_text_table_sell_reason from backtesting class
|
6 years ago |
Matthias
|
18a53f4467
|
Extract generate_text_table from backtesting class
|
6 years ago |
Matthias
|
699c0d6bc3
|
Merge branch 'develop' into data_handler
|
6 years ago |
Matthias
|
1ffda29fd2
|
Adjust improts to new exception location
|
6 years ago |
Matthias
|
6860491189
|
Rename datahandler module to history module
Also move previous history.py into this module - so everything is
bundled
|
6 years ago |
Matthias
|
5479c67178
|
Clean up some codes which use list-based tests
|
6 years ago |