Commit Graph

  • 0eb109f8f7 Improve some tests Matthias 2019-06-16 19:53:48 +0200
  • fc3e3c468c File existence is checked in load_backtest_data Matthias 2019-06-16 19:26:43 +0200
  • 4b7dfc64c6 Add test for generate_plot_file Matthias 2019-06-16 14:03:55 +0200
  • 488bb971ff Get rid of global conf object Matthias 2019-06-16 13:41:36 +0200
  • 907c2f1e6b Copy plot options to config Matthias 2019-06-16 13:31:24 +0200
  • 3f04930f38 Require pairs argument Matthias 2019-06-16 13:19:06 +0200
  • 0300128cb8 Move plot-options to arguments.py Matthias 2019-06-16 19:35:15 +0200
  • bf2c0390e7 Adjust some imports Matthias 2019-06-16 12:54:27 +0200
  • 1cd8415723 Move extract_trades_of_period to btanlaysis Matthias 2019-06-16 11:12:19 +0200
  • 1c53aa5687 Add tests for load_trades Matthias 2019-06-16 10:57:21 +0200
  • c7643e142b Move load_trades to bt_anlaysis Matthias 2019-06-16 10:41:05 +0200
  • 9f5ca82f48 Add more tests Matthias 2019-06-16 10:32:12 +0200
  • 6db4e05aef Improve plotting tests Matthias 2019-06-11 06:45:36 +0200
  • 2891d7cccb Add initial plotting test Matthias 2019-06-10 20:17:23 +0200
  • cae2185460 Move generate_plot to plotting.py Matthias 2019-05-31 06:41:55 +0200
  • 6347161975 don't use print in plot_dataframe Matthias 2019-05-30 20:26:46 +0200
  • b1a01345f9 Add better hover tip Matthias 2019-05-29 07:19:21 +0200
  • e0a1e5417f sanity checks before plotting, cleanup Matthias 2019-05-28 20:23:16 +0200
  • 6df0b39f81 Cleanup plot_dataframe a bit Matthias 2019-05-28 20:02:17 +0200
  • 68af6d4151 Move plot-functions to plotting module Matthias 2019-05-28 07:00:57 +0200
  • 583d70ec9c add plot module proto xmatthias 2018-06-23 14:18:30 +0200
  • 2369161bb0
    Merge pull request #1927 from hroff-1902/list-exchanges-module Matthias 2019-06-16 19:25:23 +0200
  • aad7e1a7ee Merge remote-tracking branch 'upstream/develop' into develop rafaelrodriguesdg 2019-06-16 11:01:32 -0300
  • 66d85d870d updating the forked repo rafaelrodriguesdg 2019-06-16 10:56:26 -0300
  • ef95b37e8f syntax ajustes rafaelrodriguesdg 2019-06-16 10:41:13 -0300
  • 9035e0b695 Update function due to merge of #1926 Matthias 2019-06-16 10:39:43 +0200
  • 4ef309bc6c Merge branch 'develop' into pr/hroff-1902/1927 Matthias 2019-06-16 10:37:28 +0200
  • 114de8a025 Remove unused imports Matthias 2019-06-16 10:13:56 +0200
  • 442339cd27 Add tests for utils.py Matthias 2019-06-16 10:13:24 +0200
  • e6cab6d710 Move get_args from multiple locations to conftest Matthias 2019-06-16 10:13:12 +0200
  • 472e7f80a0 Fix Line too long error Matthias 2019-06-15 16:58:17 +0200
  • 2a682f858e
    Merge pull request #1935 from freqtrade/update_slack_link Misagh 2019-06-15 14:30:31 +0200
  • c43edf98d4
    Merge pull request #1934 from freqtrade/edge_override_stake_amount Misagh 2019-06-15 14:28:16 +0200
  • a0415aea83
    Merge pull request #1926 from hroff-1902/check-exchange Matthias 2019-06-15 13:52:30 +0200
  • 4a916125a0 Tests need to pass pair to parse_ticker_dataframe Matthias 2019-06-15 13:47:20 +0200
  • 89ff614e1d Add pair as parameter, and warn when fillup was necessary Matthias 2019-06-15 13:46:19 +0200
  • 55079831a1 Don't explicitly validate backtest data (it's done while loading now). Matthias 2019-06-15 13:45:50 +0200
  • d047a9d836 Adapt tests for new validate_backtest signature Matthias 2019-06-15 13:32:05 +0200
  • cd4cf215e1 Convert validate_backtest_data to take dataframe directly Matthias 2019-06-15 13:31:27 +0200
  • 01b5ece642 Log missing data filllup if necessary Matthias 2019-06-15 13:31:14 +0200
  • 36dd061be7 Update slack link since the old one expired Matthias 2019-06-15 13:19:18 +0200
  • a77d75eb43 Check log output since that's whats shown to users Matthias 2019-06-15 13:14:07 +0200
  • 707118a636 Test stake changed to unlimited Matthias 2019-06-15 13:04:15 +0200
  • ad9dc349e4 edge cli should override stake_amount Misagh 2019-06-15 12:20:32 +0200
  • 09cd7db9b1 make flake happy hroff-1902 2019-06-14 22:04:29 +0300
  • 1af988711b add --one-column as an alias option hroff-1902 2019-06-14 21:59:16 +0300
  • cedd38455f remove configuration from list-exchanges hroff-1902 2019-06-14 21:54:38 +0300
  • 2965931a78
    Merge pull request #1893 from hroff-1902/refactor-download-script Matthias 2019-06-14 20:12:07 +0200
  • 1afe6c1437 Don't run validation per strategy, it's only eneded once Matthias 2019-06-14 19:37:54 +0200
  • 3240d4e70e
    Merge pull request #1925 from hroff-1902/strategy-advise-logging Matthias 2019-06-14 19:24:14 +0200
  • 941fb4ebbb tests added hroff-1902 2019-06-14 18:40:25 +0300
  • ee113ab8ed log messages aligned hroff-1902 2019-06-14 18:40:02 +0300
  • 24f86e9ff3
    Merge pull request #1931 from freqtrade/fix/trailing_stoploss_offset Misagh 2019-06-14 14:32:32 +0200
  • 04ea66c977 fix handling timeframes hroff-1902 2019-06-14 02:58:34 +0300
  • 9657b1a17f explict parse to string for ticker-interval Matthias 2019-06-13 20:37:17 +0200
  • e08fda074a Fix bug with timeframe handling Matthias 2019-06-13 20:26:47 +0200
  • 550fbad53e Add test-cases with trailing_stop_offsets Matthias 2019-06-13 20:05:49 +0200
  • 160894c031 Calculate profit_high to make sure stoploss_positive_offset is correct Matthias 2019-06-13 20:04:52 +0200
  • 578180f45b Add test for sell-signal sell Matthias 2019-06-13 20:00:56 +0200
  • b64b6a2583 Support trailing_stop_positive options in BTContainer Matthias 2019-06-13 19:35:20 +0200
  • a4d8424268 trailing_stop_positive should only be set when needed, and none/undefined otherwise Matthias 2019-06-13 19:34:46 +0200
  • a65c89f090 test adjusted hroff-1902 2019-06-12 23:03:16 +0300
  • 0cc2210f22 wording fixed hroff-1902 2019-06-12 22:37:43 +0300
  • 8df40a6ff9
    make flake happy hroff-1902 2019-06-12 22:40:50 +0300
  • 9c64965808 list-exchanges subcommand added hroff-1902 2019-06-12 12:33:20 +0300
  • 0d8b572a17
    Merge pull request #1921 from freqtrade/minor/backtest_optimize Misagh 2019-06-12 10:31:44 +0200
  • 1f3406b29b
    Merge pull request #1868 from freqtrade/stoploss_restart Misagh 2019-06-12 10:29:17 +0200
  • dc7f883751 no need to duplicate this long error message hroff-1902 2019-06-11 13:47:04 +0300
  • db6ccef6bd return back check in init_ccxt() hroff-1902 2019-06-11 13:43:29 +0300
  • 676e730013 enhance check_exchange hroff-1902 2019-06-11 13:18:35 +0300
  • 08105641d9
    Merge pull request #1901 from yperfanov/bid_ask_strategy Matthias 2019-06-11 11:14:39 +0200
  • 7322a34fa4 fix metadata in tests hroff-1902 2019-06-11 10:58:19 +0300
  • 4801af4c77 debug logging for IStrategy.advise_*() added hroff-1902 2019-06-11 10:42:14 +0300
  • 5ff8aa30b1 debug logging in IStrategy.advise_*() hroff-1902 2019-06-11 10:32:38 +0300
  • 23aa6fdef2 Update pytest from 4.6.1 to 4.6.2 pyup-bot 2019-06-10 15:19:09 +0000
  • 0458ec9d62 Update python-rapidjson from 0.7.1 to 0.7.2 pyup-bot 2019-06-10 15:19:08 +0000
  • 9cd12954d7 Update arrow from 0.14.1 to 0.14.2 pyup-bot 2019-06-10 15:19:06 +0000
  • 387c224393 Update ccxt from 1.18.615 to 1.18.667 pyup-bot 2019-06-10 15:19:05 +0000
  • d55f2be942 make flake happy hroff-1902 2019-06-11 10:21:59 +0300
  • cd60d6d99a make --days positive int only hroff-1902 2019-06-11 10:10:21 +0300
  • dc0326db27 fix handling --exchange hroff-1902 2019-06-11 10:09:30 +0300
  • 50c7a2445b
    Merge pull request #1922 from freqtrade/pyup/scheduled-update-2019-06-10 Matthias 2019-06-10 17:55:36 +0200
  • 6636f0c71b Update pytest from 4.6.1 to 4.6.2 pyup-bot 2019-06-10 15:19:09 +0000
  • 1a41d4e6cd Update python-rapidjson from 0.7.1 to 0.7.2 pyup-bot 2019-06-10 15:19:08 +0000
  • 9961c0e15b Update arrow from 0.14.1 to 0.14.2 pyup-bot 2019-06-10 15:19:06 +0000
  • 5c5b0effc1 Update ccxt from 1.18.615 to 1.18.667 pyup-bot 2019-06-10 15:19:05 +0000
  • 4dc3a0ca1d Small cleanup to reduce dict lookups during backtesting/hyperopt Matthias 2019-06-10 16:20:19 +0200
  • 99cceeea70
    Merge pull request #1915 from freqtrade/feat/drop_incomplete_optional Matthias 2019-06-10 14:58:19 +0200
  • 839734a988
    Merge pull request #1917 from hroff-1902/minor-optimize Matthias 2019-06-10 13:15:54 +0200
  • 90b0f1daa8 minor optimize cleanup hroff-1902 2019-06-10 02:08:54 +0300
  • 792390e815 Add missing parameter for exchange-verify snippet Matthias 2019-06-09 15:03:26 +0200
  • 9f2e0b11d1 Parametrize ohlcv_candle_limit (per call) Matthias 2019-06-09 14:52:17 +0200
  • 3380543878 Add test for drop_incomplete option Matthias 2019-06-09 14:51:58 +0200
  • ce317b62f9 Add docstrings to load_pair_history Matthias 2019-06-09 14:40:45 +0200
  • 6ad94684d5 Add WIP document of steps to test a new exchange Matthias 2019-06-09 14:36:08 +0200
  • fdbbefdddd Make drop_incomplete optional Matthias 2019-06-09 14:35:58 +0200
  • 3fe5388d4c Document _ft_has_params override Matthias 2019-06-09 14:13:03 +0200
  • 7108a2e57d Add deep_merge for _ft_has and test Matthias 2019-06-09 14:05:36 +0200
  • 9c497bf15c Improve docstring for deep_merge_dicts Matthias 2019-06-09 14:04:19 +0200
  • d7c63347e1 Use kwarg for parse_ticker_dataframe Matthias 2019-06-09 13:19:01 +0200