Christian Clauss
99b4767bf4
Fix typos discovered by codespell
2024-04-18 22:51:25 +02:00
Matthias
82a9bdca5e
Merge pull request #9986 from freqtrade/feat/show_config
...
add show-config command
2024-03-22 06:39:04 +01:00
Matthias
b1fe5b6d8a
Add "sensitive information" warning output
2024-03-20 07:12:17 +01:00
Matthias
6dc4fa9dbf
Add test for show-sensitive
2024-03-20 07:07:00 +01:00
Matthias
6b7935f1ae
Add initial test ...
2024-03-19 20:23:51 +01:00
Matthias
8e5097d9a9
Update setup-tools-config for non-dry mode
2024-03-19 19:10:30 +01:00
Matthias
21dcb4a6a1
update setup_utils_configuration to not force-set dry-run mode
2024-03-19 19:10:30 +01:00
Matthias
ebd516cadb
Use combined exception handler at startup
2024-03-19 07:02:48 +01:00
Matthias
99da6f70c2
Fix failing test due to new approach for convert-trades
2024-03-02 13:27:57 +01:00
Matthias
bdd63aa1d6
FIx futures trades pair download directory
2024-03-01 20:17:43 +01:00
Matthias
5890665931
Add BTC/USDT to test markets
2024-01-27 16:23:47 +01:00
Matthias
8d72ee358c
Improve code styles ...
2024-01-24 20:31:38 +01:00
Matthias
6aa4de4d29
Tests for enhanced list-data functionality
2024-01-24 20:17:39 +01:00
Matthias
5e3da30ab9
Fix remaining bittrex instances
2023-12-18 07:15:24 +01:00
Matthias
651d2c06b9
Update tests to use new file
2023-12-18 07:15:24 +01:00
Matthias
751db2be78
fix: test typo mishap
2023-11-05 16:35:49 +01:00
Matthias
6ea353447e
use tmp_path instead of tmpdir
2023-11-05 16:25:36 +01:00
Matthias
5a3839320d
Remove further usages of Path(tmpdir)
2023-11-05 16:25:23 +01:00
Stefano
a0e115ebd9
fix another test
2023-09-21 20:19:39 +09:00
Matthias
2babb36fc2
Update final tests
2023-07-12 18:23:31 +02:00
Matthias
1d77497f64
Fix test
2023-07-12 18:23:31 +02:00
Matthias
44a38e8362
Update download data tests
2023-06-17 18:22:47 +02:00
Matthias
6f0f954686
Adjust mocks for new import location
2023-06-17 17:53:12 +02:00
Matthias
261822147c
Fix remaining arrow testcases
2023-05-18 07:00:36 +02:00
Matthias
f584edf809
Improve tests by simply running a full strategy through everything
2023-03-12 16:45:56 +01:00
Matthias
0911cd72a2
Add test for strategy-updater start method
2023-03-12 15:59:14 +01:00
Matthias
2ca8b0b12e
Update more exchange mocks to use EXMS
2023-03-01 20:27:15 +01:00
Matthias
bcdf4e0fe8
Use variable for exchange mocks to shorten lines
2023-03-01 20:27:15 +01:00
Matthias
6e22607387
Add 5m futures testdata to support detail-backtest tests
2023-01-20 07:08:38 +00:00
Matthias
4ea8962ca2
Rename futures test data
2023-01-13 20:44:32 +01:00
Matthias
5257e8b3ed
Fix random test failures on 3.8
2023-01-05 09:12:09 +01:00
Matthias
882e68c68b
Rename backtest-result from new to "not new".
2022-12-26 15:33:14 +01:00
Matthias
79c041b62d
Update tests for new export format
2022-11-25 16:57:58 +01:00
Matthias
30b467906c
Delist FTX, following ccxt's delisting.
2022-11-14 19:40:57 +01:00
Matthias
93ad3810fd
Add test for list-freqaimodels
2022-10-15 08:20:06 +02:00
Matthias
b7553d20d4
Get min/max data in list-data command
2022-08-19 13:45:55 +02:00
Matthias
b8c1cf0107
Fix test leakage if config is available
2022-08-16 10:19:19 +02:00
Matthias
a3d9384bc0
Remove clean-dry-run code
2022-05-19 06:56:34 +02:00
Matthias
64668b11da
add ohlcv_has_history - disabling kraken downloads
2022-05-14 09:10:38 +02:00
Matthias
044afdf7af
Add better test scenario
2022-05-10 20:27:24 +02:00
Matthias
269630e755
Add preliminary documentation for database conversion
2022-05-10 07:13:42 +02:00
Matthias
c19be34e71
Add rudimentary test for db migration
2022-05-09 20:58:40 +02:00
Matthias
9bb0f1f675
Move legacy strategy to "broken strats" folder
2022-04-25 07:11:32 +02:00
Matthias
30f314d580
windows compatibility of test
2022-04-23 10:44:11 +02:00
Matthias
aa5345190e
Test recursive strategy-listing
2022-04-23 09:19:18 +02:00
Matthias
4254d86658
Move test-backtestfiles to separate directory
2022-04-11 20:32:02 +02:00
Matthias
cbbbe8a5ba
Fix test using existing config file, therefore becomming fluky
2022-04-07 09:08:17 +00:00
Matthias
c37f03a638
Update static-markets to include futures pair
2022-02-15 08:04:16 +01:00
Sam Germain
179947fa72
New config ( #6333 )
...
* updated new-config to add trading_mode and margin_mode
* added trading_mode and margin_mode to config examples
* added okex config example
* new file: config_examples/config_binance_futures.example.json
* removed trading_mode and margin_mode from base_config and binance and okex example
* deleted okex and futures config files
* updated full config file
* updated new-config command to add trading_mode and margin_mode to config
* new file: config_examples/config_okex_futures.example.json
* removed config_okex_futures.example.json
* added trading_mode to test_start_new_config
* new-config asks exchange before asking futures
* Simplify trading_mode selection
* margin_mode is empty string for spot new configs
* build_config_commands sorted exchanges
* isort
Co-authored-by: Matthias <xmatthias@outlook.com>
2022-02-02 14:46:44 +01:00
Matthias
de17993705
Fix random test failure when local config is found
2022-01-31 20:09:25 +01:00