Matthias
|
e350dbd552
|
refactor: simplify backtesting class
|
2025-01-17 19:18:28 +01:00 |
|
Matthias
|
f7f78ad2a4
|
test: fix test comment
|
2025-01-17 19:01:11 +01:00 |
|
Matthias
|
733cd22dee
|
chore: remove bt_open_open_trade_count_candle
it's no longer necessary if we support in-candle entries
|
2025-01-17 06:48:01 +01:00 |
|
Matthias
|
1e61aea23b
|
feat: allow in-candle entries
|
2025-01-17 06:45:56 +01:00 |
|
Matthias
|
419d5d9946
|
feat: add backtesting support for ignore_buying_expired_candle_after
this is only relevant for detail candles - otherwise entries will never happen within a candle.
|
2025-01-17 06:38:39 +01:00 |
|
Matthias
|
d02b4d4c3f
|
test: Fix detail futures test
|
2025-01-17 06:38:39 +01:00 |
|
Matthias
|
5f89708be4
|
test: fix long_short switch test
|
2025-01-16 19:47:12 +01:00 |
|
Matthias
|
4a6027b43f
|
test: update pair_detail_simplified test
parallel analysis should cover more detailed cases to prevent intra-candle parallelism
|
2025-01-15 18:15:15 +01:00 |
|
Matthias
|
a13feaf49f
|
test: Update tests for short-circuit behavior
|
2025-01-14 06:33:45 +01:00 |
|
Matthias
|
f1c5d4a970
|
chore: ruff format updates
|
2025-01-13 18:05:20 +01:00 |
|
Matthias
|
1b28be974c
|
test: update tests for new behavior
|
2025-01-11 08:12:27 +01:00 |
|
Matthias
|
c90cfa896c
|
test: never have more than 1 open order at a time.
|
2025-01-10 07:19:57 +01:00 |
|
Matthias
|
711e680198
|
chore: improve log on adjust_entry_price cancels
|
2025-01-09 20:05:34 +01:00 |
|
Matthias
|
b57cedeab7
|
Merge pull request #11178 from TheJoeSchr/fix/orderflow_imbalance_list
Fix:orderflow returns a list for stacked imbalances
|
2025-01-07 19:10:14 +01:00 |
|
Matthias
|
e2bdf2a97f
|
tests: fix remaining hdf5 occurance
|
2025-01-06 13:31:29 +01:00 |
|
Matthias
|
5bb109884c
|
test: remove hdf5 testdata
|
2025-01-06 13:31:21 +01:00 |
|
Matthias
|
6760d44761
|
tests: Update tests with removed hdf5 handler
|
2025-01-06 13:26:06 +01:00 |
|
Matthias
|
a19872d640
|
chore: clean up running event loops after test
|
2025-01-06 13:10:02 +01:00 |
|
Matthias
|
93c2d6a7ad
|
tests: Add test for get_ohlcv to ensure behavior is and stays correct
|
2025-01-05 13:13:51 +01:00 |
|
Matthias
|
649739b8e4
|
test: fix test failure due to missing commonCurrencies attr
|
2025-01-05 13:05:03 +01:00 |
|
Matthias
|
f109d08bd0
|
tests: add test for exchange_ws cleanup error
|
2025-01-05 13:00:57 +01:00 |
|
Matthias
|
6b96d4d145
|
test: improve exchange_ws tests
|
2025-01-05 13:00:47 +01:00 |
|
Matthias
|
98e49ab187
|
fix: add workaround for missing kraken balance mapping
closes #11118
|
2025-01-05 11:30:25 +01:00 |
|
Matthias
|
b70d02e46d
|
test: add test for kraken balance problem
part of #11118
|
2025-01-05 11:29:15 +01:00 |
|
Matthias
|
4f1bf6a1f0
|
test: add test for kraken balance response parsing
part of #11118
|
2025-01-05 11:21:37 +01:00 |
|
Matthias
|
ece7b0d9f2
|
feat: add format_ms_time_detailed view
|
2025-01-05 10:49:53 +01:00 |
|
Matthias
|
08fa82dc53
|
test: adjust test for new value unit
|
2025-01-05 10:08:20 +01:00 |
|
Joe Schr
|
fd7272ba63
|
chore: fix unterminated string literal in test runner
|
2025-01-03 19:01:59 +01:00 |
|
Joe Schr
|
12adbeb7f3
|
fix: don't sort stacked imbalances, return empty list if no found...
... also removes helper functions `stacked_imbalance_bid` & `stacked_imbalance_ask`
|
2025-01-03 18:42:00 +01:00 |
|
Joe Schr
|
11976f11b0
|
fix: Improve stacked imbalance detection in orderflow converter
|
2025-01-03 18:42:00 +01:00 |
|
Joe Schr
|
ea96abecd0
|
test: Add comprehensive test for stacked_imbalances with multiple price entries
|
2025-01-03 18:42:00 +01:00 |
|
Joe Schr
|
5589578872
|
test: Update tests for stacked imbalances returning lists
|
2025-01-03 18:42:00 +01:00 |
|
Matthias
|
471df70f62
|
test: add test for improved safe_wrapper behavior
|
2025-01-03 15:29:01 +01:00 |
|
Matthias
|
503eb1e55d
|
Merge pull request #11120 from freqtrade/feat/BNFCR
Add support for BNFCR
|
2024-12-30 17:31:47 +01:00 |
|
Matthias
|
0919d4c274
|
test: improve integration test case
|
2024-12-30 13:56:02 +01:00 |
|
Matthias
|
fcc7c5cf5c
|
Merge pull request #11159 from xmatthias/rich_console
Add rich log handler
|
2024-12-29 15:45:56 +01:00 |
|
Matthias
|
4285602323
|
Merge pull request #11154 from freqtrade/feat/zip_backtest
Zip backtest results
|
2024-12-29 15:40:17 +01:00 |
|
Matthias
|
0f2d3f2638
|
test: Update tests to use rich Handler
|
2024-12-29 11:47:51 +01:00 |
|
Matthias
|
6ee38adbb5
|
fix: round open_rate to tradable precisionThis prevents odd display issues with 16 decimals in case of multiple entries.
|
2024-12-27 19:18:10 +01:00 |
|
Matthias
|
6c94b75172
|
chore: improve zip loading errorhandling
|
2024-12-26 15:29:25 +01:00 |
|
Matthias
|
bb372e380d
|
test: clean up optimize_report tests
|
2024-12-26 14:57:37 +01:00 |
|
Matthias
|
aa99baf268
|
test: update a few tests
|
2024-12-26 14:57:37 +01:00 |
|
Matthias
|
a88675b693
|
test: improve test_metadata_filename test
|
2024-12-26 14:57:37 +01:00 |
|
Matthias
|
1ca594bbcb
|
chore: show "total" profit if necessary
|
2024-12-25 18:04:17 +01:00 |
|
Matthias
|
c5a95dc682
|
refactor: reuse logic from get-status for get status-table
|
2024-12-25 17:40:02 +01:00 |
|
Matthias
|
d7ccbfef20
|
test: improve test accuracy
|
2024-12-25 17:37:21 +01:00 |
|
Matthias
|
9e30e5c34c
|
Merge pull request #11144 from freqtrade/deprecate/hdf5
Deprecate hdf5
|
2024-12-25 08:09:57 +01:00 |
|
Matthias
|
e59bd71c17
|
Merge pull request #11143 from freqtrade/feat/telegram_group_topics
Support Telegram group topics, add /tg_info command
|
2024-12-24 15:29:33 +01:00 |
|
Matthias
|
5750d05891
|
feat: deprecate hdf5 as data storage
|
2024-12-24 15:19:22 +01:00 |
|
Matthias
|
6ef8291b2e
|
test: add test for tg_info, update chat_id to be not 0
|
2024-12-24 13:38:34 +01:00 |
|