Commit Graph

  • 1bdffcc73b make configuration a sep. module, including arguments hroff-1902 2019-07-11 21:23:23 +0300
  • e993e010f4 Fix #2013 hroff-1902 2019-07-11 23:02:57 +0300
  • bc1b5f477d
    Merge pull request #2010 from freqtrade/fix/docs Matthias 2019-07-11 00:51:54 +0200
  • 6a43128019 Fix non-rendering docs Matthias 2019-07-10 08:49:42 +0200
  • c474e2ac86 fix #2008 hroff-1902 2019-07-10 01:45:02 +0300
  • 7763b4cf5b
    Merge pull request #2007 from hroff-1902/fix-2005 Matthias 2019-07-09 10:33:42 +0200
  • 322227bf67 fix #2005 hroff-1902 2019-07-09 00:59:34 +0300
  • 27cb1a4174 Add FAQ section explaining "module not found" errors Matthias 2019-07-08 17:08:14 +0200
  • c4fb0fd6ca Don't run the bot with python3 freqtrade Matthias 2019-07-08 17:00:34 +0200
  • 87ff1e8cb0
    Merge pull request #2002 from hroff-1902/refactor/arguments2 Matthias 2019-07-08 16:56:25 +0200
  • 61b24180f0
    Merge pull request #1998 from freqtrade/fix/pax_balance Matthias 2019-07-08 16:31:57 +0200
  • 15d2cbd6df loggers: wording improved hroff-1902 2019-07-07 10:17:01 +0300
  • f7a2428deb max_open_trades may be -1 hroff-1902 2019-07-07 10:13:00 +0300
  • 6c2415d32f Rename parameters from pair to curr Matthias 2019-07-07 06:36:35 +0200
  • 84d3868994 rename loglevel --> verbosity, because it's not logging level hroff-1902 2019-07-07 02:53:13 +0300
  • f89b2a18e0 fix loglevel in conftest -- it's actually the verbosity level hroff-1902 2019-07-07 02:42:03 +0300
  • 8114d790a5 commit forgotten loggers.py hroff-1902 2019-07-07 01:40:52 +0300
  • 082065cd50 minor cosmetics in arguments.py hroff-1902 2019-07-07 01:20:26 +0300
  • a65b5f8e02 make some more arguments positive integers hroff-1902 2019-07-07 01:10:41 +0300
  • d8f133aaf3 remove duplicated loglevel option hroff-1902 2019-07-07 00:51:01 +0300
  • 8e272e5774 minor: cosmetics in arguments.py hroff-1902 2019-07-07 00:48:39 +0300
  • ce2a5b2838 move loggers setup out of configuration hroff-1902 2019-07-07 00:31:48 +0300
  • cbd488fc7e do not verify ticker_interval and whitelist for list-markets/list-pairs hroff-1902 2019-07-05 20:32:17 +0300
  • bcf2bc6f8c
    Merge pull request #1999 from freqtrade/minor/datadir Matthias 2019-07-04 20:25:44 +0200
  • 17800c8ca5 Remove folder references (it's directory!) Matthias 2019-07-04 19:56:48 +0200
  • 5c6039fd8b Fix #1997 - rename folder to dir Matthias 2019-07-04 19:53:50 +0200
  • 40fe2d2c16 Test get_valid_pair_combination Matthias 2019-07-03 20:20:12 +0200
  • 1bcf2737fe Add tests for new behaviour Matthias 2019-07-03 20:07:26 +0200
  • fcdbe846e5 Fix #1981 - Detect reverted currency pairs Matthias 2019-07-03 20:06:50 +0200
  • 72fb80904c make flake happy hroff-1902 2019-07-03 13:28:54 +0300
  • 3a78d4c886 move raising OperationalException to get_markets() hroff-1902 2019-07-03 13:24:28 +0300
  • d055dc0c6e
    Merge pull request #1993 from freqtrade/refactor/arguments Matthias 2019-07-03 12:01:41 +0200
  • be70c4f959 handle empty markets from ccxt hroff-1902 2019-07-03 12:50:27 +0300
  • d2f0bf6ef6
    Merge branch 'develop' into list-pairs hroff-1902 2019-07-03 12:36:11 +0300
  • e19c192570
    Merge pull request #1994 from hroff-1902/fix-validate_timeframes Matthias 2019-07-03 11:11:28 +0200
  • b80cef964e fix validate_timeframes(); test added hroff-1902 2019-07-03 01:03:38 +0300
  • b43594e4eb
    Merge pull request #1996 from hroff-1902/fix/1995 Matthias 2019-07-03 06:44:23 +0200
  • 0908863e07
    Merge pull request #1987 from freqtrade/plot_script_changes Matthias 2019-07-03 06:43:34 +0200
  • b3644f7fa0 Fix typo in docstring Matthias 2019-07-03 06:26:39 +0200
  • d41b8cc96e catch ccxt.BaseError hroff-1902 2019-07-03 05:13:41 +0300
  • 91fb9d0113 fix #1995 hroff-1902 2019-07-03 05:02:44 +0300
  • d1f27d0b0a
    Merge branch 'develop' into list-pairs hroff-1902 2019-07-02 22:24:20 +0300
  • 85ac217abc Remove duplicate keyword from arguments Matthias 2019-07-02 20:33:27 +0200
  • c975e255b8 Check if timeframes is available and fail gracefully otherwise Matthias 2019-06-30 20:30:31 +0200
  • 38c229ca2b tests for plural() added hroff-1902 2019-07-02 12:55:35 +0300
  • 783583092d symbol_is_pair() helper function introduced hroff-1902 2019-07-02 12:39:46 +0300
  • f401b775d2 make flake happy hroff-1902 2019-07-02 10:49:29 +0300
  • 3c0f00c12f old code commented out removed hroff-1902 2019-07-02 10:48:51 +0300
  • 687381f42c
    Merge pull request #1991 from freqtrade/pyup/scheduled-update-2019-07-01 Matthias 2019-07-01 22:06:29 +0200
  • c91add203d Update mypy from 0.710 to 0.711 pyup-bot 2019-07-01 18:28:32 +0000
  • 1e4f459a26 Update pytest from 4.6.3 to 5.0.0 pyup-bot 2019-07-01 18:28:31 +0000
  • 06ad04e5fa Update ccxt from 1.18.805 to 1.18.860 pyup-bot 2019-07-01 18:28:30 +0000
  • dbdeab4639 list-pairs, list-markets subcommands hroff-1902 2019-07-01 14:36:42 +0300
  • 80bf5c9756
    Merge pull request #1988 from freqtrade/fix/timeframes_crash Matthias 2019-07-01 11:19:37 +0200
  • 0d601fd111 Remove logger message Matthias 2019-07-01 06:18:28 +0200
  • 4823656028 cosmetics in arguments.py hroff-1902 2019-07-01 01:05:29 +0300
  • b927406c1a remove comment: no longer actual hroff-1902 2019-07-01 00:58:18 +0300
  • 01904d3c1e Test not having timeframe available on exchange object Matthias 2019-06-30 20:30:47 +0200
  • 0c7d14fe50 Check if timeframes is available and fail gracefully otherwise Matthias 2019-06-30 20:30:31 +0200
  • cdeb649d0b
    Merge pull request #1967 from freqtrade/modify/setup.sh Matthias 2019-06-30 19:52:50 +0200
  • 79ae3c2f2e
    Merge pull request #1977 from hroff-1902/cleanup/freqtradebot Matthias 2019-06-30 19:52:35 +0200
  • 59818af69c Remove common_datearray function Matthias 2019-06-30 13:15:41 +0200
  • 44e0500958 Test init_plotscript Matthias 2019-06-30 13:01:12 +0200
  • db59d39e2c Don't use class for plotting Matthias 2019-06-30 11:06:51 +0200
  • 587d71efb5 Test generate_profit_plot Matthias 2019-06-30 10:47:55 +0200
  • c7a4a16eec Create generate_plot_graph Matthias 2019-06-30 10:31:36 +0200
  • 0b517584aa Use add_profit in script Matthias 2019-06-30 10:25:48 +0200
  • 5a11ffcad8 Add test for add_profit Matthias 2019-06-30 10:24:10 +0200
  • 0a184d380e create add_profit function Matthias 2019-06-30 10:14:33 +0200
  • 6b387d320e extract combine_tickers to btanalysis Matthias 2019-06-30 10:04:43 +0200
  • 348513c151 Improve formatting of plotting.py Matthias 2019-06-30 09:47:07 +0200
  • 0d5e94b147 Rename generate_row to add_indicators Matthias 2019-06-30 09:44:50 +0200
  • 88545d882c Use FTPlots class in plot-scripts Matthias 2019-06-30 09:42:10 +0200
  • 42ea0a19d2 create FTPlots class to combine duplicate script code Matthias 2019-06-30 09:41:43 +0200
  • c87d27048b align plot_profit to plot_dataframe Matthias 2019-06-30 09:28:49 +0200
  • 700bab7279 Rename generate_plot_file to store_plot_file Matthias 2019-06-30 09:28:34 +0200
  • c3db4ebbc3 Revise plot_profit to use pandas functions where possible Matthias 2019-06-29 20:52:33 +0200
  • 8aa327cb8a Add load_trades abstraction (to load trades from either DB or file) Matthias 2019-06-29 20:50:31 +0200
  • 4218d569de Only read trades once Matthias 2019-06-29 20:41:22 +0200
  • e50eee59cf Seperate plot-name generation and plotting Matthias 2019-06-29 20:30:31 +0200
  • 4506832925 Update docstring Matthias 2019-06-29 20:07:25 +0200
  • a0cdc63a5d
    Merge pull request #1984 from asmodehn/bitstamp_bad Matthias 2019-06-29 19:51:01 +0200
  • 79b4e2dc85 Rename generate_graph to generate_candlestick_graph Matthias 2019-06-29 17:23:03 +0200
  • edd3fc8825 Add test for create_cum_profit Matthias 2019-06-29 17:19:42 +0200
  • e8796e009c adding bitstamp to list of bad exchanges. AlexV 2019-06-29 17:20:10 +0200
  • 044be3b93e Add create_cum_profit column Matthias 2019-06-29 16:57:04 +0200
  • 0436811cf0 Use mode OTHER, nto backtesting Matthias 2019-06-28 06:47:40 +0200
  • 152e138c17
    Merge pull request #1979 from hroff-1902/fix/1978 Matthias 2019-06-28 06:04:32 +0200
  • 472455b711
    Update FAQ with a recipe on PYTHONPATH hroff-1902 2019-06-28 01:31:09 +0300
  • 4f5e212f87 fix #1978 hroff-1902 2019-06-28 01:01:51 +0300
  • 21bf01a24c partial freqtradebot cleanup hroff-1902 2019-06-27 22:29:17 +0300
  • 16a9e6b72f Improve install documentation Matthias 2019-06-27 19:51:04 +0200
  • 700bc087d3
    Merge pull request #1952 from hroff-1902/fix/1948 Matthias 2019-06-27 19:36:06 +0200
  • 8b99348e98
    Merge pull request #1975 from freqtrade/fix/dry_run_bal Matthias 2019-06-27 19:34:51 +0200
  • 045f34e851
    Merge pull request #1974 from hroff-1902/fix/1963 Matthias 2019-06-27 19:34:17 +0200
  • e5a8030dd7 comment added hroff-1902 2019-06-27 16:42:10 +0300
  • 6643b83afe Update tests to test both balance versions Matthias 2019-06-27 07:06:35 +0200
  • 98681b78b4 Show ifferent message for balance in dry-run Matthias 2019-06-27 07:06:11 +0200
  • f8dd0b0cb3 Use parenteses instead of \ seperators Matthias 2019-06-27 06:32:26 +0200
  • f04d49886b Add test to verify behaviour if currency in fee-dict is None Matthias 2019-06-27 06:29:18 +0200