Commit Graph

  • 5906d37818 code cleanup in _process() hroff-1902 2019-02-20 15:12:04 +0300
  • ab62bbc0a4
    Merge pull request #1572 from freqtrade/fix/coverage Misagh 2019-02-20 09:06:04 +0100
  • e495ffec78 align dry_run_orders iuvbio 2019-02-20 02:38:16 +0100
  • 84ccb85184 Merge branch 'develop' into feature/volume-precision-pairlist iuvbio 2019-02-20 01:03:03 +0100
  • 686949b258 Merge branch 'develop' into kraken_support iuvbio 2019-02-20 00:52:10 +0100
  • 3e2f90a32a formatting iuvbio 2019-02-19 22:27:20 +0100
  • bb31e64752 add test_sell_kraken_trading_agreement iuvbio 2019-02-19 21:56:20 +0100
  • 58864adc4a Move coveralls to after_success Matthias 2019-02-19 19:54:53 +0100
  • 788cbb6776
    Merge pull request #1569 from hroff-1902/patch-8 Matthias 2019-02-19 19:19:54 +0100
  • 481cf02db9 add test and fix exchange_resolver iuvbio 2019-02-19 19:15:22 +0100
  • a8996dc44a Update coveralls from 1.5.1 to 1.6.0 pyup-bot 2019-02-19 13:31:08 +0100
  • 34d7dd484d Update pytest from 4.2.1 to 4.3.0 pyup-bot 2019-02-19 13:31:07 +0100
  • 6fe4e5537a Update flake8 from 3.7.5 to 3.7.6 pyup-bot 2019-02-19 13:31:06 +0100
  • c437d41614 Update ccxt from 1.18.247 to 1.18.263 pyup-bot 2019-02-19 13:31:05 +0100
  • 2f225e2340 multiple --config options hroff-1902 2019-02-19 15:14:47 +0300
  • f9d68d919c move default amount_reserve_percent value into constants hroff-1902 2019-02-19 11:45:19 +0300
  • e043df6480 move default amount_reserve_percent value into constants hroff-1902 2019-02-19 04:40:03 +0300
  • dffb27326e
    prevent convert LF->CRLF line ending on window gautier pialat 2019-02-18 17:16:27 +0100
  • 6d7834a389
    Merge pull request #1566 from freqtrade/pyup/scheduled-update-2019-02-18 Misagh 2019-02-18 13:58:48 +0100
  • f63fdf411d Update ccxt from 1.18.245 to 1.18.247 pyup-bot 2019-02-18 13:30:10 +0100
  • cd48556c5a
    Merge pull request #1562 from freqtrade/test_strategy Misagh 2019-02-18 08:39:49 +0100
  • eed1c2344d delete unnecessary arguments iuvbio 2019-02-18 01:03:09 +0100
  • 4241caef95 changes to base and subclass iuvbio 2019-02-17 23:34:15 +0100
  • 2103ae5fdf change rateLimit to 1000 iuvbio 2019-02-17 23:26:10 +0100
  • 6055906eb1 Merge branch 'develop' into feature/volume-precision-pairlist iuvbio 2019-02-17 16:15:55 +0100
  • e98edc1a1a Merge branch 'develop' into kraken_support iuvbio 2019-02-17 16:15:24 +0100
  • 62382809b2 Merge branch 'develop' into feature/volume-precision-pairlist iuvbio 2019-02-17 16:14:20 +0100
  • 0572336ff7 revert changes to history iuvbio 2019-02-17 16:12:40 +0100
  • 9fad83bd15 Fix 1 to 0 Matthias 2019-02-17 15:55:47 +0100
  • d8feceebb5 fix type-hints iuvbio 2019-02-17 15:54:22 +0100
  • 19625e9e1d
    Merge pull request #1561 from freqtrade/pyup/scheduled-update-2019-02-17 Matthias 2019-02-17 15:42:09 +0100
  • f1ededf0eb Fix typo in test-strategy, add volume > 0 check to buy/sell check Matthias 2019-02-17 15:40:08 +0100
  • da4faacd6b flake8 iuvbio 2019-02-17 15:34:44 +0100
  • 39c28626aa remove error message to make pytest pass iuvbio 2019-02-17 15:29:58 +0100
  • 5e8a7a03c3 correct time_in_force param iuvbio 2019-02-17 15:26:33 +0100
  • dd2522d8d0 Merge branch 'develop' into kraken_support iuvbio 2019-02-17 15:21:14 +0100
  • fe792882b5 load generic class if no subclass exists iuvbio 2019-02-17 14:42:55 +0100
  • 1bbb04da60 Update ccxt from 1.18.243 to 1.18.245 pyup-bot 2019-02-17 13:30:07 +0100
  • e785a66768
    Merge pull request #1560 from hroff-1902/patch-7 Matthias 2019-02-17 11:38:51 +0100
  • df8067d6c4
    add description of the new configuration option amount_reserve_percent hroff-1902 2019-02-17 12:56:28 +0300
  • d3ead2cd09 exchange import is not needed anymore iuvbio 2019-02-17 04:25:39 +0100
  • c879591f45 add exchange_resolver to resolver init iuvbio 2019-02-17 04:22:24 +0100
  • c315f63e4b use exchange_resolver in freqbot iuvbio 2019-02-17 04:18:56 +0100
  • 2fb36b116d change variable names iuvbio 2019-02-17 04:15:11 +0100
  • ca388a9acf create exchange_resolver iuvbio 2019-02-17 04:01:43 +0100
  • 32b02c9925 kraken subclass iuvbio 2019-02-17 04:01:17 +0100
  • 54d5bce445 undo kraken specific changes iuvbio 2019-02-17 03:59:40 +0100
  • b7afcf3416 add VolumePrecisionPairList iuvbio 2019-02-16 22:56:04 +0100
  • 66cc600076
    add amount_reserve_percent into the full config file hroff-1902 2019-02-16 19:53:35 +0300
  • ea6d4a9d36
    fetch amount_reserve_percent from config hroff-1902 2019-02-16 19:50:55 +0300
  • 942c78e509 Added an option to enable compound gains Gianluca Puglia 2019-02-16 15:19:12 +0100
  • e0c420b93f
    Merge pull request #1550 from hroff-1902/patch-2 Matthias 2019-02-16 13:55:33 +0100
  • 67cea9dce6
    Merge pull request #1558 from freqtrade/pyup/scheduled-update-2019-02-16 Matthias 2019-02-16 13:51:58 +0100
  • 7c651632f1 Update joblib from 0.13.1 to 0.13.2 pyup-bot 2019-02-16 13:32:06 +0100
  • 13a16178d2 Update sqlalchemy from 1.2.17 to 1.2.18 pyup-bot 2019-02-16 13:32:05 +0100
  • c2bc316e2f Update ccxt from 1.18.234 to 1.18.243 pyup-bot 2019-02-16 13:32:04 +0100
  • 8ed3658447 Merge branch 'develop' into kraken_support iuvbio 2019-02-15 23:27:41 +0100
  • 3aa614b983 bump version Crypto God 2019-02-15 22:51:09 +0100
  • 3953092edd output error message Crypto God 2019-02-15 22:50:31 +0100
  • ef5a0b9afc add Kraken specifics Crypto God 2019-02-15 22:50:11 +0100
  • 7aa0ea9884 trying to fix this for my os TheRinger 2019-02-14 20:08:24 -0800
  • 98bccb5777 trying to fix this for my os TheRinger 2019-02-14 20:05:12 -0800
  • 1eff352d96
    Merge pull request #1 from TheRinger/TheRinger-patch-1 TheRinger 2019-02-14 16:21:20 -0800
  • 49a16d1aad
    change to setup.sh TheRinger 2019-02-14 16:19:37 -0800
  • c554445744
    rollback: synchronous _load_market() return markets again hroff-1902 2019-02-14 22:38:18 +0300
  • 34ef817bde
    use markets load asynchronously instead of get_markets() (i.e. i.o. ccxt's fetch_markets()) hroff-1902 2019-02-14 21:33:23 +0300
  • eda94646b2
    update markets on async manner in _process() hroff-1902 2019-02-14 21:30:07 +0300
  • 00de3a7b0c
    async load_markets() hroff-1902 2019-02-14 21:21:09 +0300
  • 98bd713624 iUpdate orderbook_bid_test Matthias 2019-02-14 19:15:16 +0100
  • f852be1a9b Fix tests for get_ticker fix Matthias 2019-02-14 07:27:13 +0100
  • 90cfd54864
    use exchange.markets instead of expensive get_markets() hroff-1902 2019-02-14 05:32:40 +0300
  • dcc86bfa55
    Merge pull request #1552 from freqtrade/pyup/scheduled-update-2019-02-13 Matthias 2019-02-13 14:35:43 +0100
  • aee7b2c29d Update pytest from 4.2.0 to 4.2.1 pyup-bot 2019-02-13 13:32:10 +0100
  • c17eb89e84 Update arrow from 0.13.0 to 0.13.1 pyup-bot 2019-02-13 13:32:08 +0100
  • aaa8567708 Update ccxt from 1.18.230 to 1.18.234 pyup-bot 2019-02-13 13:32:06 +0100
  • 7e1e09d45a
    Merge pull request #1551 from hroff-1902/patch-4 Matthias 2019-02-13 12:39:12 +0100
  • b87e15774b
    test adjusted hroff-1902 2019-02-13 13:02:57 +0300
  • 8e7e670003
    Orthography in the log message hroff-1902 2019-02-13 12:42:39 +0300
  • 8fc8c985d8
    logs: cosmetic changes hroff-1902 2019-02-13 12:38:44 +0300
  • 69a24c1272
    no need for test_ticker parameter just for making current tests happy, tests should be reimplemented hroff-1902 2019-02-13 12:23:22 +0300
  • e8daadfb7e
    same approach for the sell side (at handle_trade) hroff-1902 2019-02-13 03:54:57 +0300
  • 91629807f7
    shame on me hroff-1902 2019-02-13 03:17:54 +0300
  • f551fb5ff7
    adjusted for passing tests hroff-1902 2019-02-13 03:14:24 +0300
  • e8ef36fb6e
    execute_buy: do not use ticker if use_order_book:true is set in config hroff-1902 2019-02-13 02:55:55 +0300
  • b9a5899c99
    Merge pull request #1548 from freqtrade/pyup/scheduled-update-2019-02-12 Matthias 2019-02-12 14:50:30 +0100
  • 607190cd38 Update ccxt from 1.18.225 to 1.18.230 pyup-bot 2019-02-12 13:31:08 +0100
  • 018cee8413
    Merge pull request #1547 from freqtrade/pyup/scheduled-update-2019-02-11 Samuel Husso 2019-02-11 14:52:25 +0200
  • 0b5f4dc38e Update python-rapidjson from 0.6.3 to 0.7.0 pyup-bot 2019-02-11 13:31:09 +0100
  • 160c467e01 Update ccxt from 1.18.223 to 1.18.225 pyup-bot 2019-02-11 13:31:07 +0100
  • d91dbf4090
    Merge pull request #1545 from hroff-1902/patch-3 Matthias 2019-02-11 06:12:17 +0100
  • 69f69d965c
    test asserts aligned accordingly to new log messages hroff-1902 2019-02-10 23:37:24 +0300
  • 624ce6707a
    Merge pull request #1546 from hroff-1902/patch-4 Misagh 2019-02-10 20:39:45 +0100
  • 5e741a0f73
    fixed flake hroff-1902 2019-02-10 22:28:40 +0300
  • d6c0c107ac
    fixed flake hroff-1902 2019-02-10 22:23:00 +0300
  • 7ed15c64ba
    what else? hroff-1902 2019-02-10 22:13:40 +0300
  • 08d35f3e15
    fix checks hroff-1902 2019-02-10 22:09:11 +0300
  • 4dffb17dd6
    fix flake hroff-1902 2019-02-10 22:01:46 +0300
  • 14d6cdf9b2
    OHLCV should be float for TA-LIB indicators in the strategy hroff-1902 2019-02-10 21:52:33 +0300
  • 7248537d4a
    Merge pull request #1544 from hroff-1902/patch-2 Matthias 2019-02-10 19:36:33 +0100
  • b91981f0aa
    Cosmetic: fix logging hroff-1902 2019-02-10 21:31:13 +0300