Commit Graph

280 Commits

Author SHA1 Message Date
Matthias f0c0f5618b Abstract creating stoploss-orders from stoploss-logic 2019-08-31 16:11:04 +02:00
Matthias 067c122bf3 Adapt test to use Binance class 2019-08-25 09:52:21 +02:00
Matthias 365b9c3e9c Add test to correctly handle unsuccessfull ordercreation 2019-08-24 18:06:33 +02:00
Matthias f5e437d8c7 Change create_trade to create_trades for new test 2019-08-15 06:59:45 +02:00
Matthias 14c4854987 Merge branch 'develop' into lock_pairs 2019-08-15 06:56:39 +02:00
Matthias 9f26c4ebdc Merge branch 'develop' into fix/sell_order_hanging 2019-08-15 06:46:12 +02:00
Matthias d6f5f6b7ba Add test with preexisting trades 2019-08-14 06:21:15 +02:00
Matthias a76136c010 Rename create_trade to create_trades 2019-08-14 06:16:43 +02:00
Matthias 9d476b5ab2 Also check 0 open trades 2019-08-13 10:34:27 +02:00
Matthias 0a07dfc5cf Add test verifying that multiple trades are opened in one iteration 2019-08-13 10:20:32 +02:00
Matthias 974d899b33 Adapt some more tests 2019-08-13 10:12:12 +02:00
Matthias a325f1ce2b adapt some tests
since create_trade() can now buy multiple times, we need to use
execute_buy() to create a single trade
2019-08-13 10:01:43 +02:00
Matthias 8873e0072c process_maybe_execute_buy does not need to return bool 2019-08-13 09:42:22 +02:00
Matthias c29389f5f3 Remove process() checks from tests 2019-08-13 09:38:21 +02:00
Matthias 8d813fa728 Remove return-value for _process 2019-08-13 09:36:52 +02:00
Matthias 2961efdc18 Initial test for locked pair 2019-08-13 08:38:19 +02:00
Matthias f960ea039e Remove duplicate test 2019-08-13 08:05:51 +02:00
Matthias 23a70932d2 Remove pointless tests (without config?? really?) 2019-08-12 20:36:45 +02:00
Matthias feced71a6d Test closing sell-orders immediately 2019-08-12 16:47:00 +02:00
Matthias bb0b160001 Remove duplicate test 2019-08-12 16:39:21 +02:00
Matthias 002003292e Merge branch 'develop' into log_has_ref 2019-08-12 06:34:49 +02:00
Matthias a636dda07d Fix remaining tests using log_has 2019-08-11 20:17:39 +02:00
Matthias a225672c87 Add tests for dry-run stoposs_on_exchange 2019-08-11 19:45:31 +02:00
Matthias e1b8ff798f Add test to verify that get_order was successfully cought 2019-07-25 20:05:48 +02:00
Matthias e955b1ae09 Use log_has_re instead of plain regex filters for log messages 2019-07-14 20:21:57 +02:00
Matthias f04d49886b Add test to verify behaviour if currency in fee-dict is None 2019-06-27 06:29:18 +02:00
Matthias 89ba649ddb Test handling errors while trailing stop loss 2019-06-20 20:57:15 +02:00
Matthias a8dcfc05c5 Add test to verify InvalidOrder is handled correctly 2019-06-20 20:36:39 +02:00
Matthias 911e71cd9b remove redundant test-functions 2019-06-20 20:30:05 +02:00
Matthias 06afb3f155 Don't use "limit" for sell-orders either 2019-06-17 07:01:17 +02:00
Matthias 557122921a Add order_type to sell-notification 2019-06-17 06:56:52 +02:00
Misagh 1f3406b29b
Merge pull request #1868 from freqtrade/stoploss_restart
Stoploss restart
2019-06-12 10:29:17 +02:00
Matthias 9ea887dbd0 Merge branch 'develop' into stoploss_restart 2019-06-08 20:23:13 +02:00
Matthias 9967df8f45
Merge pull request #1902 from freqtrade/fix_tsl_offset_on_reason
Trailing stoploss sell reason fixed.
2019-06-08 20:21:51 +02:00
Misagh 36dae7cc6c trailing stoploss reason fixed 2019-06-02 13:27:31 +02:00
Matthias 51aa469f67 Cleanups 2019-05-20 20:29:23 +02:00
Matthias a39cdd3b2b Exclude Edge from startup-stoploss calc
Edge would recalculate / reevaluate stoploss values on startup, so these
values are not reliable
2019-05-20 20:11:50 +02:00
Matthias 6a5daab520 add logic for stoploss reinitialization after startup 2019-05-20 20:11:50 +02:00
Matthias b9435e3cea Add more tests 2019-05-18 10:00:07 +02:00
Matthias 88dd18e045 Move patch_signal to conftest 2019-05-18 10:00:07 +02:00
Matthias 676cd6ffee Add assert to make sure trade was closed 2019-04-22 13:36:14 +02:00
Matthias a9de2f80f2 Add tests to update wallets after closing a limit-sell 2019-04-22 13:31:07 +02:00
Misagh 4b2eb22989 conflict with develop resolved 2019-04-05 20:23:15 +02:00
Misagh a505826ec9 flake8 2019-04-05 20:20:41 +02:00
Misagh 54d068de44 missing test added 2019-04-05 20:20:16 +02:00
Misagh 7f4fd6168a test for canceled SL on exchange added 2019-04-04 17:23:21 +02:00
Misagh a363d443bf stoploss on exchange canceled handled 2019-04-04 17:13:54 +02:00
Misagh 9d6d60dcf0
Merge pull request #1689 from hroff-1902/main_refactoring
Main.py and freqtradebot refactoring
2019-04-04 11:19:15 +02:00
Misagh ef48193fad
Merge pull request #1721 from hroff-1902/fix_1704
Fix #1704
2019-04-03 20:32:38 +02:00
Matthias 1a5b0969b9 Fix tests (both tests where testing the same thing) 2019-04-03 19:53:10 +02:00