Matthias
|
6b9547a9ad
|
Improve migrations
|
2023-08-14 15:21:38 +02:00 |
|
Matthias
|
21cf5fc679
|
Fix use of string.format()
|
2023-08-14 09:11:50 +02:00 |
|
Matthias
|
9b6654e81a
|
Fix ruff E721 (type comparison)
|
2023-08-14 09:11:19 +02:00 |
|
Matthias
|
72bd4e816d
|
Simplify code, no longer log "could not find rate"
closes #9031
|
2023-08-12 16:10:37 +02:00 |
|
Matthias
|
716b1cd002
|
Improve ccxt tests
|
2023-08-10 20:05:21 +02:00 |
|
Matthias
|
6ce08548fb
|
Further update ccxt test fixtures
|
2023-08-10 18:11:02 +02:00 |
|
Matthias
|
ea257e3cbb
|
Refactor online test fixtures into separate conftest module
|
2023-08-10 07:17:52 +02:00 |
|
Matthias
|
20763daa74
|
Simplify online tess by skipping non-available futures exchanges
|
2023-08-10 07:10:45 +02:00 |
|
Matthias
|
7e9389421a
|
Move ccxt_compat tests to their own subfolder
|
2023-08-10 07:03:29 +02:00 |
|
Matthias
|
4b8569b80e
|
Merge pull request #9014 from hippocritical/develop
bugfixes and false-positives for lookahead-analysis
|
2023-08-10 06:28:12 +02:00 |
|
Matthias
|
32c3d96760
|
Merge pull request #9027 from freqtrade/remove_sandbox
Remove sandbox
|
2023-08-09 20:24:19 +02:00 |
|
Matthias
|
328a6f791e
|
Improve stoploss mock
|
2023-08-09 19:55:27 +02:00 |
|
Matthias
|
b934644039
|
Fix tests, explicitly test for missing timerange
|
2023-08-09 18:36:20 +02:00 |
|
Matthias
|
2069abe314
|
Remove custom fetch_funding_fees from bybit
|
2023-08-08 20:56:03 +02:00 |
|
Matthias
|
78cf8a1c09
|
Fix exchange bybit test
|
2023-08-08 20:31:10 +02:00 |
|
Matthias
|
565e2699b4
|
Re-set funding-fee history limit for bybit to 200
|
2023-08-08 20:29:57 +02:00 |
|
Matthias
|
62ad2cca1a
|
Add active test for alternative futures rates (ensures history is loaded correctly).
|
2023-08-08 20:18:46 +02:00 |
|
Jan Smets
|
ab156b6ad7
|
Increase bybit ohlcv_candle_limit to 1000 in tests
|
2023-08-08 12:28:28 +02:00 |
|
Matthias
|
05bbc8e7aa
|
Remove last sandbox occurance
|
2023-08-08 06:26:25 +02:00 |
|
Matthias
|
88d6f70abe
|
Remove sandbox related code
|
2023-08-08 06:25:06 +02:00 |
|
Matthias
|
4b07720d0b
|
Update test strategy to ensure we're using stake_amount
|
2023-08-07 06:59:16 +02:00 |
|
Matthias
|
6d6111864e
|
Test also backtest result list
|
2023-08-03 06:43:12 +02:00 |
|
Matthias
|
23a2b95994
|
Add test for updating metadata
|
2023-08-03 06:39:27 +02:00 |
|
Matthias
|
53c0d30f36
|
Update test for new kucoin behavior
related: https://github.com/ccxt/ccxt/pull/18745
|
2023-08-02 20:04:41 +02:00 |
|
Matthias
|
0e63335d2e
|
Remove bitvavo temp. workaround
|
2023-08-02 20:01:31 +02:00 |
|
Matthias
|
482cc615cc
|
Fix empty Path inits in tests
|
2023-08-02 17:57:49 +02:00 |
|
Matthias
|
33eecfa9ef
|
Fix test typo
|
2023-08-01 06:32:23 +02:00 |
|
Matthias
|
730ae781a9
|
Add explicit test for get_backtest_metadata
|
2023-07-31 21:22:22 +02:00 |
|
Matthias
|
1926e642cd
|
Improve backtest_stats storing test
|
2023-07-30 19:49:20 +02:00 |
|
Matthias
|
71737d8792
|
Remove half-commented test part
|
2023-07-29 20:08:20 +02:00 |
|
Matthias
|
6659d26131
|
Merge branch 'develop' into dataformat/feather
|
2023-07-29 20:04:12 +02:00 |
|
Matthias
|
e7e7a17183
|
Add test confirming #8972
|
2023-07-29 08:50:28 +02:00 |
|
Matthias
|
fd7dfc95e3
|
Enhance dca integration test for adjust_entry checks
|
2023-07-28 07:16:12 +02:00 |
|
Matthias
|
797617abaa
|
Fix test comment
|
2023-07-28 07:07:10 +02:00 |
|
Matthias
|
9a400d0e6f
|
Allow comments and trailing commas in remotepairlist files
closes #8971
|
2023-07-27 18:05:22 +02:00 |
|
Matthias
|
bbf472e69b
|
Improve errorhandling on webserver endpoint
Part of https://github.com/freqtrade/frequi/issues/1387
|
2023-07-27 06:52:34 +02:00 |
|
Matthias
|
8b2abf4422
|
Remove .json from backtesting output
|
2023-07-25 20:41:28 +02:00 |
|
Matthias
|
997b80fd7b
|
Allow deleting of backtest files
|
2023-07-25 20:34:45 +02:00 |
|
Matthias
|
1d39cc18bf
|
Add is_file_in_dir helper function
|
2023-07-25 20:19:23 +02:00 |
|
Matthias
|
4ce95dd1c3
|
Merge pull request #8955 from freqtrade/feat/bt_streaks
Backtesting - streak output
|
2023-07-25 18:06:11 +02:00 |
|
Matthias
|
a9d310ca00
|
Disable bitvavo candle test temporarily after downtime
|
2023-07-24 07:17:29 +02:00 |
|
Matthias
|
380244f8b1
|
Improve calc_streak, rename method
|
2023-07-24 07:09:11 +02:00 |
|
Matthias
|
a7bd6725f5
|
Add test to verify consecutive wins / losses calculation
|
2023-07-24 06:36:16 +02:00 |
|
Matthias
|
d7916366bd
|
Adjust webhook tests to include timeout
|
2023-07-23 19:21:55 +02:00 |
|
Stefano Ariestasia
|
8f04225282
|
another test fix
|
2023-07-23 15:00:08 +09:00 |
|
Stefano Ariestasia
|
4c23771d39
|
fix expectancy test
|
2023-07-23 14:42:48 +09:00 |
|
Stefano Ariestasia
|
0eddc6b7ad
|
update expectancy test
|
2023-07-23 14:27:45 +09:00 |
|
Matthias
|
955a63725a
|
Improve resiliance when showing older backtest results
|
2023-07-22 19:43:20 +02:00 |
|
Stefano Ariestasia
|
40d7d05e4e
|
merge 2 expectancy functions
|
2023-07-22 17:29:43 +09:00 |
|
Stefano Ariestasia
|
3552fa431b
|
fix test
|
2023-07-22 11:40:52 +09:00 |
|