Commit Graph

  • 3043a8d9c9 Be more explicit about what's missing Matthias 2019-06-27 06:20:22 +0200
  • 4459fdf1b1
    Merge pull request #1961 from freqtrade/feat/config_refactor Matthias 2019-06-27 06:06:23 +0200
  • 086d690df7
    Merge pull request #1973 from hroff-1902/minor-typos-1 Matthias 2019-06-27 05:49:58 +0200
  • 05d93cda16 fix #1963 hroff-1902 2019-06-27 01:03:38 +0300
  • 6fc6eaf742 minor: couple of typos fixed hroff-1902 2019-06-26 22:23:16 +0300
  • 596cee2dc1
    Merge pull request #1972 from freqtrade/update_qtpylib Matthias 2019-06-26 20:34:28 +0200
  • 1d5c3f34ae Update qtpylib from source Matthias 2019-06-26 19:59:57 +0200
  • ca7080c2bb
    Merge pull request #1958 from freqtrade/new_release_dev Matthias 2019-06-26 06:11:00 +0200
  • 21f6493b02
    Merge pull request #1957 from freqtrade/new_release 2019.6 Matthias 2019-06-26 06:05:43 +0200
  • a89112a133
    Merge pull request #1969 from freqtrade/developer_doc_improve Matthias 2019-06-25 07:04:06 +0200
  • 353437bbd1 07 is July!! Matthias 2019-06-24 21:08:40 +0200
  • 8e92fc62a3 Use correct new versioning now Matthias 2019-06-24 20:16:31 +0200
  • c106534663 Improve developer-document Matthias 2019-06-24 20:13:40 +0200
  • b92c6cdf35 Cleanup arguments and test_arguments Matthias 2019-06-22 20:32:54 +0200
  • ca5093901b Use build_args for plot script Matthias 2019-06-22 20:27:29 +0200
  • ba7a0dde06 Use build_args for download script Matthias 2019-06-22 20:21:42 +0200
  • 27798c1683 Remove main_options Matthias 2019-06-22 20:18:54 +0200
  • ee312ac230 Use build_args for plot_dataframe script Matthias 2019-06-22 20:18:26 +0200
  • 7e82be53cd Use build_args to build subcomand arguments Matthias 2019-06-22 20:14:24 +0200
  • 7017e46ba1 Add dict with all possible cli arguments Matthias 2019-06-22 20:10:35 +0200
  • 7166674d6c Move check_int_positive out of arguments class Matthias 2019-06-22 20:09:39 +0200
  • e1daf02735 UPdate version for develop Matthias 2019-06-24 19:46:39 +0200
  • 56e6294873 Version bump to 2019.6 Matthias 2019-06-24 19:44:14 +0200
  • 1b15e5dd64 Merge branch 'master' into new_release Matthias 2019-06-24 19:43:59 +0200
  • 31a2aac627
    Merge pull request #1959 from freqtrade/split_btanalysis_load_trades Matthias 2019-06-24 19:41:56 +0200
  • 158569f5e8
    Merge pull request #1968 from freqtrade/pyup/scheduled-update-2019-06-24 Matthias 2019-06-24 19:26:00 +0200
  • e83f8941a1 Fix documentation grammar Matthias 2019-06-24 19:20:42 +0200
  • d6dbb21a34 Update mypy from 0.701 to 0.710 pyup-bot 2019-06-24 15:24:09 +0000
  • 90ada0649c Update wrapt from 1.11.1 to 1.11.2 pyup-bot 2019-06-24 15:24:08 +0000
  • e8429bd230 Update sqlalchemy from 1.3.4 to 1.3.5 pyup-bot 2019-06-24 15:24:07 +0000
  • 5a30f0462f Update ccxt from 1.18.725 to 1.18.805 pyup-bot 2019-06-24 15:24:06 +0000
  • 11d39bb0d3 Improve wording Matthias 2019-06-24 17:20:41 +0200
  • a517779dd7
    Merge pull request #1964 from hroff-1902/fix-help-strings-2 Matthias 2019-06-24 14:33:46 +0200
  • eba7327058 Merge branch 'develop' into split_btanalysis_load_trades Matthias 2019-06-24 07:15:14 +0200
  • 1b156e0f34 Don't install python to a system, it's error-prone and may not work Matthias 2019-06-24 07:10:24 +0200
  • c1ee5d69c9 Try to get travis cache to work correctly Matthias 2019-06-24 07:09:54 +0200
  • 1f8dc7f845
    Merge pull request #1936 from freqtrade/fix/validate_dataframe Matthias 2019-06-24 06:50:48 +0200
  • a07653a6cc Merge branch 'develop' into fix/validate_dataframe Matthias 2019-06-24 06:21:08 +0200
  • c9a76be532
    Merge pull request #1943 from freqtrade/fix/tests_windows Matthias 2019-06-24 06:18:17 +0200
  • 9d2b6db97b
    Merge pull request #1954 from freqtrade/fix/stoploss_cancel_error Matthias 2019-06-24 06:17:44 +0200
  • 12d2db5e7b
    Merge pull request #1966 from hroff-1902/fix-docstrings Matthias 2019-06-24 06:17:11 +0200
  • 1add8ecd0c
    Merge pull request #1960 from freqtrade/plot_df_stripping Matthias 2019-06-24 06:15:54 +0200
  • f23a8a8cd1
    Merge pull request #1965 from freqtrade/hroff-1902-patch-1 Matthias 2019-06-24 06:14:27 +0200
  • 116d8e853e typos in docstrings fixed hroff-1902 2019-06-23 23:10:37 +0300
  • 5b84cb39ac
    typo fixed hroff-1902 2019-06-23 22:51:33 +0300
  • 7f018839f8 diverse cosmetics to options help strings hroff-1902 2019-06-23 21:42:46 +0300
  • 3716c04ed4 fix help string for --db-url hroff-1902 2019-06-23 20:34:53 +0300
  • 7fbdf36c64 avoid code duplication while selecting min_roi entries hroff-1902 2019-06-23 19:23:51 +0300
  • da5f77c96f
    Merge pull request #1962 from hroff-1902/fix-help-strings Matthias 2019-06-23 10:56:11 +0200
  • 451d4a400e fix help strings shown to the user hroff-1902 2019-06-22 23:51:29 +0300
  • 4cbcb5f36f Move .title to ExchangeResolver (it does not make sense to do this over and over again) Matthias 2019-06-22 16:52:14 +0200
  • 026784efac remove get_tickers_data from plot_dataframe Matthias 2019-06-22 16:45:38 +0200
  • cc56d0e0fc Remove unneeded initialization Matthias 2019-06-22 16:40:33 +0200
  • 559d5ebd1d Remove combined load-method since it's confusing Matthias 2019-06-22 16:20:41 +0200
  • 3e61ada34a Be explicit in what is used, db or trades Matthias 2019-06-22 16:18:49 +0200
  • 8758218b09 Add data-analysis documentation Matthias 2019-06-22 16:18:22 +0200
  • de38aea164 Fix sequence of loading trades Matthias 2019-06-22 15:45:20 +0200
  • d8286d7a98
    Merge pull request #1937 from xmatthias/feat/plot_module Matthias 2019-06-22 13:06:30 +0200
  • 101ad71be1
    Merge pull request #1955 from freqtrade/ticker_interval_to_hyperopt Matthias 2019-06-22 12:55:17 +0200
  • db17b20e26 Don't require pairs but fall back to pair_whitelist instead Matthias 2019-06-21 20:21:03 +0200
  • a581ca66bf Adapt test after merging develop Matthias 2019-06-21 19:31:18 +0200
  • 5d6819bb28 Merge branch 'develop' into feat/plot_module Matthias 2019-06-21 19:28:38 +0200
  • 7a0d86660e Mypy type errors Matthias 2019-06-21 07:10:30 +0200
  • 1a27ae8a81 Add tests to verify that ticker_interval is there Matthias 2019-06-21 07:07:39 +0200
  • f907a487c8 make ticker_interval available to hyperopt functions Matthias 2019-06-21 07:06:54 +0200
  • a75f08cf17
    Merge pull request #1947 from hroff-1902/arguments-cleanup Matthias 2019-06-21 06:41:46 +0200
  • 89ba649ddb Test handling errors while trailing stop loss Matthias 2019-06-20 20:57:15 +0200
  • 63640518da Gracefully handle errosr when cancelling stoploss orders Matthias 2019-06-20 20:56:58 +0200
  • a8dcfc05c5 Add test to verify InvalidOrder is handled correctly Matthias 2019-06-20 20:36:39 +0200
  • dd379c4192 Cancelling stoploss order should not kill the bot Matthias 2019-06-20 20:32:46 +0200
  • 911e71cd9b remove redundant test-functions Matthias 2019-06-20 20:30:05 +0200
  • b8fb38b92c
    Merge pull request #1951 from hroff-1902/pipe-config Matthias 2019-06-20 19:29:14 +0200
  • 144e053a4e fix for #1948 hroff-1902 2019-06-20 03:26:25 +0300
  • a8efb1e1c8 test for #1948 added hroff-1902 2019-06-20 03:26:02 +0300
  • 0866b5f29f allow reading config from stdin hroff-1902 2019-06-20 00:04:11 +0300
  • 38712f8120
    Merge pull request #1946 from hroff-1902/validator-cosmetics Matthias 2019-06-19 19:32:22 +0200
  • 860e056366 --datadir is now handled in arguments.common_options() hroff-1902 2019-06-19 02:49:12 +0300
  • c6fed4e493 make flake happy hroff-1902 2019-06-19 02:42:29 +0300
  • 8c40a406b6 arguments cleanup hroff-1902 2019-06-19 01:53:38 +0300
  • 6f950bbd66 json validator cosmetics hroff-1902 2019-06-18 01:46:30 +0300
  • aa2cce020e
    Merge pull request #1944 from freqtrade/pyup/scheduled-update-2019-06-17 Matthias 2019-06-17 19:16:39 +0200
  • 0e7ea1dada Update coveralls from 1.8.0 to 1.8.1 pyup-bot 2019-06-17 15:23:15 +0000
  • 6973087d5b Update pytest from 4.6.2 to 4.6.3 pyup-bot 2019-06-17 15:23:14 +0000
  • 25755f6adf Update ccxt from 1.18.667 to 1.18.725 pyup-bot 2019-06-17 15:23:13 +0000
  • 0d360167f3
    Merge pull request #1942 from freqtrade/fix/rpc_market_buy Matthias 2019-06-17 14:55:31 +0200
  • ba4890d303 Fix tests on windows Matthias 2019-06-17 14:34:45 +0200
  • 7cd36239a4 UPdate documentation with new value Matthias 2019-06-17 07:03:33 +0200
  • 06afb3f155 Don't use "limit" for sell-orders either Matthias 2019-06-17 07:01:17 +0200
  • 557122921a Add order_type to sell-notification Matthias 2019-06-17 06:55:54 +0200
  • 475e76b272 Add order_type to buy_notification Matthias 2019-06-17 06:55:30 +0200
  • b0c5286e8a
    Merge pull request #1938 from hroff-1902/cleanup-setup-configuration Matthias 2019-06-17 06:41:19 +0200
  • bffa9fbfbd
    Merge pull request #1941 from hroff-1902/fix-typo Matthias 2019-06-17 06:07:07 +0200
  • d217f32bbc minor: fix typo in freqtradebot.py hroff-1902 2019-06-17 04:35:39 +0300
  • 431a837214 minor: fix typo in freqtradebot.py hroff-1902 2019-06-17 00:00:45 +0300
  • af8a64fdeb minor: fix typo in freqtradebot.py hroff-1902 2019-06-16 23:54:16 +0300
  • 195bf5a4cc tests adjusted hroff-1902 2019-06-16 21:37:59 +0300
  • 49d8505ca6 tests adjusted hroff-1902 2019-06-16 21:53:54 +0300
  • 921411a155 setup_configuration() cleanup hroff-1902 2019-06-16 21:53:24 +0300
  • 813c008af2 setup_configuration() cleanup hroff-1902 2019-06-16 21:37:43 +0300
  • 765eff23f0 Fix typo Matthias 2019-06-16 20:14:31 +0200