Commit Graph

157 Commits

Author SHA1 Message Date
misagh 3e29fbb17a stoploss on exchange added as a parameter to order_types 2018-11-25 17:22:56 +01:00
misagh dcae3a2644 test of check_consistency added 2018-11-25 11:29:04 +01:00
misagh c8a0956e1b fixed test handle_stoploss_on_exchange 2018-11-24 19:12:00 +01:00
misagh b5192880df [WIP] adding tests for handle_stoploss_on_exchange. 2018-11-24 19:00:59 +01:00
misagh 9144a8f79d tests fixed 2018-11-23 20:28:01 +01:00
misagh fea77824d0 handle stop loss on exchange added 2018-11-23 15:17:36 +01:00
misagh 1dde56790c final broken test fixed 2018-11-22 21:12:49 +01:00
misagh 7faafea8a2 added test for cancelling stop loss before sell 2018-11-22 21:01:39 +01:00
misagh ecb2c4dca3 bloody flake8 2018-11-22 19:38:20 +01:00
misagh cc1422d448 flake8 2018-11-22 19:27:32 +01:00
misagh 3418592908 freqtradebot test added for orders on exchange 2018-11-22 19:25:26 +01:00
Matthias e6baa9ccf2 Switch tests to kwarguments 2018-11-15 19:31:24 +01:00
misagh d613553306 base position on stake amount instead of total capital 2018-11-10 18:22:34 +01:00
misagh 7dd74c374a flake happiness provided 2018-11-10 18:09:32 +01:00
misagh 97fd33d752 adding test for process 2018-11-10 18:03:46 +01:00
misagh 523a9a603c fix tests 2018-11-10 17:20:11 +01:00
misagh 6d80c03877 removing raise KeyError in test 2018-11-08 00:28:20 +01:00
misagh 714ac6dd08 Merge branch 'develop' into money_mgt 2018-11-04 18:49:21 +01:00
misagh 120655d262 fixing tests for namedtuple 2018-11-04 18:43:57 +01:00
Matthias 7e5fd82f25
Merge pull request #1269 from freqtrade/feat/force_buy
add /forcebuy to telgram handler
2018-11-04 09:25:13 +01:00
misagh 080ecae332 whitelist conflict resolved with develop branch 2018-11-02 18:59:31 +01:00
Matthias 2f55cbde35 fix #1298 2018-10-29 19:23:56 +01:00
misagh 25daf3a0f7 Merge branch 'develop' into money_mgt 2018-10-23 19:33:13 +02:00
Matthias 677a9e56af remove skipped test (refresh_whitelist is tested in test_acl_pair) 2018-10-21 09:23:07 +02:00
Matthias 202b1d1f0b fix #1289 - we should not modify decimal context 2018-10-21 09:21:32 +02:00
Matthias 5029003957 Allow passing price to buy function 2018-10-09 07:06:11 +02:00
misagh 77cac9e562 autopep8 applied 2018-10-04 18:07:47 +02:00
misagh 06d75a8bad test cases added: force_stoploss by Edge 2018-10-04 18:05:46 +02:00
Matthias f4585a2745 Patch exchange to not cause network delays during tests 2018-09-29 13:35:48 +02:00
misagh d6415f3499 Merge branch 'develop' into money_mgt 2018-09-27 14:54:18 +02:00
Matthias 5dac3b5664
Merge pull request #1238 from freqtrade/fix/buyexception
Fix exception when order cannot be found
2018-09-26 19:26:17 +02:00
misagh abb398786e Merge branch 'develop' into money_mgt 2018-09-26 16:06:38 +02:00
Matthias 88ccdc0366 Fix exception when order cannot be found 2018-09-25 20:45:01 +02:00
misagh 027ec4d98e test_sell_profit_only_enable_loss and test_create_trade_limit_reached
fixed
2018-09-24 15:47:07 +02:00
misagh 308428644b test_process_trade_creation log message changed: in reality the buy
signal is actually triggered
2018-09-24 15:27:26 +02:00
misagh 76dd754963 test_get_trade_stake_amount and
test_get_trade_stake_amount_no_stake_amount fixed: “pair” arg added to
_get_trade_stake_amount
2018-09-24 15:02:50 +02:00
misagh 303eefda76 test_get_trade_stake_amount_unlimited_amount fixed: “pair” argument
added to _get_trade_stake_amount
2018-09-24 14:55:49 +02:00
Matthias c429eae6e4 Adjust remaining tests to _load_markets refactoring 2018-09-11 19:59:01 +02:00
Matthias f954efbd64 Adapt tests to not _load_markets 2018-09-10 20:19:28 +02:00
Matthias ffd4469c1d fix typo, refresh_tickers does not need a return value 2018-08-29 19:56:38 +02:00
Matthias 54ddd908e6 Merge branch 'develop' into ccxt-async 2018-08-29 19:43:09 +02:00
Matthias 9f8e68ce02 Merge branch 'develop' into order-book 2018-08-29 19:32:44 +02:00
Nullart2 b6b89a464f move order_book config out of experimental 2018-08-29 17:38:43 +08:00
Matthias 42587741dd mock exchange to avoid random failures 2018-08-25 13:21:10 +02:00
Matthias de0f3e43bf remove unused mocks 2018-08-19 19:49:39 +02:00
Matthias ff8ed564f1 Refactor refresh_pairs to exchange and fix tests 2018-08-16 12:15:09 +02:00
misagh e6e2799f03 Keeping cached Klines only in exchange and renaming _cached_klines to
klines.
2018-08-16 11:37:31 +02:00
misagh a2d9126917 Merge branch 'develop' into ccxt-async 2018-08-15 15:09:35 +02:00
Nullart2 b34aa46181 additional tests 2018-08-15 12:05:56 +08:00
Matthias 69cc6aa958 Add test to async 2018-08-14 16:02:03 +02:00