Commit Graph
92 Commits
Author SHA1 Message Date
iuvbio 7486cb7c64 fix admonitions 2019-04-04 21:05:26 +02:00
iuvbio e3cdc0a05b typos and visual fixes 2019-04-04 20:53:28 +02:00
iuvbio e15f2ef11a add order_time_in_force in _ft_has and revert binance 2019-03-26 00:49:39 +01:00
iuvbio 8dea640e9a remove exchange urls 2019-03-25 23:58:02 +01:00
iuvbio 4005b8d1d2 remove the if condition for binance 2019-03-25 23:57:14 +01:00
iuvbio 85ac99aee0 move exchange urls to constants 2019-03-25 23:57:14 +01:00
iuvbio 937399606e fix flake8 2019-03-17 18:24:29 +01:00
iuvbio c2076af43b update tests 2019-03-17 18:18:44 +01:00
iuvbio 4de4a70be7 update log messages 2019-03-17 18:18:35 +01:00
iuvbio 8386496456 remove tests that are no longer applicable 2019-03-17 16:04:09 +01:00
iuvbio 7f9c76a6fc move stake check to the same condition as the other checks 2019-03-17 16:04:09 +01:00
iuvbio d4d37667e1 use pairname for stake cur comparison 2019-03-17 16:04:09 +01:00
iuvbio d4543be8eb edit comment 2019-03-17 16:04:09 +01:00
iuvbio e38a3051a1 update docstring 2019-03-17 16:04:09 +01:00
iuvbio c907e80c10 make sure no dups 2019-03-17 16:04:09 +01:00
iuvbio a241e950f2 prune validate_pairs 2019-03-17 16:04:09 +01:00
iuvbio 39232cbcbb loop over whitelist only instead of all markets 2019-03-17 16:04:09 +01:00
iuvbio 95a3b5c41e check if ticker sort key is populated 2019-03-14 22:48:42 +01:00
iuvbio a1841c35ae reset _last_markets_refresh 2019-03-13 20:18:49 +01:00
iuvbio aa2d747d8f update docs 2019-03-13 20:08:51 +01:00
iuvbio 7ffe65770e fix test 2019-03-12 17:54:16 +01:00
iuvbio cb9849e192 add markets_refresh_interval to CONF_SCHEMA 2019-03-12 16:54:59 +01:00
iuvbio 299e640170 include markets_refresh_interval in docs 2019-03-12 16:39:13 +01:00
iuvbio 779bcdd990 remove reload for async api 2019-03-12 16:35:32 +01:00
iuvbio 0ffefe44a7 reorder vars 2019-03-12 16:31:22 +01:00
iuvbio deddbda26e delete markets patch from conftest 2019-03-12 16:31:22 +01:00
iuvbio 1a92bf9e8e add test 2019-03-12 16:31:22 +01:00
iuvbio 8741017819 remove get_markets 2019-03-12 16:31:22 +01:00
iuvbio 35c2b961be add config param 2019-03-12 16:31:22 +01:00
iuvbio 0d980134e7 add markets reload func 2019-03-12 16:31:22 +01:00
iuvbio 3ad0686bc7 fix typing 2019-03-12 16:31:22 +01:00
iuvbio df9410cd15 check if markets were loaded 2019-03-12 16:31:22 +01:00
iuvbio 041e9957dd add reload argument 2019-03-12 16:31:22 +01:00
iuvbio 6b97af4a03 add comment 2019-03-12 16:31:22 +01:00
iuvbio e234158cc9 update tests 2019-03-12 16:31:22 +01:00
iuvbio c30fb7f590 return markets as dict 2019-03-12 16:31:22 +01:00
iuvbio 5c840f333f slight change to exception message 2019-03-12 16:31:22 +01:00
iuvbio b24a22b0b6 use self.markets instead of get_markets 2019-03-12 16:31:22 +01:00
iuvbio 47cc04c0a3 use self.markets instead of _api.markets 2019-03-12 16:31:22 +01:00
iuvbio ccad883256 adjust get_markets 2019-03-12 16:31:22 +01:00
iuvbio 3a2aa54d2a add markets property 2019-03-12 16:31:22 +01:00
iuvbio d423f58566 replace fetch_markets 2019-03-12 16:31:22 +01:00
iuvbio 7b901e180a update sql_cheatsheet 2019-03-06 21:37:52 +01:00
iuvbio e2cbb7e7da remove remnants markets and precisionlist 2019-03-03 13:41:51 +01:00
iuvbio df79098adc update docs 2019-03-03 13:37:54 +01:00
iuvbio 064f6629ab delete separate pairlist 2019-03-03 00:35:25 +01:00
iuvbio 786244c0d3 Merge branch 'develop' into feature/volume-precision-pairlist 2019-03-02 18:55:40 +01:00
iuvbio e1ae0d7e90 remove markets changes 2019-03-02 18:53:42 +01:00
iuvbio c36fa0c7e2 add ticker argumet to get_target_bid 2019-03-02 17:24:48 +01:00
iuvbio 24c587518a add precision_filter 2019-03-02 17:24:28 +01:00
iuvbio 3dcf3f8a82 Merge branch 'develop' into feature/volume-precision-pairlist 2019-02-23 16:28:37 +01:00
iuvbio 403ed48c3e rename _store_dry_order 2019-02-23 16:28:13 +01:00
iuvbio 4d797c9232 Merge branch 'develop' into order_creation 2019-02-23 16:21:52 +01:00
iuvbio ec6794b9ba fix dry_orders 2019-02-23 16:03:15 +01:00
iuvbio 98bca30dfb reorganize imports 2019-02-22 21:16:31 +01:00
iuvbio cc0fae8e4e change < to <= 2019-02-22 21:13:08 +01:00
iuvbio 8d8da71f20 Merge branch 'develop' into feature/volume-precision-pairlist 2019-02-22 20:31:24 +01:00
iuvbio 9a097214a6 return complete dry_order in buy and sell 2019-02-22 19:22:48 +01:00
iuvbio 71774bce6f Merge branch 'develop' of https://github.com/freqtrade/freqtrade into order_creation 2019-02-22 19:02:31 +01:00
iuvbio b79d967371 add tests, further consolidate orders 2019-02-22 01:48:35 +01:00
iuvbio 69bb6ebaf6 fix comments 2019-02-21 22:43:15 +01:00
iuvbio bf5d2a68f5 Merge branch 'develop' into order_creation 2019-02-21 19:03:29 +01:00
iuvbio a1d1abfffc Merge branch 'develop' into order_creation 2019-02-21 00:30:46 +01:00
iuvbio b5758e67f9 order creation cleanup 2019-02-21 00:29:59 +01:00
iuvbio e495ffec78 align dry_run_orders 2019-02-20 02:38:16 +01:00
iuvbio 84ccb85184 Merge branch 'develop' into feature/volume-precision-pairlist 2019-02-20 01:03:03 +01:00
iuvbio 686949b258 Merge branch 'develop' into kraken_support 2019-02-20 00:52:10 +01:00
iuvbio 3e2f90a32a formatting 2019-02-19 22:27:20 +01:00
iuvbio bb31e64752 add test_sell_kraken_trading_agreement 2019-02-19 21:56:20 +01:00
iuvbio 481cf02db9 add test and fix exchange_resolver 2019-02-19 19:15:22 +01:00
iuvbio eed1c2344d delete unnecessary arguments 2019-02-18 01:03:09 +01:00
iuvbio 4241caef95 changes to base and subclass 2019-02-17 23:34:15 +01:00
iuvbio 2103ae5fdf change rateLimit to 1000 2019-02-17 23:26:10 +01:00
iuvbio 6055906eb1 Merge branch 'develop' into feature/volume-precision-pairlist 2019-02-17 16:15:55 +01:00
iuvbio e98edc1a1a Merge branch 'develop' into kraken_support 2019-02-17 16:15:24 +01:00
iuvbio 62382809b2 Merge branch 'develop' into feature/volume-precision-pairlist 2019-02-17 16:14:20 +01:00
iuvbio 0572336ff7 revert changes to history 2019-02-17 16:12:40 +01:00
iuvbio d8feceebb5 fix type-hints 2019-02-17 15:54:22 +01:00
iuvbio da4faacd6b flake8 2019-02-17 15:34:44 +01:00
iuvbio 39c28626aa remove error message to make pytest pass 2019-02-17 15:29:58 +01:00
iuvbio 5e8a7a03c3 correct time_in_force param 2019-02-17 15:26:33 +01:00
iuvbio dd2522d8d0 Merge branch 'develop' into kraken_support 2019-02-17 15:21:14 +01:00
iuvbio fe792882b5 load generic class if no subclass exists 2019-02-17 14:42:55 +01:00
iuvbio d3ead2cd09 exchange import is not needed anymore 2019-02-17 04:25:39 +01:00
iuvbio c879591f45 add exchange_resolver to resolver init 2019-02-17 04:22:24 +01:00
iuvbio c315f63e4b use exchange_resolver in freqbot 2019-02-17 04:18:56 +01:00
iuvbio 2fb36b116d change variable names 2019-02-17 04:15:11 +01:00
iuvbio ca388a9acf create exchange_resolver 2019-02-17 04:01:43 +01:00
iuvbio 32b02c9925 kraken subclass 2019-02-17 04:01:17 +01:00
iuvbio 54d5bce445 undo kraken specific changes 2019-02-17 03:59:40 +01:00
iuvbio b7afcf3416 add VolumePrecisionPairList 2019-02-16 22:56:04 +01:00
iuvbio 8ed3658447 Merge branch 'develop' into kraken_support 2019-02-15 23:27:41 +01:00