Matthias
|
eb08b92180
|
Raise exception when ticker_interval is set.
|
4 years ago |
Matthias
|
42df65d4ec
|
Make sure backtesting is cleaned up in tests
|
4 years ago |
Matthias
|
85767d0d70
|
Add timedout_*_orders to tests
|
4 years ago |
Matthias
|
58fad72778
|
Update wallets when necessary
closes #6321
|
4 years ago |
Matthias
|
f4149ee462
|
Force ROI to be within candle
|
4 years ago |
Matthias
|
4b9d55dbe2
|
Add test for backtest dataprovider
(should cache the correct candle)
|
4 years ago |
Matthias
|
6492e1cd76
|
Investigate random test failure
|
4 years ago |
Matthias
|
314a544881
|
Add Failing test for get_strategy_run_id
Fails because max_open_trades is "inf"
emulates behaviour of `max_open_trades=-1` when loading the
configuration)
|
4 years ago |
Rokas Kupstys
|
5fffc5033a
|
Rework backtesting --no-cahche to --cache=[none, day, week, month].
Fix an issue where config modification during runtime would prevent use of cached results.
|
4 years ago |
Matthias
|
9becce9897
|
Update failing test
|
4 years ago |
Rokas Kupstys
|
526ed7fa9a
|
Add test_backtest_start_multi_strat_caching test flexing backtest result caching.
|
4 years ago |
Rokas Kupstys
|
a715083fc0
|
Reduce memory usage by not holding on to no longer needed data.
|
4 years ago |
Matthias
|
897788de17
|
Reformulate exception to be "nicer"
|
4 years ago |
Stefano Ariestasia
|
5307d2bf3b
|
Trimming the sentence
|
4 years ago |
Stefano Ariestasia
|
c23d90e2b8
|
Update test_backtesting.py
|
4 years ago |
Stefano Ariestasia
|
0c629fc951
|
Update test_backtesting.py
|
4 years ago |
Matthias
|
78724e304e
|
Merge branch 'develop' into pr/theluxaz/5710
|
5 years ago |
theluxaz
|
0e085298e9
|
Fixed test failures.
|
5 years ago |
Matthias
|
7b5346b984
|
Add test for breakdown-stats
|
5 years ago |
Matthias
|
b0c4f079c2
|
Merge branch 'develop' into feat/backtest_detail
|
5 years ago |
Matthias
|
07d71f014f
|
Rename defaultStrategy file
|
5 years ago |
Matthias
|
6d96b11279
|
Rename DefaultStrategy
|
5 years ago |
Matthias
|
fbf8eb4526
|
Rename test-legacy strategy
|
5 years ago |
Matthias
|
fa4ec9f83e
|
Add explicit test for get_sell_trade_entry
|
5 years ago |
Matthias
|
3406b889b6
|
First test
|
5 years ago |
Matthias
|
3f160c7144
|
Cache dataframe before cutting the first candle
This allows providing the "current closed" candle in all cases.
|
5 years ago |
Matthias
|
cf27968b97
|
Properly preserve trade's low during backtesting
|
5 years ago |
Matthias
|
895b912c71
|
Fix recently introduced lookahead bias in backtesting
closes #5388
|
5 years ago |
Matthias
|
a5f796bc97
|
refactor ohlcvdata_to_dataframe to advise_all_indicators
|
5 years ago |
Matthias
|
f17942b68f
|
Fix random test failure
|
5 years ago |
Matthias
|
6abd352c0f
|
Add test for backtesting dataframe cache
|
5 years ago |
Matthias
|
138b126d03
|
Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name
Add buy signal name
|
5 years ago |
kevinjulian
|
aea5da0c73
|
changes testcase
|
5 years ago |
kevinjulian
|
49886874aa
|
rename to buy_tag
|
5 years ago |
kevinjulian
|
5d04d6ffa7
|
fix edge testcase
|
5 years ago |
Kevin Julian
|
edf9c08f06
|
Merge branch 'develop' into feat/kevinjulian/add-buy-signal-name
|
5 years ago |
kevinjulian
|
ed30c023cd
|
fix some testcase
|
5 years ago |
Matthias
|
365479f5e0
|
Remove startup-candles after populating buy/sell signals
closes #5242
|
5 years ago |
Matthias
|
7b7d9c02d7
|
Merge pull request #5243 from freqtrade/feat/webservermode_progress
Introduce webserver mode subcommand
|
5 years ago |
Matthias
|
7ea0a74c53
|
Default to proposed stake
|
5 years ago |
Matthias
|
005da97183
|
extract backtesting abort functionality
|
5 years ago |
barbarius
|
a0f28f4a15
|
Added max open trades to strategy summary first line
|
5 years ago |
barbarius
|
c99ae3b419
|
Added timerange above multiple strategy backtest result summary table
|
5 years ago |
Matthias
|
0235868c66
|
Update tests for new config structure
|
5 years ago |
Matthias
|
cf7394d01c
|
Export backtesting results by default
closes #4977
|
5 years ago |
Matthias
|
9c34304cb9
|
Move state enums to enums package
|
5 years ago |
Matthias
|
89b9915c12
|
Update imports for SellType in tests
|
5 years ago |
Matthias
|
a39860e0de
|
Add tests for rejected signals
|
5 years ago |
Rokas Kupstys
|
2d5f465f1b
|
Fix protections being loaded multiple times for first strategy when backtesting.
|
5 years ago |
Matthias
|
554f5f14b6
|
Raise exception if no data is left
|
5 years ago |