axel
|
171c4f182d
|
update test_adjust_entry_maintain_replace test case, fix first RPC test
|
2023-06-17 00:06:30 -04:00 |
|
axel
|
bf60f38a23
|
fix tests test_handle_trade, test_handle_cancel_exit_limit, WIP on test_adjust_entry_maintain_replace
|
2023-06-16 23:29:41 -04:00 |
|
axel
|
93994756e8
|
fix multiple tests, including test_check_handle_cancelled_buy
|
2023-06-16 21:51:24 -04:00 |
|
axel
|
7c55a2c6e2
|
fix tests: test_manage_open_orders_entry, test_manage_open_orders_partial_except, test_adjust_entry_cancel, test_manage_open_orders_partial_fee
|
2023-06-16 18:01:38 -04:00 |
|
axel
|
ee43792566
|
fix tests: test_handle_cancel_exit_cancel_exception, test_update_trade_state_sell, test_manage_open_orders_entry_usercustom
|
2023-06-16 17:14:53 -04:00 |
|
axel
|
f14b42f202
|
add use has_open_orders property in freqtradebot tests
|
2023-06-16 16:22:08 -04:00 |
|
Matthias
|
24e806f081
|
Improve resiliance by using non-exchange controlled order attributes.
|
2023-06-16 19:58:35 +02:00 |
|
axel
|
5f70406880
|
fix more tests
|
2023-06-15 22:00:15 -04:00 |
|
axel
|
069759c7c5
|
fix more tests
|
2023-06-15 21:33:39 -04:00 |
|
axel
|
ebd5fac91d
|
update cancel_all_open_orders, wip on fixing test_cancel_all_open_orders
|
2023-06-15 21:04:40 -04:00 |
|
axel
|
156c202889
|
fix more tests including process_open_trade_positions
|
2023-06-15 20:46:35 -04:00 |
|
axel
|
8e0faf4aaa
|
fix more tests, remove legacy conditions from update_trade function
|
2023-06-15 14:29:08 -04:00 |
|
axel
|
73d1201ed8
|
start fixing test_handle_stoploss_on_exchange_trailing, add temp logs
|
2023-06-15 13:37:36 -04:00 |
|
axel
|
defa6f45b2
|
fix more freqtradebot tests, update params of handle_cancel_enter, handle_cancel_exit
|
2023-06-15 03:05:01 -04:00 |
|
axel
|
9cdff0b0a5
|
fix first important tests in test_freqtradebot, update and fix on order related Trade class hybrid_properties
|
2023-06-15 01:55:13 -04:00 |
|
axel
|
450fc5763f
|
fix test test_freqtradebot.py::test_execute_entry
|
2023-06-14 14:20:14 -04:00 |
|
Matthias
|
1e44cfe2fc
|
Improve stoploss test
|
2023-06-12 18:20:36 +02:00 |
|
Matthias
|
85c14578e2
|
Merge pull request #8661 from freqtrade/feat/datetimehelpers
Add datetime helpers, reduce arrow usage to a minimum
|
2023-05-22 18:22:29 +02:00 |
|
Matthias
|
3ec55885bd
|
Remove arrow from more tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
7a2ff60255
|
Fix more tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
29fdcdbf56
|
reduce arrow in tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
cfae98ae00
|
dt_now for tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
68f67c5ae8
|
Test proper removal of exchange keys
|
2023-05-15 07:22:40 +02:00 |
|
Matthias
|
c242d89cda
|
Improve test format
|
2023-05-15 07:22:40 +02:00 |
|
Matthias
|
491d2cb024
|
Explicit test for handle_onexchange_order
|
2023-04-26 20:32:51 +02:00 |
|
Matthias
|
1b228e3705
|
Improve test resiliance by removing unneeded MagicMock
|
2023-04-25 15:52:10 +02:00 |
|
Matthias
|
f8d89c46e5
|
Don't reset open_order_id if the order didn't cancel
|
2023-04-07 19:49:13 +02:00 |
|
Matthias
|
a3acdd5240
|
apply stop-reserve to minimum limits only when necessary
it's unnecessary for amount - but necessary for Cost / price limits.
|
2023-04-03 06:37:31 +02:00 |
|
Matthias
|
916e1bbc7c
|
Merge pull request #8412 from freqtrade/fix/partial_stops
support partially filled stops
|
2023-04-01 15:18:42 +02:00 |
|
Matthias
|
5e13b48648
|
Merge pull request #8386 from freqtrade/feature/price_to_precision_round
price to precision rounding
|
2023-03-31 07:20:10 +02:00 |
|
Matthias
|
e062a74e70
|
Add test for partial stop order canceling
part of #8374
|
2023-03-29 06:57:17 +02:00 |
|
Matthias
|
c330c493d5
|
test for Handle stop on exchange partial filled
part of #8374
|
2023-03-29 06:57:17 +02:00 |
|
Matthias
|
eb96490c99
|
Improve some more stoploss tests
|
2023-03-28 20:28:05 +02:00 |
|
Matthias
|
6282b42741
|
Remove further Magicmock trade
|
2023-03-28 19:38:43 +02:00 |
|
Matthias
|
513df4515b
|
Improve stoploss tests
|
2023-03-28 19:19:55 +02:00 |
|
Matthias
|
411e21f430
|
Improve stop test
|
2023-03-28 18:13:26 +02:00 |
|
Matthias
|
736c396d98
|
Use correct amount for stoploss test
|
2023-03-28 16:45:54 +02:00 |
|
Matthias
|
d97500581d
|
Merge pull request #8379 from xmatthias/type_sendmsg
Type sendmsg
|
2023-03-26 14:09:01 +02:00 |
|
Matthias
|
0cb28f3d82
|
Use kwarg for rounding_mode, update tests with additional parameter
|
2023-03-26 11:00:41 +02:00 |
|
Matthias
|
298f5685ee
|
Reuse existing "cancel_stoploss" call
|
2023-03-25 20:06:21 +01:00 |
|
Matthias
|
cbdd86d777
|
Fix test failures due to additional field
|
2023-03-24 21:05:10 +01:00 |
|
Matthias
|
4cfbc55d34
|
Update remaining tests to get rid of .query
|
2023-03-16 18:07:06 +01:00 |
|
Matthias
|
9d6e973e5b
|
remove .query from most tests
|
2023-03-16 07:25:04 +01:00 |
|
Matthias
|
5c280d5649
|
Improve emergency_exit handling
|
2023-03-13 20:28:13 +01:00 |
|
Matthias
|
2c7ae756f5
|
Improve mock behavior
|
2023-03-08 07:05:59 +01:00 |
|
Matthias
|
e228733f1a
|
Merge pull request #8264 from xmatthias/sqlalchemy_2
Sqlalchemy 2
|
2023-03-02 18:23:01 +01:00 |
|
Matthias
|
ba38a826e9
|
Update missing mocks
|
2023-03-02 06:46:17 +01:00 |
|
Matthias
|
59d57d3466
|
Improve test resiliance
|
2023-03-01 20:32:56 +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
|
9600039686
|
Update dry-run fill method naming
|
2023-02-17 06:37:03 +01:00 |
|
Matthias
|
3397e47ccf
|
Rename stoploss() to create_stoploss()
|
2023-02-14 20:42:08 +01:00 |
|
Matthias
|
cdd324d0a9
|
Rename stoploss_reached to ft_stoploss_reached
|
2023-02-13 20:08:54 +01:00 |
|
Matthias
|
c229ba97a9
|
Update gateio terminology to Gate
|
2023-02-11 08:15:11 +01:00 |
|
Matthias
|
5a7008f377
|
rename handle_timedout to handle_cancel_order
|
2023-01-30 20:02:01 +01:00 |
|
Matthias
|
051c3be99e
|
add test case for bybit
|
2023-01-24 07:21:56 +01:00 |
|
Matthias
|
ad49541947
|
Adapt Tests for new mandatory columns
|
2023-01-08 13:55:52 +01:00 |
|
Matthias
|
bad6fe77d3
|
Remove deprecated trade property
|
2022-12-18 17:21:50 +01:00 |
|
Matthias
|
abc3badfb5
|
Improve shutdown behavior
closes #7882
|
2022-12-12 20:01:54 +01:00 |
|
Matthias
|
0f97ef0d7b
|
Reset stoploss_order_id when order is canceled
closes #7766
|
2022-11-25 16:08:33 +01:00 |
|
Matthias
|
5e6cda11ef
|
Update method name for trade fee updating
|
2022-11-25 14:43:56 +01:00 |
|
Matthias
|
30b467906c
|
Delist FTX, following ccxt's delisting.
|
2022-11-14 19:40:57 +01:00 |
|
Matthias
|
5ba012c592
|
Disable "tick" in test_update_funding_fees_schedule
we only want to test run frequency, not time progression.
|
2022-11-07 07:18:09 +00:00 |
|
Matthias
|
b715d9c521
|
Improve fee handling
closes #7586
|
2022-10-21 16:30:14 +02:00 |
|
Matthias
|
eb8eebe492
|
Reset open_order_id after trade cancel
Part of #7526
|
2022-10-04 10:08:58 +00:00 |
|
Matthias
|
1727f99b58
|
Fix missing mock
|
2022-10-02 18:14:00 +02:00 |
|
Matthias
|
a5bc75b48c
|
Merge branch 'develop' into cancel_partial_sell
|
2022-10-02 08:38:18 +02:00 |
|
Matthias
|
9bb061073d
|
Improve tests
|
2022-10-02 08:36:34 +02:00 |
|
Matthias
|
308fa43007
|
Don't use magicmock as trade object
|
2022-10-02 08:30:19 +02:00 |
|
Matthias
|
c946d30596
|
Add partial cancel message
|
2022-09-30 16:24:16 +02:00 |
|
Matthias
|
d462f40299
|
Simple test improvements
|
2022-09-30 16:24:07 +02:00 |
|
Matthias
|
7dd984e25e
|
Simplify cancel_entry
|
2022-09-30 09:34:00 +02:00 |
|
Matthias
|
561600e98b
|
Remove false test statements
a trade is ONLY closed on `.close()` - which will only happen once the last order has been filled.
|
2022-09-30 09:34:00 +02:00 |
|
Matthias
|
1db8421b9d
|
Merge pull request #7303 from wizrds/feat/externalsignals
Producer/consumer mode
|
2022-09-23 06:29:58 +02:00 |
|
Matthias
|
ff36431680
|
Adjust tests for new messageType handling
|
2022-09-20 20:34:56 +02:00 |
|
Matthias
|
914eccecec
|
Merge branch 'develop' into pr/wizrds/7303
|
2022-09-20 06:56:15 +02:00 |
|
Matthias
|
063511826c
|
Update stoploss on exchange logic
closes #7424
|
2022-09-17 17:11:00 +02:00 |
|
Timothy Pogue
|
9b752475db
|
re-add fix to freqtradebot test
|
2022-09-08 10:20:03 -06:00 |
|
Timothy Pogue
|
4104d0f68a
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-08 10:19:23 -06:00 |
|
Timothy Pogue
|
83770d20fa
|
fix existing freqtradebot tests
|
2022-09-08 10:10:32 -06:00 |
|
Matthias
|
9ef0ffe277
|
Update tests for funding-Fee exceptions
|
2022-09-08 07:19:17 +00:00 |
|
Matthias
|
791f61c089
|
Add test case for funding fee update failure
|
2022-09-08 07:13:15 +00:00 |
|
Matthias
|
322f00e3e8
|
Fix empty entry message if order doesn't fill immediately
closes #7368
|
2022-09-07 18:19:43 +02:00 |
|
Matthias
|
ba2eb7cf0f
|
Fix BNB fee bug when selling
thanks @epigramx, for reporting and for the detailed data.
|
2022-09-01 06:42:51 +02:00 |
|
Matthias
|
10e0d53860
|
Simplify 2 more tests
|
2022-08-30 20:49:53 +02:00 |
|
Matthias
|
c9aa09ec89
|
Simplify base fee handling
|
2022-08-30 20:46:06 +02:00 |
|
Matthias
|
87a3115073
|
Add get_open_trade_count() to simplify getting open trade count.
|
2022-08-21 17:08:27 +02:00 |
|
Matthias
|
47b3143534
|
Simplify and fix some tests
|
2022-08-19 09:10:54 +02:00 |
|
Matthias
|
83ca168bb8
|
Merge pull request #7216 from freqtrade/precise_calcs
Precise calcs
|
2022-08-17 14:32:02 +02:00 |
|
Matthias
|
b9667f50cf
|
Fix random test failure
|
2022-08-17 14:05:12 +02:00 |
|
Matthias
|
8d182768f9
|
stoploss should also use trimmed prices
|
2022-08-17 09:57:11 +02:00 |
|
Matthias
|
1ac81aa316
|
Show message if fee update failed due to missing
closes #7234
|
2022-08-16 17:09:23 +02:00 |
|
Matthias
|
fa89368c02
|
Add test for precision backpopulation
|
2022-08-16 11:11:52 +02:00 |
|
Matthias
|
711b6b1a1a
|
Merge branch 'develop' into precise_calcs
|
2022-08-16 09:29:39 +02:00 |
|
Matthias
|
e4b7bcaeab
|
Fix some tests
|
2022-08-16 08:01:07 +02:00 |
|
Matthias
|
e09fbe9e53
|
Improve test resiliance
|
2022-08-13 11:17:22 +02:00 |
|
Matthias
|
d3780b931c
|
Add test passing leverage to execute_entry
|
2022-08-07 09:47:11 +02:00 |
|
Matthias
|
bfa859e618
|
Remove unnecessary method (simplify)
|
2022-08-06 17:46:58 +02:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
Matthias
|
0adfa4d9ef
|
Add tests for dataprovider send-message methods
|
2022-07-27 06:34:15 +02:00 |
|