Matthias
|
d09a347853
|
Add tests for pricingexception
|
2020-05-26 20:24:44 +02:00 |
|
Matthias
|
7a7b26e840
|
Add exception handlers for orderbook logic
|
2020-05-26 20:14:05 +02:00 |
|
Matthias
|
5a9a31351a
|
Adjust empty f-strings to be non-fstrings
|
2020-05-18 11:40:25 +02:00 |
|
Matthias
|
285bc2511e
|
Improve testcov for default check_*_timeout methods
|
2020-05-17 11:23:55 +02:00 |
|
Matthias
|
2074d986a6
|
Update test to verify we're not spamming messages
|
2020-05-17 11:12:30 +02:00 |
|
Matthias
|
2a1fcc0f06
|
Merge branch 'develop' into pr/jpribyl/3210-1
|
2020-05-16 13:09:38 +02:00 |
|
Matthias
|
22a08768f7
|
Add test for cancel_open_order
|
2020-05-16 12:40:25 +02:00 |
|
Matthias
|
c3f3242f28
|
Add tests for cancel_open_orders_on_exit
|
2020-05-16 11:05:34 +02:00 |
|
hroff-1902
|
8e4ffea52b
|
Merge pull request #3239 from freqtrade/feat/fee_handling
Improve fee handling
|
2020-05-14 18:48:48 +03:00 |
|
Matthias
|
60f26ba501
|
use update_trade_state also for closed stoploss orders
|
2020-05-13 20:25:32 +02:00 |
|
Matthias
|
80faa5feb1
|
Add test to cancel sell order
|
2020-05-10 16:24:00 +02:00 |
|
Matthias
|
1ba2df79c6
|
Ause isclose for comparison, assign filled to variable
add some comments
|
2020-05-07 06:51:02 +02:00 |
|
Matthias
|
d3a0ab8096
|
Change mock-status to be open when testing unfilled...
|
2020-05-05 07:12:49 +02:00 |
|
Matthias
|
981976681a
|
Use filled, it's the safer choice when determining the filled amount.
|
2020-05-05 07:09:12 +02:00 |
|
Matthias
|
b4aeb93a18
|
Add test testing the different ways exchanges may return data
|
2020-05-05 07:07:42 +02:00 |
|
Matthias
|
f040c20688
|
Use filled in tests
|
2020-05-05 06:41:01 +02:00 |
|
Matthias
|
e92d3867cf
|
Fix failing test
|
2020-05-03 15:25:54 +02:00 |
|
Matthias
|
81397874eb
|
Remove commented mock
|
2020-05-03 11:29:51 +02:00 |
|
Matthias
|
72282a2239
|
Add explicit test for fee_conditional
|
2020-05-03 11:28:29 +02:00 |
|
Matthias
|
58168336e1
|
Add test for apply_fee_conditional
|
2020-05-03 11:13:59 +02:00 |
|
Matthias
|
38c4949360
|
Align applying of fee when comming from orders or trades
|
2020-05-03 10:50:59 +02:00 |
|
Matthias
|
021e2b58ca
|
Support partially cancelled orders for fee calculation
|
2020-05-01 20:24:26 +02:00 |
|
Matthias
|
737fc6d198
|
Fix bug when querying side
|
2020-05-01 20:05:13 +02:00 |
|
jpribyl
|
bd51cd332b
|
Cancel all open orders after receiving /stop or ctrl+c
|
2020-05-01 10:36:11 -06:00 |
|
Matthias
|
f8f794a803
|
Simplify fee-related tests
|
2020-05-01 15:49:52 +02:00 |
|
Matthias
|
431b244f43
|
Merge branch 'develop' into interface_ordertimeoutcallback
|
2020-04-19 06:58:44 +02:00 |
|
Matthias
|
1069cb3616
|
Use cancel_order_with_result when cancelling orders after timeout
|
2020-04-17 17:53:56 +02:00 |
|
hroff-1902
|
68be239a0e
|
Merge pull request #3146 from freqtrade/buy_order_timeout_logging
Improve handling for buy order cancels
|
2020-04-16 23:41:45 +03:00 |
|
Matthias
|
346e09fed1
|
Add test verifying that cancel_order with empty remaining is causing the
bug
|
2020-04-09 19:32:10 +02:00 |
|
Matthias
|
95011919d3
|
Remove questionable handling of orders
|
2020-03-25 11:18:33 +01:00 |
|
Matthias
|
1e2fadbc02
|
Fix failing test
|
2020-03-25 09:43:04 +01:00 |
|
Matthias
|
f3103be15c
|
Fix test
|
2020-03-25 09:43:04 +01:00 |
|
Matthias
|
91b058cf11
|
Fix typo in tests
|
2020-03-25 09:43:04 +01:00 |
|
Matthias
|
ecf3a3e070
|
Add test validating different return values
|
2020-03-19 19:44:10 +01:00 |
|
Matthias
|
a1bbeaa668
|
Merge branch 'develop' into interface_ordertimeoutcallback
|
2020-03-15 14:56:14 +01:00 |
|
hroff-1902
|
34093d1208
|
Merge branch 'develop' into no-percent-1
|
2020-03-05 14:27:12 +03:00 |
|
Matthias
|
6e2290c4f0
|
Allow last to be empty -
closes #3005
|
2020-03-02 20:05:54 +01:00 |
|
hroff-1902
|
e411717de9
|
No percent where ratio is to be used
|
2020-02-28 12:36:39 +03:00 |
|
Matthias
|
0fea3a7ea7
|
Some final polish to configurable_side
|
2020-02-26 19:50:17 +01:00 |
|
Matthias
|
e1cb6f4ae3
|
fix and improve tests in test_freqtradebot
|
2020-02-26 19:39:12 +01:00 |
|
hroff-1902
|
e6d003f8f2
|
Merge pull request #2973 from freqtrade/support_non_pairs
Support non pairs
|
2020-02-26 12:20:45 +03:00 |
|
hroff-1902
|
5a900858d8
|
Merge branch 'develop' into rate_caching
|
2020-02-26 04:04:20 +03:00 |
|
Matthias
|
61037ab7b8
|
Implement get_pair_base_curr and get_pair_quote_curr
|
2020-02-24 21:50:27 +01:00 |
|
Matthias
|
e37f055dad
|
Improve some tests
|
2020-02-23 13:12:00 +01:00 |
|
Matthias
|
9301f81fc8
|
Add test for user-sell_timeout handling
|
2020-02-23 13:09:46 +01:00 |
|
Matthias
|
634e7cc34a
|
Implement handle_buy_trade_customcallback
|
2020-02-23 13:08:11 +01:00 |
|
hroff-1902
|
d2181bdd94
|
Adjust tests
|
2020-02-23 01:55:07 +03:00 |
|
Matthias
|
2fe7b683cb
|
Add tests for cached rates
|
2020-02-22 11:23:13 +01:00 |
|
Yazeed Al Oyoun
|
007cc94474
|
fixed tests to send refresh, since its no longer defaulted
|
2020-02-12 22:03:56 +01:00 |
|
Yazeed Al Oyoun
|
899de8b27c
|
modified tests for double partial call
|
2020-02-11 16:50:18 +01:00 |
|