Matthias
|
e26ac6ed00
|
test: speed up detail test
|
2024-08-15 20:02:45 +02:00 |
|
Matthias
|
3a676f98db
|
test: improve telegram balance test
|
2024-08-15 17:36:14 +02:00 |
|
Matthias
|
8498cb17e7
|
test: add explicit test for telegram's short behavior
|
2024-08-15 17:36:14 +02:00 |
|
Matthias
|
36098f6b78
|
test: update tests for removal of leverage
|
2024-08-15 17:36:14 +02:00 |
|
Matthias
|
2ffe938206
|
test: update test behavior - wallets has 0, never none
|
2024-08-15 08:21:25 +02:00 |
|
Matthias
|
331159a3d8
|
fix: ensure handle_onexchange_order works without false warnings
futures were not properly handled in this command.
closes #10533
|
2024-08-14 21:18:51 +02:00 |
|
Matthias
|
23510c80be
|
fix: don't auto-populate non-existing secret entries
|
2024-08-14 08:19:58 +02:00 |
|
Matthias
|
c60e00c77f
|
Merge pull request #10530 from freqtrade/feat/price_precision_mode
add price_precision_mode
|
2024-08-13 12:20:53 +02:00 |
|
Matthias
|
7e502beafc
|
Merge pull request #10527 from freqtrade/feat/bt_generator
Backtesting - dynamic pairlist sorting
|
2024-08-13 09:56:19 +02:00 |
|
Matthias
|
d7bee0c9e0
|
test: update further tests for precision_mode_price
|
2024-08-13 09:23:43 +02:00 |
|
Matthias
|
350c2241c4
|
test: adjust test mocks for precision_mode_price
|
2024-08-13 09:20:40 +02:00 |
|
Matthias
|
54bc60b08f
|
test: Update test for new to-json field
|
2024-08-13 09:10:50 +02:00 |
|
Matthias
|
1e410feed1
|
test: fix missing test arg
|
2024-08-13 07:33:13 +02:00 |
|
Matthias
|
a991c76842
|
feat: add test for test_list_data command
|
2024-08-13 06:54:35 +02:00 |
|
Matthias
|
9bfd0cb63c
|
feat: add test for trades_data_minmax
|
2024-08-13 06:43:26 +02:00 |
|
Matthias
|
3f4c19abbc
|
chore: add test for trades_get_available_data
|
2024-08-13 06:40:11 +02:00 |
|
Matthias
|
7972a023ed
|
fix: oddly wrong fee_cost calculation
|
2024-08-12 16:45:51 +02:00 |
|
Matthias
|
50835c878e
|
chore: add more test coverage
|
2024-08-12 15:35:31 +02:00 |
|
Matthias
|
b727e5ca1c
|
chore: simplify update code
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
530226dbe8
|
chore: Add "use_detail" to detail test
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
4882a18bf9
|
chore: add pair_detail test
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
7945eba386
|
feat: Evaluate pairs with open trades first
This will enable further improved logic for pairs with no open trade.
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
b6f4e124ce
|
chore: improve backtesting test details
ensure all candles used the same pairlist ordering
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
10f0522a6b
|
chore: update attribute wording to bt_profit
|
2024-08-12 10:57:53 +02:00 |
|
Matthias
|
2bc9cdafb2
|
chore: update attribute wording to bt_trades
|
2024-08-12 10:57:53 +02:00 |
|
Matthias
|
e643a2ea32
|
chore: update attribute wording to bt_trades_open
|
2024-08-12 10:57:53 +02:00 |
|
Matthias
|
b456afa2ac
|
chore: improve backtesting test
|
2024-08-12 10:20:36 +02:00 |
|
Matthias
|
88b754e38c
|
chore: update test to reflect a fix in ccxt
|
2024-08-12 09:14:36 +02:00 |
|
Matthias
|
6f33115187
|
Merge pull request #10400 from simwai/feature/stoploss-start-at
Added unlock_at field for protection config
|
2024-08-10 16:40:09 +02:00 |
|
Matthias
|
9eebe82b34
|
chore: fix api-server tests
|
2024-08-03 18:29:16 +02:00 |
|
Matthias
|
57139295b5
|
tests: Add unlock_at test
|
2024-08-02 20:12:44 +02:00 |
|
Matthias
|
79d4dc1646
|
Merge branch 'develop' into feature/stoploss-start-at
|
2024-08-02 19:51:28 +02:00 |
|
Matthias
|
1760624954
|
test: Test "invalid date format"
|
2024-08-02 19:48:43 +02:00 |
|
Matthias
|
9e47172d69
|
chore: Reduce test flakyness of ws test
|
2024-08-01 20:37:40 +02:00 |
|
jainanuj94
|
aa327643f5
|
Merge remote-tracking branch 'upstream/develop' into feature/10348
|
2024-07-28 22:26:58 +05:30 |
|
Matthias
|
283e8045d8
|
PercentChangePairlist should partecipate in regular tests
|
2024-07-27 16:05:59 +02:00 |
|
Matthias
|
8637f4a70d
|
Remove SortKey dynamics and setting
|
2024-07-27 16:04:51 +02:00 |
|
jainanuj94
|
dad4f30597
|
Correct calculation for percent calculation and use tickers
|
2024-07-25 23:33:28 +05:30 |
|
jainanuj94
|
1b81de01b4
|
10348 | run ruff formatter
|
2024-07-25 00:04:06 +05:30 |
|
jainanuj94
|
b09f9e8c12
|
10348 | Update tests and add pairlist constants
|
2024-07-24 19:12:11 +05:30 |
|
jainanuj94
|
4b1177e07e
|
10348 | Create new pair list to dynamically fetch pairs based on percent volume change
|
2024-07-24 19:09:45 +05:30 |
|
Matthias
|
5093349732
|
chore: remove potential flakyness from test
|
2024-07-22 19:29:44 +02:00 |
|
Matthias
|
72f6ee8e8b
|
feat: Add Orderflow -> exchange support validation
|
2024-07-22 18:07:32 +02:00 |
|
Matthias
|
a8f707eee2
|
Merge branch 'develop' into feature/fetch-public-trades
|
2024-07-20 08:15:34 +02:00 |
|
Joe Schr
|
00724fdff4
|
chore: renames orderflow tests file
|
2024-07-19 09:37:34 +02:00 |
|
Joe Schr
|
9eb5993833
|
chore: drop candle_start and candle_end from trades and add test asserting trades columns
|
2024-07-18 20:04:34 +02:00 |
|
Matthias
|
5c371133a0
|
chore: Improve wording
|
2024-07-16 18:21:01 +02:00 |
|
Matthias
|
d590ab003f
|
Add unlock_at config test, simplify validation
|
2024-07-16 07:26:41 +02:00 |
|
Matthias
|
be3fcd90e2
|
Remove unneeded property
|
2024-07-16 07:14:33 +02:00 |
|
Matthias
|
65972d9c0c
|
Add cooldown with timeperiod test
|
2024-07-16 06:51:31 +02:00 |
|