Commit Graph

  • 6f92c58e33 add docs, add bearer token. Bloodhunter4rc 2022-12-12 13:24:33 +01:00
  • f940280d5e Fix tensorboard_log incrementing note initrv 2022-12-12 14:35:44 +03:00
  • f9b7d35900 add increment param for tensorboard_log initrv 2022-12-12 14:14:23 +03:00
  • f6b90595fa remove html. change var names. Bloodhunter4rc 2022-12-12 11:05:03 +01:00
  • b53b3f435c Merge pull request #7888 from freqtrade/dependabot/pip/develop/ccxt-2.2.92 Matthias 2022-12-12 09:03:26 +01:00
  • a55d0c0d81 Merge pull request #7891 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.15 Matthias 2022-12-12 08:27:50 +01:00
  • dee5b72835 Merge pull request #7892 from freqtrade/dependabot/pip/develop/filelock-3.8.2 Matthias 2022-12-12 08:27:29 +01:00
  • 39bd6fb2d3 Merge pull request #7894 from freqtrade/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.6.4 Matthias 2022-12-12 07:11:34 +01:00
  • de9784267a Bump filelock from 3.8.0 to 3.8.2 dependabot[bot] 2022-12-12 05:39:16 +00:00
  • 61592e76b0 Merge pull request #7884 from freqtrade/dependabot/pip/develop/scikit-learn-1.2.0 Matthias 2022-12-12 06:38:29 +01:00
  • dc8f68d410 Merge pull request #7885 from freqtrade/dependabot/pip/develop/blosc-1.11.0 Matthias 2022-12-12 06:31:39 +01:00
  • 915e0ac62f Bump ccxt from 2.2.67 to 2.2.92 dependabot[bot] 2022-12-12 05:31:01 +00:00
  • bc2b9981d3 Bump python-telegram-bot from 13.14 to 13.15 dependabot[bot] 2022-12-12 05:30:55 +00:00
  • 686253e7cd Merge pull request #7887 from freqtrade/dependabot/pip/develop/nbconvert-7.2.6 Matthias 2022-12-12 06:30:37 +01:00
  • 2d68b0f6f6 Merge pull request #7889 from freqtrade/dependabot/pip/develop/pytest-asyncio-0.20.3 Matthias 2022-12-12 06:30:14 +01:00
  • f7a099f878 Merge pull request #7893 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.45 Matthias 2022-12-12 06:29:49 +01:00
  • 2647c35f48 Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 dependabot[bot] 2022-12-12 03:02:53 +00:00
  • 0344203372 Bump sqlalchemy from 1.4.44 to 1.4.45 dependabot[bot] 2022-12-12 03:01:32 +00:00
  • 5a7b493d3e Bump xgboost from 1.7.1 to 1.7.2 dependabot[bot] 2022-12-12 03:01:11 +00:00
  • 5625648011 Bump pytest-asyncio from 0.20.2 to 0.20.3 dependabot[bot] 2022-12-12 03:01:07 +00:00
  • a35111e55e Bump nbconvert from 7.2.5 to 7.2.6 dependabot[bot] 2022-12-12 03:00:54 +00:00
  • 63d3a9ced6 Bump prompt-toolkit from 3.0.33 to 3.0.36 dependabot[bot] 2022-12-12 03:00:49 +00:00
  • 434eec7334 Bump blosc from 1.10.6 to 1.11.0 dependabot[bot] 2022-12-12 03:00:46 +00:00
  • 78c40f0535 Bump scikit-learn from 1.1.3 to 1.2.0 dependabot[bot] 2022-12-12 03:00:40 +00:00
  • 457b8d8761 remove @ from github handles in acknowledgements JOSS_v2 robcaulk 2022-12-11 20:24:53 +01:00
  • 42afdbb0e5 Merge pull request #7883 from freqtrade/fix/multioutput-bug Matthias 2022-12-11 15:52:10 +01:00
  • 0f6b98b69a merge develop into tensorboard cleanup robcaulk 2022-12-11 15:38:32 +01:00
  • 0fd8e214e4 add documentation for tensorboard_log, change how users interact with tensorboard_log robcaulk 2022-12-11 15:31:29 +01:00
  • 888ba65367 Merge branch 'develop' into fix/multioutput-bug Matthias 2022-12-11 15:23:53 +01:00
  • cb8fc3c8c7 custom info to tensorboard_metrics initrv 2022-12-11 15:37:45 +03:00
  • 0f75ec9c97 Merge pull request #7860 from freqtrade/update-freqai-tf-handling Robert Caulk 2022-12-11 12:50:07 +01:00
  • 8c7ec07951 ensure predict_proba follows suit. Remove all lib specific params from example config robcaulk 2022-12-11 12:39:31 +01:00
  • 85f22b5c30 fix bug in MultiOutput* with conv_width = 1 robcaulk 2022-12-11 12:15:19 +01:00
  • 6b9f3f2795 Fix test validation Emre 2022-12-11 13:24:24 +03:00
  • 272c3302e3 Merge remote-tracking branch 'origin/develop' into update-freqai-tf-handling Emre 2022-12-11 13:12:45 +03:00
  • 980a5a9b52 Fix docs typo Matthias 2022-12-10 19:54:04 +01:00
  • 1da8ad69d9 improve more tests by freezing time Matthias 2022-12-08 14:33:07 +01:00
  • da4914513a Merge pull request #7835 from rzhb/patch-1 Matthias 2022-12-08 14:17:50 +01:00
  • bbedc4b63e Stop clock to avoid random failures on slow CI runs Matthias 2022-12-08 14:15:29 +01:00
  • 39e19bd0c9 Merge pull request #7607 from matteoettam09/develop Matthias 2022-12-08 13:34:06 +01:00
  • 3d3a7033ed Improve Docker documentation wording Matthias 2022-12-08 08:46:16 +01:00
  • fcbc1a8a07 Merge pull request #7868 from freqtrade/fix-add-state-info-bt Matthias 2022-12-08 08:34:11 +01:00
  • 74e623fe5b Improve kraken test resiliance Matthias 2022-12-08 08:33:07 +01:00
  • 66412bfa58 Remove unnecessary loop Bloodhunter4rc 2022-12-08 01:51:12 +01:00
  • 7efcbbb457 Local File Loading Bloodhunter4rc 2022-12-08 01:09:17 +01:00
  • da2747d487 Add Local .json file Loading Bloodhunter4rc 2022-12-08 00:52:54 +01:00
  • 2c3a310ce2 allow DI with CNN robcaulk 2022-12-07 20:30:13 +01:00
  • 71c6ff18c4 try to avoid possible memory leaks robcaulk 2022-12-07 20:08:31 +01:00
  • b438cd4b3f add newline to end of freqai-configuration.md robcaulk 2022-12-07 19:52:31 +01:00
  • 7b3406914c flip add_state_info robcaulk 2022-12-07 19:49:39 +01:00
  • 9b4364ddc3 ensure that add_state_info is deactivated during backtesting robcaulk 2022-12-07 19:49:14 +01:00
  • b144a6357d Remove Duplicate Bloodhunter4rc 2022-12-07 18:24:55 +01:00
  • 547a75d9c1 Fix Info Bloodhunter4rc 2022-12-07 17:49:21 +01:00
  • 607d5b2f8f Split to fetch_pairlist function, Info Message Bloodhunter4rc 2022-12-07 17:47:38 +01:00
  • 48160f3fe9 Flake 8 fix, Json Fetching Bloodhunter4rc 2022-12-07 17:01:45 +01:00
  • 70dfa1435b Add DOI to pandas citation JOSS_v1 Robert Caulk 2022-12-07 16:42:25 +01:00
  • 199fd2d074 +Remote Pairlist Bloodhunter4rc 2022-12-07 15:08:33 +01:00
  • 58604c747e cleanup tensorboard callback initrv 2022-12-07 14:37:55 +03:00
  • 89c7c2fec6 isort fix Stefano Ariestasia 2022-12-07 18:09:57 +09:00
  • 611e35ed81 flake8 fix Stefano Ariestasia 2022-12-07 15:47:58 +09:00
  • 6343fbf9e3 remove verbose from CNNPredictionModel robcaulk 2022-12-07 00:02:02 +01:00
  • 389ab7e44b add test for CNNPredictionModel robcaulk 2022-12-06 23:50:34 +01:00
  • 665eed3906 add documentation for CNN, allow it to interact with model_training_parameters robcaulk 2022-12-06 23:26:07 +01:00
  • b9f6911a6a Merge pull request #7843 from smarmau/develop Robert Caulk 2022-12-06 20:06:41 +01:00
  • e7195b7bfb Merge pull request #7862 from freqtrade/ws_newcandle Matthias 2022-12-06 07:07:32 +01:00
  • 27b8f462dc Merge pull request #7837 from freqtrade/freqai_bt_from_predictions_improvement Robert Caulk 2022-12-05 23:20:55 +01:00
  • c81b00fb37 Merge branch 'develop' into freqai_bt_from_predictions_improvement Wagner Costa 2022-12-05 18:00:55 -03:00
  • 227cdb0938 Change dict update order Emre 2022-12-05 23:58:04 +03:00
  • 26a61afa15 Move base tf logic to config validation Emre 2022-12-05 23:54:15 +03:00
  • bc48099e48 Revert changes Emre 2022-12-05 23:52:48 +03:00
  • 9ce8255f24 isort. robcaulk 2022-12-05 21:03:05 +01:00
  • 72b1d1c9ae allow users to pass 0 test data robcaulk 2022-12-05 20:55:05 +01:00
  • 5826fae8ee Merge remote-tracking branch 'origin/develop' into feat/convolutional-neural-net robcaulk 2022-12-05 20:40:19 +01:00
  • 43c0d305a3 fix tensorflow version robcaulk 2022-12-05 20:36:08 +01:00
  • 62c69bf2b5 fix custom_info robcaulk 2022-12-05 20:22:54 +01:00
  • 72472587dd Increase test range for api version test Matthias 2022-12-05 20:18:47 +01:00
  • 7c27eedda5 Bump API version Matthias 2022-12-05 19:56:33 +01:00
  • 24edc276ea Simplify new_candle message Matthias 2022-12-05 19:43:36 +01:00
  • d30a872ed4 Move message-silencing list next to enum Matthias 2022-12-05 19:23:03 +01:00
  • 687eefa06e Improve emit_df testcase Matthias 2022-10-26 20:31:31 +02:00
  • 5e533b550f Emit a simple "new candle" message to allow UI's to refresh charts Matthias 2022-10-26 20:22:58 +02:00
  • 189fa64052 Add more dynamic to directory change Matthias 2022-12-05 18:14:16 +01:00
  • 730fba956b Ensure base tf included in include_timeframes Emre 2022-12-05 16:16:17 +03:00
  • e734b39929 Make model_training_parameters optional Emre 2022-12-05 14:54:42 +03:00
  • b0f430b5ac Merge pull request #7850 from freqtrade/dependabot/pip/develop/pytest-random-order-1.1.0 Matthias 2022-12-05 08:50:52 +01:00
  • 261f9ac7dc Merge pull request #7851 from freqtrade/dependabot/pip/develop/ccxt-2.2.67 Matthias 2022-12-05 08:06:16 +01:00
  • 80f3908626 Merge pull request #7857 from freqtrade/dependabot/pip/develop/mkdocs-material-8.5.11 Matthias 2022-12-05 08:00:23 +01:00
  • 4dfb35c165 Merge pull request #7858 from freqtrade/dependabot/pip/develop/orjson-3.8.3 Matthias 2022-12-05 08:00:08 +01:00
  • 6e657f9911 Merge pull request #7859 from freqtrade/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.6.1 Matthias 2022-12-05 06:27:37 +01:00
  • 102ab91fa4 Bump orjson from 3.8.2 to 3.8.3 dependabot[bot] 2022-12-05 05:23:02 +00:00
  • 179adea0e2 Bump ccxt from 2.2.36 to 2.2.67 dependabot[bot] 2022-12-05 05:22:42 +00:00
  • d456ec7d5e Merge pull request #7856 from freqtrade/dependabot/pip/develop/fastapi-0.88.0 Matthias 2022-12-05 06:22:18 +01:00
  • 0bb4f108dd Merge pull request #7853 from freqtrade/dependabot/pip/develop/pandas-1.5.2 Matthias 2022-12-05 06:21:46 +01:00
  • 82d4dca183 Bump mkdocs-material from 8.5.10 to 8.5.11 dependabot[bot] 2022-12-05 05:21:15 +00:00
  • cf0e5903c5 Merge pull request #7852 from freqtrade/dependabot/pip/develop/pymdown-extensions-9.9 Matthias 2022-12-05 06:20:23 +01:00
  • 4d19f98bef Merge pull request #7855 from freqtrade/dependabot/pip/develop/jsonschema-4.17.3 Matthias 2022-12-05 06:19:43 +01:00
  • 2eb8f9f028 Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 dependabot[bot] 2022-12-05 03:03:47 +00:00
  • 66bb2c5253 Bump fastapi from 0.87.0 to 0.88.0 dependabot[bot] 2022-12-05 03:01:16 +00:00
  • caae4441e5 Bump jsonschema from 4.17.1 to 4.17.3 dependabot[bot] 2022-12-05 03:01:12 +00:00
  • 441069f363 Bump pandas from 1.5.1 to 1.5.2 dependabot[bot] 2022-12-05 03:01:03 +00:00