Matthias
|
9bfd34a4f3
|
Merge pull request #9267 from Axel-CH/feature/update_sl_order_mgt
Update stoploss order management
|
2024-02-02 06:43:02 +01:00 |
|
Matthias
|
d664e76834
|
Add some tests
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
88ba82d4fd
|
Fix more tests
|
2024-01-19 18:17:31 +01:00 |
|
Matthias
|
acbea4e26f
|
Fix some tests after update_stoploss_date removal
|
2024-01-19 18:16:36 +01:00 |
|
Matthias
|
9f3c6f2dcc
|
Fix some tests and comments
|
2024-01-19 06:48:32 +01:00 |
|
Matthias
|
fbed3fad78
|
Fix non-asserting test
|
2024-01-14 15:18:42 +01:00 |
|
Matthias
|
582f51ccdd
|
Add runmode "dry_run" to default configuration
|
2024-01-06 18:07:40 +01:00 |
|
Matthias
|
209e7033cd
|
Fix tests for newly added field
|
2024-01-06 15:48:49 +01:00 |
|
Matthias
|
079330ac64
|
Merge pull request #9611 from freqtrade/rpc_final_exit_msg
Improve Telegram final exit msg
|
2024-01-06 15:46:56 +01:00 |
|
Matthias
|
b0fdf6ac52
|
Update Tests for removed sell_reason field
|
2024-01-04 14:42:37 +01:00 |
|
Matthias
|
e199083287
|
Fix test ...
|
2024-01-02 17:10:33 +01:00 |
|
Matthias
|
206809d2e7
|
Update emergency sell test
|
2024-01-02 17:05:21 +01:00 |
|
Matthias
|
128807ff3b
|
Merge remote-tracking branch 'origin/develop' into pr/Axel-CH/9267
|
2024-01-02 17:04:07 +01:00 |
|
Matthias
|
7a6888dfd3
|
Split stoploss test into 2 for easier testing
|
2024-01-02 16:58:58 +01:00 |
|
Matthias
|
f3da2c6fd8
|
Simplify and fix handle_stoploss_on_exchange test
|
2024-01-02 16:56:56 +01:00 |
|
Matthias
|
501e256c58
|
Fix further stoploss test
|
2024-01-02 16:25:42 +01:00 |
|
Matthias
|
7ba9aa9acd
|
Merge remote-tracking branch 'origin/develop' into pr/Axel-CH/9267
|
2024-01-02 12:11:44 +01:00 |
|
Matthias
|
fa368a9a4a
|
Improve trailing stoploss test with time_machine
|
2024-01-02 12:11:06 +01:00 |
|
Matthias
|
f0073078e9
|
Fix stop order test
|
2024-01-02 11:27:42 +01:00 |
|
Matthias
|
e9c04debfb
|
Fix tests due to new exit behavior
|
2023-12-30 08:58:44 +01:00 |
|
Matthias
|
68f9402384
|
Fix further test
|
2023-12-23 15:19:56 +01:00 |
|
Matthias
|
600e311b3e
|
Fix test test_handle_stoploss_on_exchange_custom_stop
|
2023-12-23 15:19:56 +01:00 |
|
Matthias
|
1db4732648
|
Fix some more tests
|
2023-12-23 15:19:56 +01:00 |
|
Matthias
|
c6ffe82a7a
|
Update more tests
|
2023-12-23 15:19:41 +01:00 |
|
Matthias
|
6427144934
|
Fix stoploss test
|
2023-12-23 15:19:41 +01:00 |
|
Matthias
|
c35b308ada
|
Fix some tests
|
2023-12-23 15:19:41 +01:00 |
|
Matthias
|
0d3d1e6d9a
|
Remove bittrex from more tests
|
2023-12-18 07:15:24 +01:00 |
|
Matthias
|
cfd5af67ca
|
Add max-open-trades param to get_trade_stake_amount
|
2023-12-13 06:51:26 +01:00 |
|
Matthias
|
48097f4a7d
|
Update tests according to calculation update
|
2023-11-18 19:47:20 +01:00 |
|
Matthias
|
fee3c598d0
|
Move schedule to 1 minute after the hour
This will avoid congestion at :00, and make sure that the dry-run funding fees are actually already available
|
2023-10-12 07:16:56 +02:00 |
|
Matthias
|
69264cc164
|
Reduce funding fee update calls
Funding fees update every 4-8 hours - calling this every 15 minutes is way overboard.
|
2023-10-12 07:13:30 +02:00 |
|
Matthias
|
97e9d2dc42
|
Remove get_funding_fee error handling - it's no longer raising this error.
|
2023-10-12 06:27:35 +02:00 |
|
Matthias
|
4b80961c65
|
Merge pull request #9276 from freqtrade/cancel_behavior
Improve Cancel order messaging behavior
|
2023-10-09 18:13:04 +02:00 |
|
Matthias
|
29eb6d938b
|
Update test for fixed funding_fee logic
|
2023-10-09 07:04:13 +02:00 |
|
Matthias
|
5cf7ad85a0
|
Adjust tests for new interface to handle_cancel_* methods
|
2023-10-08 10:44:37 +02:00 |
|
Matthias
|
1ef5adbb0e
|
Test for #9270
|
2023-10-06 20:13:11 +02:00 |
|
Matthias
|
ef6afaa2cb
|
Add test for replace_fail
|
2023-09-22 06:37:56 +02:00 |
|
Matthias
|
0e406c4d7d
|
Update some more test wordings
|
2023-09-22 06:37:56 +02:00 |
|
Matthias
|
b21775142d
|
Improve variable naming in test
|
2023-09-22 06:37:56 +02:00 |
|
Matthias
|
8ccc66cd97
|
Add tests for cancel order retries
|
2023-09-22 06:37:56 +02:00 |
|
Matthias
|
5d8e0573f6
|
Run handle_onexchange_order test without dry-run
|
2023-09-16 16:39:52 +02:00 |
|
Matthias
|
6d2d5f93d0
|
Add exit order test
showing behavior in #9186
|
2023-09-16 16:39:40 +02:00 |
|
Matthias
|
a7d6efdcd6
|
Fix order amounts in test
|
2023-09-16 09:32:30 +02:00 |
|
Matthias
|
ae4021da14
|
Rename get_canceled exit orders ...
|
2023-09-16 09:11:31 +02:00 |
|
Matthias
|
ee9d2c637a
|
Improve "order refind" mechanics
|
2023-09-11 20:18:42 +02:00 |
|
Matthias
|
49b4ab6d3b
|
Simplify some things in tests
|
2023-09-09 17:37:05 +02:00 |
|
Matthias
|
e76d4241a0
|
Remove further unnecessary method
|
2023-09-09 09:54:12 +02:00 |
|
Matthias
|
830fc7580c
|
Cleanup unused property
|
2023-09-08 19:51:14 +02:00 |
|
Matthias
|
8c95207ca4
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-09-07 20:19:25 +02:00 |
|
Matthias
|
95d8c45481
|
test_handle_cancel_exit_limit - partially fill by half
|
2023-09-07 18:27:19 +02:00 |
|