Commit Graph

251 Commits

Author SHA1 Message Date
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
hroff-1902 d54acca53a move tests back to original codebase to minimize changes 2019-04-03 00:55:59 +03:00
hroff-1902 2959156070
Merge branch 'develop' into main_refactoring 2019-04-03 00:50:33 +03:00
hroff-1902 62141d3d27 test cloned, separate tests for worker and freqtrade states 2019-04-02 21:57:52 +03:00
Matthias 0cfdce0d5e Update function name from update_open_order to update_trade_state 2019-04-02 07:12:48 +02:00
hroff-1902 77d2479c75 tests adjusted 2019-04-01 14:08:41 +03:00
Matthias 7be90f71d3 Add test as called from execute_buy 2019-03-31 19:56:01 +02:00
Matthias 0ddafeeabf Split test for open_orders from maybe_sell 2019-03-31 16:05:40 +02:00
Matthias b2ad402df4 Split tests for update-open_order 2019-03-31 15:51:45 +02:00
Matthias e46dac3fbd Test stoploss does not raise dependencyexception 2019-03-31 15:45:22 +02:00
Misagh b1ef39927c
Merge pull request #1673 from freqtrade/refactor/persistance_stoplossupdate
trailing stop backtest problems
2019-03-28 20:44:24 +01:00
Matthias a87fc5f863 Fix tests - freqtrade should not be patched in this case 2019-03-28 19:37:50 +01:00
hroff-1902 d5254dff7b
Merge branch 'develop' into main_refactoring 2019-03-28 11:10:21 +03:00
hroff-1902 f5744cc9bf fix in the tests 2019-03-26 18:34:50 +03:00
hroff-1902 5ccd618189 tests adjusted 2019-03-26 11:07:24 +03:00
Matthias bd29b7d031 Test that dataprovider is loaded to strategy 2019-03-25 19:26:51 +01:00
Matthias 7307084dfd Move stoploss-adjustment to the top 2019-03-23 16:44:58 +01:00
Matthias f0e5113a7f Use Magicmock instead of lambda for mocking 2019-03-17 15:39:05 +01:00
Matthias a0e6cd93b6 Use bids, not asks for sell-rate detection 2019-03-17 11:27:01 +01:00
Matthias 29aa159827 Add test for get_sell_rate 2019-03-16 13:32:26 +01:00
misagh 3c99e3b7c7 test adapted to new market refactoring 2019-03-14 09:00:28 +01:00
misagh 9a226ec7e6 conflict with develop resolved 2019-03-14 07:56:21 +01:00
Matthias 6b8f5963a8
Merge pull request #1623 from iuvbio/markets_refactor
Markets refactor
2019-03-14 06:22:18 +01:00
Matthias 9054165e8a Adjust test, since rpc_message is now called on buy and sel 2019-03-12 21:55:18 +01:00
iuvbio e234158cc9 update tests 2019-03-12 16:31:22 +01:00
misagh ca496c13b8 TSL only offset test added 2019-03-10 17:11:28 +01:00
Matthias 79aac473b3 Remove market_url from tests 2019-02-26 19:27:28 +01:00
Matthias 98bd713624 iUpdate orderbook_bid_test 2019-02-14 19:15:16 +01:00
Matthias f852be1a9b Fix tests for get_ticker fix 2019-02-14 07:27:13 +01:00
hroff-1902 69f69d965c
test asserts aligned accordingly to new log messages 2019-02-10 23:37:24 +03:00