Matthias
|
15bcba9c7e
|
Skip load_leverage_tiers test from bybit
|
2024-05-09 19:49:52 +02:00 |
|
Matthias
|
fa79c48c8f
|
Exclude unfilled Trades from "all" /profit
These are not actual profits, as it's unclear if the order
will be filled or will be canceled.
Discovered as part of #10165
|
2024-05-05 16:48:42 +02:00 |
|
Matthias
|
ab93fd3be4
|
Enhance trade to verify #10166
|
2024-05-04 11:21:25 +02:00 |
|
Matthias
|
ee7be1cd5a
|
move "add_bt_trade" call for entries into enter_trade function
|
2024-05-04 09:14:56 +02:00 |
|
Matthias
|
c534d47c12
|
Merge pull request #10138 from freqtrade/backtest_max_fee
Backtest max fee
|
2024-04-30 15:33:42 +02:00 |
|
Matthias
|
6e443a42cd
|
Merge pull request #10143 from freqtrade/feat/pairhistory_advanced
RPC: Advanced pairhistory endpoint
|
2024-04-28 20:07:24 +02:00 |
|
Matthias
|
71ef6f70e5
|
Improve test coverage of strategy test
|
2024-04-28 17:06:36 +02:00 |
|
Matthias
|
9d57e3930d
|
Extend error testing to post call
|
2024-04-28 17:01:16 +02:00 |
|
Matthias
|
ab10379833
|
Add pair_history post endpoint, too
|
2024-04-28 16:14:09 +02:00 |
|
Matthias
|
8c39740105
|
Test Post pair_candles endpoint
|
2024-04-28 16:14:09 +02:00 |
|
Matthias
|
eeaa9061e5
|
Adapt test for to also test post endpoint
|
2024-04-28 16:14:09 +02:00 |
|
Matthias
|
3e20770446
|
Slightly change returned column scheme
|
2024-04-28 16:14:09 +02:00 |
|
goodmost
|
38b35ec528
|
chore: remove repetitive words
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
|
2024-04-28 18:14:19 +08:00 |
|
Matthias
|
f259270e9c
|
Update tests to properly mock fee
|
2024-04-27 19:52:48 +02:00 |
|
Matthias
|
3a2e3215b9
|
Ensure get_fee returns something in tests
|
2024-04-27 18:26:43 +02:00 |
|
Matthias
|
a3e6abef8d
|
Add test for "trade amount adjust" behavior
|
2024-04-25 13:44:01 +02:00 |
|
Matthias
|
35408966f4
|
Fix remaining user_data leaks
|
2024-04-25 11:02:34 +02:00 |
|
Matthias
|
ad12c98d10
|
Avoid having test-result influence from user_data/
this avoids potential deprecation warnings (or even errors)
caused by strategies in user_data/strategies
|
2024-04-25 10:48:27 +02:00 |
|
Matthias
|
96bb4db68e
|
Fix remaining coingecko spellings
|
2024-04-25 10:28:25 +02:00 |
|
Matthias
|
2d9be6c818
|
Fix some coingecko spellings
|
2024-04-25 10:27:58 +02:00 |
|
Matthias
|
226eaf0d0a
|
Filter deprecation warning - it's a dependency ...
|
2024-04-23 19:52:44 +02:00 |
|
Matthias
|
7b78912d71
|
Merge pull request #10105 from freqtrade/feat/humanize
Replace arrow with humanize
|
2024-04-23 09:46:35 +02:00 |
|
Matthias
|
472d5d8703
|
Improve format_ms_time logic by reusing dt_from_ts
|
2024-04-22 07:08:49 +02:00 |
|
Matthias
|
d48cff3b9a
|
Update to dt_humanize_delta for all usages
|
2024-04-21 15:49:50 +02:00 |
|
Matthias
|
cc534c5000
|
switch from arrow to humanize
|
2024-04-21 15:29:16 +02:00 |
|
Matthias
|
c802d39f67
|
Merge pull request #10097 from freqtrade/feat/measure_time
Add "measure time" to warn users about strategies taking excessive time
|
2024-04-21 11:28:54 +02:00 |
|
Matthias
|
6dfc34d227
|
Fix test due to missing assert
|
2024-04-20 09:46:40 +02:00 |
|
Matthias
|
6a1c33e168
|
Don't use setattr
|
2024-04-20 09:46:32 +02:00 |
|
Matthias
|
e0aefb9b54
|
Fix faulty asserts in freqai tests
|
2024-04-20 09:39:43 +02:00 |
|
Matthias
|
df712c0168
|
Fix some faulty assertions
|
2024-04-20 09:39:11 +02:00 |
|
Matthias
|
53c548f7b6
|
Fix test to actually work
|
2024-04-20 09:35:05 +02:00 |
|
Matthias
|
1abd8fb8fc
|
Fix wallets test
|
2024-04-20 09:30:55 +02:00 |
|
Matthias
|
7c3feeddc4
|
Fix faulty assert statements
|
2024-04-20 09:30:20 +02:00 |
|
Matthias
|
f2cfb127ae
|
Merge pull request #10099 from cclauss/codespell
Fix typos discovered by codespell
|
2024-04-19 07:37:29 +02:00 |
|
Matthias
|
87d50243e2
|
Update tests
|
2024-04-19 07:25:41 +02:00 |
|
Matthias
|
a451b94387
|
Remove mutable default from template-rendere
|
2024-04-19 07:24:11 +02:00 |
|
Matthias
|
40aa0800de
|
Additional fix to eliminate some word-ignores
|
2024-04-19 07:02:31 +02:00 |
|
Matthias
|
37feede6a5
|
Fix some codespell introduced syntax errors
|
2024-04-19 06:32:59 +02:00 |
|
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
|
Matthias
|
5eeb96fa96
|
Add test for measure_time
|
2024-04-17 20:57:18 +02:00 |
|
Matthias
|
393d4b8eb3
|
Add test for market_change endpoint
|
2024-04-17 07:22:36 +02:00 |
|
Matthias
|
3dd7c1e492
|
Add test for market_change writing
|
2024-04-17 07:01:32 +02:00 |
|
Matthias
|
0b1f702ef9
|
Improve testcase
|
2024-04-17 06:46:44 +02:00 |
|
Matthias
|
7f386874ad
|
Trim dataframes accordingly ...
|
2024-04-16 18:17:20 +02:00 |
|
Matthias
|
3f8078618e
|
add Combine dataframes with pct_change
|
2024-04-16 07:19:26 +02:00 |
|
Matthias
|
0c7e89aede
|
Update tests for OperationFailed error
|
2024-04-13 11:11:09 +02:00 |
|
Matthias
|
e09abfdc75
|
Split enter and exit rows to use different values
|
2024-04-11 20:54:16 +02:00 |
|
Matthias
|
eaec5065a1
|
Define liquidation price only once in adjustment test
|
2024-04-11 20:53:58 +02:00 |
|
Matthias
|
1cbd3f52f1
|
Run online-tests against bingx
|
2024-04-02 07:15:14 +02:00 |
|
Matthias
|
fcfd25d50b
|
Merge pull request #10023 from freqtrade/feat/lock_api
Add lock post endpoint
|
2024-03-31 14:05:05 +02:00 |
|