Commit Graph

  • ddabfe0206 adjust tests to match new exchangelist output Matthias 2021-04-06 07:57:27 +02:00
  • 969d44a952 Update Dockerfile.armhf Matthias 2021-04-06 07:49:16 +02:00
  • 0550f261f1 Add exchange_has validation Matthias 2021-04-06 07:47:44 +02:00
  • 6633752fcb Bump python from 3.9.3-slim-buster to 3.9.4-slim-buster dependabot[bot] 2021-04-06 05:29:34 +00:00
  • fc78246bbc Some changes to rest-api docs Mads Sørensen 2021-04-05 19:34:01 +02:00
  • ddba0d688e Add new trade endpoint to docs Mads Sørensen 2021-04-05 19:32:55 +02:00
  • c176e277f1 Add a REST endpoint for getting a specific trade Mads Sørensen 2021-04-05 19:31:34 +02:00
  • 78a84f8081 Allow --hyperoptloss in addition to --hyperopt-loss Matthias 2021-04-05 15:38:33 +02:00
  • 7b2a0d46cb Fix typo Matthias 2021-04-05 15:38:25 +02:00
  • 3044aa18e6 Add warning for hyperopt-parameters Matthias 2021-04-05 14:45:42 +02:00
  • 431f0a3db4 Merge pull request #4671 from freqtrade/fix/sqlalchemy Matthias 2021-04-05 14:09:35 +02:00
  • b470672dfd Merge pull request #4596 from rokups/rk/hyper-strategy Matthias 2021-04-05 13:55:32 +02:00
  • c51839dc3b Make the logmessage for loaded parameters clearer Matthias 2021-04-05 11:21:20 +02:00
  • dc406fe19f Fail in case of name and explicit space name collisions Matthias 2021-04-05 10:53:00 +02:00
  • 1f7eeb42a2 Merge pull request #4670 from freqtrade/dependabot/docker/python-3.9.3-slim-buster Matthias 2021-04-05 08:46:30 +02:00
  • 7132aefd60 Rename Trade.session to Trade._session Matthias 2021-04-05 08:46:12 +02:00
  • af52581813 Update Dockerfile.armhf Matthias 2021-04-05 08:22:01 +02:00
  • 6a4da8cd42 Merge pull request #4667 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.5 Matthias 2021-04-05 08:20:56 +02:00
  • b4ff0801f8 Merge pull request #4666 from freqtrade/dependabot/pip/develop/ccxt-1.46.38 Matthias 2021-04-05 08:20:26 +02:00
  • 7cd2fefc1f Merge pull request #4668 from freqtrade/dependabot/pip/develop/pycoingecko-1.4.1 Matthias 2021-04-05 08:18:51 +02:00
  • c40e26632a Merge pull request #4669 from freqtrade/dependabot/pip/develop/pytest-6.2.3 Matthias 2021-04-05 08:16:29 +02:00
  • 2733683291 Merge pull request #4665 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.0 Matthias 2021-04-05 08:15:47 +02:00
  • e979f132e3 Bump python from 3.9.2-slim-buster to 3.9.3-slim-buster dependabot[bot] 2021-04-05 05:57:56 +00:00
  • ea0b47a7f9 Replace test occurances of Trade.session with Trade.query.session Matthias 2021-04-05 07:38:07 +02:00
  • 0407bf755f Use .query.session to make sure the scoped session is used properly Matthias 2021-04-05 07:28:51 +02:00
  • abbc56c1cc Bump pytest from 6.2.2 to 6.2.3 dependabot[bot] 2021-04-05 05:27:44 +00:00
  • 36b39f9136 Bump pycoingecko from 1.4.0 to 1.4.1 dependabot[bot] 2021-04-05 05:27:31 +00:00
  • 320172a224 Bump sqlalchemy from 1.4.3 to 1.4.5 dependabot[bot] 2021-04-05 05:27:26 +00:00
  • fc2f9fd0c7 Bump ccxt from 1.45.44 to 1.46.38 dependabot[bot] 2021-04-05 05:27:16 +00:00
  • 342f14472c Bump mkdocs-material from 7.0.7 to 7.1.0 dependabot[bot] 2021-04-05 05:26:45 +00:00
  • bd5e1c5096 Merge pull request #4660 from rextea/order_pairlist_results Matthias 2021-04-04 19:47:33 +02:00
  • c2be9b971c Improve backtest assumptions with fill rules Matthias 2021-04-04 07:02:59 +02:00
  • 9e56f6d4eb Sort pair lists by total profit rextea 2021-04-04 01:19:38 +03:00
  • 30e5e92968 Don't allow one parmeter to be in 2 spaces Matthias 2021-04-03 20:17:48 +02:00
  • 9d4b5cc6bb Fix typo Matthias 2021-04-03 17:10:39 +02:00
  • 5f6eae52a2 fix too long performance message Matthias 2021-04-03 19:12:36 +02:00
  • 41cb2a6451 Merge branch 'develop' into pr/rokups/4596 Matthias 2021-04-03 17:00:37 +02:00
  • 6555454bd2 Remove more ticker_interval occurances Matthias 2021-04-03 16:54:47 +02:00
  • 771fc05749 Update sample strategy with hyperoptable Parameters Matthias 2021-04-03 16:32:16 +02:00
  • 093d6ce8af Add sample for Nested space Matthias 2021-04-03 16:13:49 +02:00
  • c2d43a526c Combine Legacy and advanced hyperopt sections Matthias 2021-04-03 16:08:08 +02:00
  • 32a503491d Reorder hyperopt methods Matthias 2021-04-03 15:41:43 +02:00
  • 4eb7ce52cd Remove duplicate entries from hyperopt_legacy Matthias 2021-04-03 15:15:38 +02:00
  • faf40482ef Fix parameter printing. Rokas Kupstys 2021-04-03 13:49:24 +03:00
  • 23c19b6852 New hyperopt documentation. Rokas Kupstys 2021-04-03 11:17:18 +03:00
  • e7a1924aa0 Fix typo Matthias 2021-04-03 08:36:06 +02:00
  • 68db8535be Merge pull request #4651 from freqtrade/technical_default Matthias 2021-04-03 08:12:49 +02:00
  • 7728e269fd Include Technical in default image Matthias 2021-04-03 07:17:02 +02:00
  • ea43d5ba85 Implement DecimalParameter and rename FloatParameter to RealParameter. Rokas Kupstys 2021-04-01 10:17:39 +03:00
  • c7ee34687b Merge pull request #4584 from withshubh/develop Matthias 2021-04-02 15:19:49 +02:00
  • b6c6ee88bc Merge pull request #4646 from mads03dk/develop Matthias 2021-04-02 15:16:34 +02:00
  • 3691ae8686 Make sure the fiat converter exists before calling it Mads Sørensen 2021-04-02 14:50:47 +02:00
  • ede26091b9 Add validation in the right places... Mads Sørensen 2021-04-02 14:35:19 +02:00
  • f47dc31786 Refactor the comparison involving not shubhendra 2021-03-21 17:14:35 +05:30
  • 2c0079b00b Add profit_fiat to tests, use ANY, as price changes... Mads Sørensen 2021-04-02 13:16:52 +02:00
  • 51f0fcb2cb Add profit_fiat to REST API Mads Sørensen 2021-04-02 12:20:38 +02:00
  • d64295ba24 Adapt test strategy to new parameters Matthias 2021-04-01 06:55:25 +02:00
  • 5acdc9bf42 Fix type errors by converting all hyperopt methods to instance methods Matthias 2021-04-01 06:47:23 +02:00
  • b501d948ec Merge pull request #4636 from freqtrade/fix/4298 Matthias 2021-03-31 21:11:37 +02:00
  • 5e5b11d4d6 Split "enabled" to "load" and "optimize" parameters. Rokas Kupstys 2021-03-31 12:31:28 +03:00
  • 2869d5368d Allow edge to use dynamic pairlists Matthias 2021-03-30 20:20:24 +02:00
  • 89cfcc8ba6 Merge pull request #4630 from freqtrade/reduce_dataload_verbosity Matthias 2021-03-30 16:18:01 +02:00
  • 50fcb3f330 Reduce verbosity of missing data if less than 1% of data is missing Matthias 2021-03-30 07:26:39 +02:00
  • 71dea3fb93 Merge pull request #4628 from freqtrade/fix-startupcandles Matthias 2021-03-30 06:49:24 +02:00
  • 89bbfd2324 Remove candle_count from dataframe before backtesting Matthias 2021-03-29 20:22:52 +02:00
  • 6954a1e029 MOre tests for ParameterHyperopt Matthias 2021-03-29 19:27:19 +02:00
  • 00d8f3a479 Merge pull request #4623 from freqtrade/dependabot/pip/develop/scipy-1.6.2 Matthias 2021-03-29 14:09:28 +02:00
  • 74ca3aa5ae Merge pull request #4621 from freqtrade/dependabot/pip/develop/cryptography-3.4.7 Matthias 2021-03-29 13:39:15 +02:00
  • 268debeb9d Merge pull request #4625 from freqtrade/dependabot/pip/develop/ccxt-1.45.44 Matthias 2021-03-29 13:38:42 +02:00
  • 5d5debab66 Bump scipy from 1.6.1 to 1.6.2 dependabot[bot] 2021-03-29 10:01:20 +00:00
  • 3e864a87ad Bump cryptography from 3.4.6 to 3.4.7 dependabot[bot] 2021-03-29 09:53:50 +00:00
  • dacaa4a732 Bump ccxt from 1.43.89 to 1.45.44 dependabot[bot] 2021-03-29 09:34:57 +00:00
  • 8d01767a42 Fix CI syntax Matthias 2021-03-29 09:20:34 +02:00
  • 95a9c92769 Add permission-check before slack notify Matthias 2021-03-29 09:13:48 +02:00
  • 83c1843af3 Merge pull request #4624 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.18 Matthias 2021-03-29 08:40:39 +02:00
  • dfbbaef917 Merge pull request #4622 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.3 Matthias 2021-03-29 08:12:15 +02:00
  • 507787c156 Merge pull request #4618 from freqtrade/dependabot/pip/develop/mkdocs-material-7.0.7 Matthias 2021-03-29 08:04:28 +02:00
  • d2faa8ca1c Merge pull request #4620 from freqtrade/dependabot/pip/develop/numpy-1.20.2 Matthias 2021-03-29 08:02:27 +02:00
  • 8e49271e6f Bump prompt-toolkit from 3.0.17 to 3.0.18 dependabot[bot] 2021-03-29 05:28:30 +00:00
  • 607c05b3ce Bump sqlalchemy from 1.4.2 to 1.4.3 dependabot[bot] 2021-03-29 05:28:16 +00:00
  • e5789b36cf Bump numpy from 1.20.1 to 1.20.2 dependabot[bot] 2021-03-29 05:27:57 +00:00
  • 9322845740 Bump mkdocs-material from 7.0.6 to 7.0.7 dependabot[bot] 2021-03-29 05:27:22 +00:00
  • d6585517d5 Merge pull request #4615 from freqtrade/config_add_restapi Matthias 2021-03-29 06:43:56 +02:00
  • f6211bc00e new-config should include API config Matthias 2021-03-28 20:19:39 +02:00
  • fc8478111e Improve strategy template Matthias 2021-03-28 20:06:30 +02:00
  • 929f329607 more tests Matthias 2021-03-28 19:49:20 +02:00
  • 20f7e9b4b7 Make BaseParameter get_space abstract Matthias 2021-03-28 19:31:54 +02:00
  • 2cf36ca545 Merge pull request #4609 from freqtrade/new_release 2021.3 Matthias 2021-03-28 11:32:33 +02:00
  • 8022386404 Type custom_hyperopt Matthias 2021-03-27 18:00:07 +01:00
  • 7fb34f7e25 Version bump 2021.3 Matthias 2021-03-27 11:34:11 +01:00
  • bf0f34c156 Merge branch 'stable' into new_release Matthias 2021-03-27 11:33:56 +01:00
  • 4fd7bedcb2 Sort imports ... Matthias 2021-03-27 11:32:51 +01:00
  • 71e2134694 Add some simple tests for hyperoptParameters Matthias 2021-03-27 11:26:26 +01:00
  • 786ddc6a91 remove unused imports Matthias 2021-03-27 10:40:48 +01:00
  • 39bfe5e1a7 Thee to the Masoud Azizi 2021-03-26 22:50:27 +04:30
  • 76a02ff70a fix indentations rextea 2021-03-26 18:49:17 +03:00
  • 2bed41da5d Add days breakdown table to backtesting rextea 2021-03-26 18:40:50 +03:00
  • e934d3ddfb [SQUASH] Oopsie. Rokas Kupstys 2021-03-26 16:55:48 +02:00
  • 40f5c7853e [SQUASH] Add a way to temporarily disable a parameter (excludes from parameter loading/hyperopt) and print parameter values when executed. Rokas Kupstys 2021-03-26 14:25:49 +02:00
  • bbe6ece38d [SQUASH] Fix parameter configs not loading. Rokas Kupstys 2021-03-26 14:25:17 +02:00