Commit Graph

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