Commit Graph

  • 854bb0056b
    Merge pull request #2583 from gaugau3000/doc_feature_section hroff-1902 2020-01-15 22:55:39 +0300
  • 90ed4c665b Cover equal case via test Matthias 2020-01-15 19:59:08 +0100
  • d1bf388b0e Wallet amount must be compared with >= Matthias 2020-01-15 19:56:14 +0100
  • 6feb68b18d Change feature sorting to tell more of a story Matthias 2020-01-15 19:51:33 +0100
  • 09621b3ef1
    Merge pull request #2769 from tejeshreddy/update-comments Matthias 2020-01-15 15:44:46 +0100
  • f73f0b1653 Update comments on backtesting Tejesh 2020-01-15 19:29:00 +0530
  • f7f56f5eda
    Merge pull request #2768 from freqtrade/rpc/refresh_balance hroff-1902 2020-01-15 16:34:09 +0300
  • c8806a16a1 Allow wallet update from /balance Matthias 2020-01-15 06:43:41 +0100
  • 4013701bdb allow wallet update to be skipped if the value is fresh enough. Matthias 2020-01-15 06:42:53 +0100
  • 4c823f12e3 Sort imports Matthias 2020-01-14 20:25:58 +0100
  • 1e58cd70ad Adapt tests to round price up Matthias 2020-01-14 20:16:47 +0100
  • bea4ad8eff Revert price_to_precision to rounding up Matthias 2020-01-14 20:16:20 +0100
  • d7957bd791 add advanced tests for price_to_precision Matthias 2020-01-14 16:04:39 +0100
  • 425ec53b28 Combine amount_to_precision tests into one Matthias 2020-01-14 16:01:35 +0100
  • 797dc8a4da Add more detailed tests for amount_to_precision Matthias 2020-01-14 15:54:53 +0100
  • d12a2a5888
    Merge pull request #2752 from freqtrade/plotting/indicator_strategy Matthias 2020-01-13 19:53:15 +0100
  • 845e27542a
    Merge pull request #2765 from freqtrade/dependabot/pip/develop/ccxt-1.21.56 Matthias 2020-01-13 11:56:07 +0100
  • c67b253099
    Bump ccxt from 1.21.32 to 1.21.56 dependabot-preview[bot] 2020-01-13 10:38:34 +0000
  • 154fff7d02
    Merge pull request #2764 from freqtrade/dependabot/pip/develop/numpy-1.18.1 Matthias 2020-01-13 11:37:31 +0100
  • 82fd6e6fb3
    Merge pull request #2766 from freqtrade/dependabot/pip/develop/python-telegram-bot-12.3.0 Matthias 2020-01-13 11:37:10 +0100
  • b3938a86c3
    Bump python-telegram-bot from 12.2.0 to 12.3.0 dependabot-preview[bot] 2020-01-13 07:56:20 +0000
  • 2f8ed7ed19
    Bump numpy from 1.18.0 to 1.18.1 dependabot-preview[bot] 2020-01-13 07:55:35 +0000
  • af36635769 Minor changes in the docs hroff-1902 2020-01-13 06:36:05 +0300
  • 495728f502 Refine docs hroff-1902 2020-01-13 06:31:15 +0300
  • 5dccd01fb7
    Merge pull request #2760 from freqtrade/remove_hardcoded_exchange_stuff Matthias 2020-01-12 19:47:44 +0100
  • 5fcab1eee8 Align method names to internal ccxt names Matthias 2020-01-12 14:55:05 +0100
  • b60d7ad42f Use ccxt.decimal_to_precision instead of our own calculation Matthias 2020-01-12 14:40:58 +0100
  • fa1f9bcdbd expose precisionMode from exchange class Matthias 2020-01-12 14:37:45 +0100
  • 53abfdbcbf Use sorted on set instead of explicit list conversion Matthias 2020-01-12 12:48:29 +0100
  • 3519cebf66 Add test for failing stake_validation Matthias 2020-01-11 13:14:19 +0100
  • a7246ba1ec No need to "fix" stake_currency enum anymore Matthias 2020-01-11 12:51:42 +0100
  • 60b47b6eec Add tests for get_quote_currencies Matthias 2020-01-11 12:01:34 +0100
  • ca2880537d Modify tests to skip stake_currency validations Matthias 2020-01-11 11:54:11 +0100
  • 13274964a9 Implement validation for valid stake currency Matthias 2020-01-11 11:53:44 +0100
  • 235a10ab86 Don't suppport <1m timeframes Matthias 2020-01-11 11:36:28 +0100
  • 5faebad863 Don't hardcode TimeFrames - they can differ by exchange. Matthias 2020-01-11 11:16:05 +0100
  • 90a9052377
    Merge pull request #2734 from freqtrade/relative_stake Matthias 2020-01-11 08:18:35 +0100
  • d3de398395 Docs adjusted hroff-1902 2020-01-10 23:43:09 +0300
  • 83b88e7916
    Remove Required marks for new settings hroff-1902 2020-01-10 23:14:17 +0300
  • 3faa2d0eb9
    Refine description for last_stake_amount_min_ratio hroff-1902 2020-01-10 22:59:02 +0300
  • fab19ae3a7 Implement last_stake_amount_min_ratio Matthias 2020-01-10 06:36:28 +0100
  • e94dfdeff2 UPdate documentation to remove inexisting setting Matthias 2020-01-09 20:13:14 +0100
  • 9713dc8d94 Ensure wallets.update is called before buy Matthias 2020-01-09 20:09:21 +0100
  • b748ed3435 UPdate documentaiton wording Matthias 2020-01-09 19:59:13 +0100
  • 7c7f7b9ece
    Merge pull request #2755 from freqtrade/backtest_mean hroff-1902 2020-01-09 20:35:35 +0300
  • 785cd2a640 Rename test module Matthias 2020-01-09 06:52:56 +0100
  • c475729c13 Extract edge reporting to optimize_reports Matthias 2020-01-09 06:52:34 +0100
  • 989ab646a9 Add profit % to sell_reason table Matthias 2020-01-09 06:46:39 +0100
  • 7461b5dc02 Mention custom strategy in features Matthias 2020-01-09 06:37:18 +0100
  • 135487b2c9 SPlit control and Analyse feature into 2 seperate points Matthias 2020-01-09 06:35:05 +0100
  • b25f28d1ad
    Merge pull request #2730 from freqtrade/extract_bt_reporting Matthias 2020-01-09 06:09:05 +0100
  • cee8f3349e
    rearrange features -- move Run to the top hroff-1902 2020-01-09 04:16:57 +0300
  • 9559cb988e
    reworked hroff-1902 2020-01-09 04:12:43 +0300
  • db34cb1b75 Do some adjustments to the wording of the index.md section Matthias 2020-01-08 19:41:34 +0100
  • c9b0b4c7a4 Add plot_config to optional plot Matthias 2020-01-08 19:35:00 +0100
  • c3fd894a6c Regenerate plots with new settings Matthias 2020-01-07 07:16:31 +0100
  • 9f2d397e1f
    Merge pull request #2746 from freqtrade/dependabot/pip/develop/arrow-0.15.5 Matthias 2020-01-06 13:07:13 +0100
  • 7719d8fbea
    Merge pull request #2748 from freqtrade/dependabot/pip/develop/coveralls-1.10.0 Matthias 2020-01-06 13:01:20 +0100
  • 3883d18b8a Add bollinger note Matthias 2020-01-06 12:59:17 +0100
  • 2b3f2e5fa8 Add first version of documentation Matthias 2020-01-06 12:55:12 +0100
  • 5ae554bdff
    Merge pull request #2747 from freqtrade/dependabot/pip/develop/pytest-mock-2.0.0 Matthias 2020-01-06 12:50:04 +0100
  • 6ac7dcf5e9
    Bump arrow from 0.15.4 to 0.15.5 dependabot-preview[bot] 2020-01-06 11:45:22 +0000
  • 6da97fafa8
    Bump coveralls from 1.9.2 to 1.10.0 dependabot-preview[bot] 2020-01-06 11:45:12 +0000
  • 6d4fe94285
    Merge pull request #2751 from freqtrade/dependabot/pip/develop/ccxt-1.21.32 Matthias 2020-01-06 12:44:13 +0100
  • b27f3b8f2c
    Merge pull request #2749 from freqtrade/dependabot/pip/develop/flake8-tidy-imports-4.0.0 Matthias 2020-01-06 12:44:02 +0100
  • ed29232478
    Merge pull request #2750 from freqtrade/dependabot/pip/develop/scikit-learn-0.22.1 Matthias 2020-01-06 12:43:43 +0100
  • 3c0d184097
    Bump ccxt from 1.21.23 to 1.21.32 dependabot-preview[bot] 2020-01-06 07:43:06 +0000
  • d846114d3c
    Bump scikit-learn from 0.22 to 0.22.1 dependabot-preview[bot] 2020-01-06 07:42:44 +0000
  • aabeece4c0
    Bump flake8-tidy-imports from 3.1.0 to 4.0.0 dependabot-preview[bot] 2020-01-06 07:42:19 +0000
  • b614964ba9
    Bump pytest-mock from 1.13.0 to 2.0.0 dependabot-preview[bot] 2020-01-06 07:41:39 +0000
  • 888ea58df2 Add tests for new behaviour Matthias 2020-01-05 19:50:38 +0100
  • d0ccfa1925 Explicitly given indicators should override plot_config Matthias 2020-01-05 19:50:21 +0100
  • 41945138ac Converting pairs from filename to pair corrected Matthias 2020-01-05 13:35:36 +0100
  • ca054799d0 Add tests for amend_last_stake_amount Matthias 2020-01-05 13:25:21 +0100
  • b37f34ff5b Implement amend_last_stake_amount Matthias 2020-01-05 13:25:11 +0100
  • a75420f75f Merge branch 'develop' into relative_stake Matthias 2020-01-05 12:55:55 +0100
  • 7daa5bc338 Don't return None from unlimited_stake - 0 handles this just as well Matthias 2020-01-05 12:50:44 +0100
  • 4eaaec9d1a Implement pair_to_filename to datahandler Matthias 2020-01-05 10:36:08 +0100
  • bc6a10353b Introduce pair_to_filename() hroff-1902 2020-01-04 05:07:51 +0300
  • f82c4346b6 data conversion, not data conversation Matthias 2020-01-05 09:55:02 +0100
  • 53499e01de Clearly differentiate trade buys sells (positive and negative) Matthias 2020-01-04 20:27:27 +0100
  • bdda620397 add plot_config to startegy interface properly Matthias 2020-01-04 12:54:58 +0100
  • 2409261cb7 Merge branch 'develop' into data_handler Matthias 2020-01-04 11:36:27 +0100
  • b5a806dec7 Fix typo and add tests for create_plotconfig Matthias 2020-01-04 11:30:21 +0100
  • 4628024de6 Adapt tests to new add_indicator methodology Matthias 2020-01-04 11:18:51 +0100
  • f04873b0b0 Add plot_config to interface Matthias 2020-01-04 11:14:00 +0100
  • 5853b9904c make Plot_config the default approach Matthias 2020-01-04 11:13:45 +0100
  • 5d5074ac9c Implement first working version of plot_config Matthias 2020-01-03 20:10:22 +0100
  • 84ef588163 support dicts as indicators Matthias 2020-01-03 13:27:22 +0100
  • d1cda3991c
    Merge pull request #2742 from freqtrade/hroff-1902-patch-1 Matthias 2020-01-04 09:46:57 +0100
  • aaa409dd44 Add tests for markets with '_' in the symbol hroff-1902 2020-01-04 05:56:45 +0300
  • 5812052d61 Add more 'bad' characters that appear in the market symbols on some exchanges hroff-1902 2020-01-04 05:40:23 +0300
  • 489177cb4c Add tests hroff-1902 2020-01-04 05:08:24 +0300
  • cb5dc47903 Introduce pair_to_filename() hroff-1902 2020-01-04 05:07:51 +0300
  • 24aa596e3c
    Minor: Refine fee example in the docs hroff-1902 2020-01-04 01:08:37 +0300
  • 3798f94d4c
    Merge pull request #2732 from freqtrade/config_validation_split hroff-1902 2020-01-03 23:41:44 +0300
  • 75dcc369c0
    Merge pull request #2740 from freqtrade/doc/backtest_typo hroff-1902 2020-01-03 22:40:02 +0300
  • e1f89e3ad3 Reword Note in backtesting fee docs Matthias 2020-01-03 20:11:58 +0100
  • 7e7c82cf4a Small adjustments to relative_stake PR Matthias 2020-01-03 11:34:17 +0100
  • 71dd038664 add tradable_balance_ratio to to all config samples Matthias 2020-01-03 11:23:06 +0100