Commit Graph

  • 84a194bcab Simplify stoploss logic by removing redundant condition Matthias 2022-10-22 11:45:21 +0200
  • 547fd28811 Price-jump detection should only run once Matthias 2022-10-22 08:43:37 +0200
  • 0ff7a0771d Move price_jump_warn to dataloading Matthias 2022-10-22 08:37:30 +0200
  • 4464e91256 use self.identifier in full path Timothy Pogue 2022-10-21 19:53:33 -0600
  • 5ee3b8cbbb update config recording to use all configs, fix tests Timothy Pogue 2022-10-21 19:48:26 -0600
  • a85826bf24
    Merge pull request #7611 from markdregan/backtest_extra_returns Robert Caulk 2022-10-21 17:13:22 +0200
  • b715d9c521 Improve fee handling Matthias 2022-10-21 16:30:01 +0200
  • 410a744ee9
    Merge pull request #7613 from freqtrade/fix_typo_fit_live_predictions_candles Robert Caulk 2022-10-21 16:19:40 +0200
  • d1591883a6 add missing datetime conversion in fromJson Matthias 2022-10-21 07:01:47 +0200
  • 212b511bbe Remove explicit rateLimit setting for freqAI config Matthias 2022-10-21 06:44:25 +0200
  • bd424a877b Add Trade from_json method Matthias 2022-10-20 20:33:08 +0200
  • 0aa840792b Move persistence tests to package Matthias 2022-10-20 20:05:15 +0200
  • f4814a7d59 Improve test resiliance to small roundings Matthias 2022-10-20 19:57:56 +0200
  • 107845afa8 Keep version number in docker versioning Matthias 2022-10-20 19:55:42 +0200
  • 6606a0113f refactoring - remove unnecessary config file Wagner Costa Santos 2022-10-20 14:53:25 -0300
  • 60cb11a44d Add price jump warning Matthias 2022-10-20 19:36:28 +0200
  • 589944055e fix typos - live predictions candles Wagner Costa Santos 2022-10-20 12:15:41 -0300
  • 52b60c5cbb Merge branch 'develop' into backtest_live_models Wagner Costa Santos 2022-10-20 11:59:37 -0300
  • a9db668082 avoid redundant indicator population for corr_pair list rcaulk 2022-10-20 16:30:32 +0200
  • 073ce1659e remove un-used f-string Mark Regan 2022-10-20 14:26:10 +0100
  • 295ba21389 Make extra_returns_per_train values available during backtest Mark Regan 2022-10-20 12:05:37 +0100
  • 7192ed7be6 Fix bug with dataframe not being 0 indexed Matthias 2022-10-19 11:57:18 +0200
  • 6e95b6667d Modify test ensuring we always have a 0 index Matthias 2022-10-19 11:57:05 +0200
  • 51b410ac1a
    Update utils.md Matteo Manzi 2022-10-18 19:28:29 +0200
  • 8c39b37223
    Update bug_report.md Matteo Manzi 2022-10-18 19:26:09 +0200
  • 35cc6aa966
    Update data-analysis.md Matteo Manzi 2022-10-18 19:25:37 +0200
  • 67850d92af
    Update question.md Matteo Manzi 2022-10-18 19:24:46 +0200
  • fe3d99b568
    Update feature_request.md Matteo Manzi 2022-10-18 19:22:49 +0200
  • 11d6d0be9e
    Update sql_cheatsheet.md Matteo Manzi 2022-10-18 19:22:07 +0200
  • abcbe7a421
    Update updating.md Matteo Manzi 2022-10-18 19:15:59 +0200
  • d427226900
    Update docker_quickstart.md Matteo Manzi 2022-10-18 19:15:20 +0200
  • 033c5bd441 Make check constant pred labels agnostic th0rntwig 2022-10-18 12:55:47 +0200
  • c3d4fb9f1b Simplify backtest calling interface Matthias 2022-10-18 06:39:55 +0200
  • c7fff1213c Rate-limit EMC startup to avoid overwelming the queue Matthias 2022-10-17 20:43:32 +0200
  • 880ddccaa8
    Merge pull request #7590 from freqtrade/list-models Matthias 2022-10-17 20:40:41 +0200
  • 441032be25 Fix sys.stdout bug for CatboostRegressorMultiTarget Matthias 2022-10-17 19:48:27 +0200
  • b166c04cba Bring back asyncio.sleep to avoid overwelming the a consumer queue Matthias 2022-10-17 19:29:30 +0200
  • c8e103e4a4 Adjust typehints to match return value Matthias 2022-10-17 10:02:55 +0000
  • c2914feb12 Don't fail contract size repopulation if pair is no longer available Matthias 2022-10-17 09:54:58 +0000
  • 08e684a3e8
    Merge pull request #7598 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19.1 Matthias 2022-10-17 08:36:08 +0200
  • caf907e202
    Update date-util precommit types Matthias 2022-10-17 08:03:52 +0200
  • 2a6b8dd88b
    Merge pull request #7601 from freqtrade/dependabot/pip/develop/mkdocs-1.4.1 Matthias 2022-10-17 08:03:10 +0200
  • ef87976b7c
    Merge pull request #7600 from freqtrade/dependabot/pip/develop/ccxt-2.0.25 Matthias 2022-10-17 08:02:27 +0200
  • 943f5f21ff Improve get_pair_dataframe doc wording Matthias 2022-10-17 07:23:44 +0200
  • abe4d32ead Update wording in get_analyzed_dataframe docs Matthias 2022-10-17 07:19:24 +0200
  • 6cb14148aa Fix random test failure due to catboost bug Matthias 2022-10-16 10:36:58 +0200
  • 6252ae466e Convert position_stacking to attribute of backtest Matthias 2022-10-16 17:14:23 +0200
  • 8534dfb0d4 Extract backtest 1 candle from main function Matthias 2022-10-16 17:12:44 +0200
  • 0e8cf366f5 Keep trade state in LocalTrade Matthias 2022-10-16 13:34:58 +0200
  • 5aeea5b14c
    Bump ccxt from 1.95.30 to 2.0.25 dependabot[bot] 2022-10-17 04:35:36 +0000
  • 49426a924d
    Merge pull request #7603 from freqtrade/dependabot/pip/develop/lightgbm-3.3.3 Matthias 2022-10-17 06:34:41 +0200
  • c4caaf559b
    Merge pull request #7602 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.42 Matthias 2022-10-17 06:33:01 +0200
  • db3def962b
    Merge pull request #7599 from freqtrade/dependabot/pip/develop/numpy-1.23.4 Matthias 2022-10-17 06:32:40 +0200
  • ef2a14425b
    Merge pull request #7604 from freqtrade/dependabot/pip/develop/fastapi-0.85.1 Matthias 2022-10-17 06:31:39 +0200
  • 7ec1e3b94f
    Bump fastapi from 0.85.0 to 0.85.1 dependabot[bot] 2022-10-17 03:01:55 +0000
  • 600b886241
    Bump lightgbm from 3.3.2 to 3.3.3 dependabot[bot] 2022-10-17 03:01:51 +0000
  • a9bb7db06c
    Bump sqlalchemy from 1.4.41 to 1.4.42 dependabot[bot] 2022-10-17 03:01:46 +0000
  • 2ddfc7bbba
    Bump mkdocs from 1.4.0 to 1.4.1 dependabot[bot] 2022-10-17 03:01:37 +0000
  • 8550eb513e
    Bump numpy from 1.23.3 to 1.23.4 dependabot[bot] 2022-10-17 03:01:22 +0000
  • dd3f62ac13
    Bump types-python-dateutil from 2.8.19 to 2.8.19.1 dependabot[bot] 2022-10-17 03:01:10 +0000
  • dcc394b7d0 merge from origin develop; and fix conflicts longyu 2022-10-16 21:24:27 +0200
  • 23a5a516f9
    Merge pull request #7557 from freqtrade/add-metric-tracker Matthias 2022-10-16 18:20:07 +0200
  • e82baf5f60 Use helper-method to modify trades_open Matthias 2022-10-16 13:19:42 +0200
  • 2b70106019
    Merge pull request #7596 from iprogger/fix/backtest-counting-available-slots Matthias 2022-10-16 16:45:09 +0200
  • 82d75d8914 Fix tests that failed due to new strategy. Evgeniy Vladimirov 2022-10-16 14:59:55 +0300
  • f4059ccabe
    Merge pull request #7595 from matteoettam09/develop Matthias 2022-10-16 13:29:45 +0200
  • b7dce8d24a
    Update stoploss.md Matteo Manzi 2022-10-16 12:02:27 +0200
  • de9f5660f3 Fix counting available trade slots in backtesting. Evgeniy Vladimirov 2022-10-16 12:56:59 +0300
  • dc50186d5b Merge branch 'develop' into list-models Matthias 2022-10-16 09:23:10 +0200
  • b6c096d3bc Simplify backtest condition Matthias 2022-10-15 12:08:58 +0200
  • 20fc521771 Fix constant PCA th0rntwig 2022-10-15 23:30:12 +0200
  • 62ca822597
    Merge pull request #7569 from Silur/develop Robert Caulk 2022-10-15 16:09:26 +0200
  • 46ba3bb357
    Merge pull request #7585 from aemr3/add-eval-set-catboost Robert Caulk 2022-10-15 16:08:13 +0200
  • 9135e631c0 :Merge branch 'develop' into add-metric-tracker robcaulk 2022-10-15 15:54:41 +0200
  • 3b4402aaab Merge branch 'move-disk-writing-to-ram' into add-metric-tracker robcaulk 2022-10-15 13:52:14 +0200
  • 99dbba6cad avoid reading from disk to instantiate large objects robcaulk 2022-10-15 13:50:55 +0200
  • d81eef0b70 add timestamps to each metric, use rapidjson robcaulk 2022-10-15 13:23:01 +0200
  • 05ca725e4d Remove no longer needed local state Matthias 2022-10-15 12:07:22 +0200
  • c8e6dad9cd use exit_reason to determine left open trades Matthias 2022-10-15 12:00:20 +0200
  • 498289728d Fix catboost tests polluting CWD Matthias 2022-10-15 08:48:41 +0200
  • 93ad3810fd Add test for list-freqaimodels Matthias 2022-10-15 08:20:06 +0200
  • 4bfe58706b Generalize "path" variables for resolvers Matthias 2022-10-14 19:49:06 +0200
  • b236e362ba Merge remote-tracking branch 'origin/develop' into add-metric-tracker robcaulk 2022-10-14 19:00:49 +0200
  • 2ef315e8c2 Add documentation for list-freqaimodels Matthias 2022-10-14 18:24:15 +0200
  • fda3a2827b add list-freqAI models command Matthias 2022-10-14 16:20:49 +0000
  • 4a8cb3359b Fix broken tests Matthias 2022-10-14 14:59:55 +0000
  • 9d4ba767c4 Update usages of search_all_objects Matthias 2022-10-14 14:41:25 +0000
  • 1d8d360a12 update _search_all_objects functioning Matthias 2022-10-14 14:32:30 +0000
  • 80335aa9ea Merge branch 'bugfix/data_augmentation' of github.com:lolongcovas/freqtrade into strategies longyu 2022-10-14 12:23:17 +0200
  • a364b51423 add strategy v4 longyu 2022-10-14 12:22:58 +0200
  • 8406eb7baf
    Bump python from 3.10.7-slim-bullseye to 3.11.0rc2-slim-bullseye dependabot[bot] 2022-10-14 03:02:11 +0000
  • 7f05b44376
    Add eval set to CatboostClassifier Emre 2022-10-13 23:01:09 +0300
  • 02fc59d473 Merge branch 'develop' into backtest_live_models Wagner Costa Santos 2022-10-13 15:52:19 -0300
  • 4e1bf79239 backtest live models - documentation Wagner Costa Santos 2022-10-13 15:47:31 -0300
  • 6919f3aa75 Backtest live models - fix utc date convert issue Wagner Costa Santos 2022-10-13 15:03:27 -0300
  • c6d2eed4fc
    Merge pull request #7582 from th0rntwig/improve-freqai-docs Matthias 2022-10-13 19:57:56 +0200
  • f019471051 Don't round prices if no custom prices have been used Matthias 2022-10-13 19:30:59 +0200
  • 7672586de9 Fix unreliable hyperopt test Matthias 2022-10-13 19:43:37 +0200
  • c71c0e8da0 Fix some typos Matthias 2022-10-13 18:16:39 +0200
  • 93fe2b6446 Merge branch 'develop' into backtest_live_models Wagner Costa Santos 2022-10-13 11:22:58 -0300