Commit Graph

  • 7a43f37eb7
    Merge pull request #7972 from Undertoned/develop Matthias 2023-01-04 16:38:29 +0100
  • f2fa476dc6 max_open_trades should be an integer Antonio Della Fortuna 2023-01-04 16:09:27 +0100
  • ed2b1b1ed1 Merge branch 'develop' into freqai_feature_engineering_functions Wagner Costa 2023-01-04 10:40:20 -0300
  • 801ab39a24 fix get dataframe data to include startup_candle Wagner Costa 2023-01-04 10:36:19 -0300
  • 3cbe51c3ca remove duplicated line robcaulk 2023-01-04 13:58:25 +0100
  • 1c5e172683 docs update Antonio Della Fortuna 2023-01-04 12:54:35 +0100
  • 38a780ef63
    Merge pull request #7973 from freqtrade/robcaulk-patch-1 Matthias 2023-01-04 12:51:14 +0100
  • dc25668468 handle data gaps between FreqAI and DP better robcaulk 2023-01-04 11:41:06 +0100
  • ce661cb58b Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades Antonio Della Fortuna 2023-01-04 10:35:09 +0100
  • 5fd85368a9 Added support for max_open_trades hyperopting Antonio Della Fortuna 2023-01-04 10:34:44 +0100
  • c384d1357e
    Update FreqaiExampleStrategy.py Robert Caulk 2023-01-03 21:52:16 +0100
  • 6f031f005d Fix flake error Matthias 2023-01-03 20:29:08 +0100
  • 63db1fd894 Fix Backtesting Analysis Column Wrong zhanglei14 2023-01-04 01:16:52 +0800
  • 314c0925bf fix get dataframe data to include startup_candle Wagner Costa 2023-01-03 14:02:42 -0300
  • 73114b93c2
    Update FreqaiExampleStrategy.py paranoidandy 2023-01-03 15:11:46 +0000
  • f593036a10
    Enhanced delete_lock() function Hicham Berbache 2023-01-03 15:07:09 +0100
  • 71ec32ac9e removed prints for strategy could not be loaded changed back to ast, astor is not really needed. hippocritical 2023-01-02 23:35:51 +0100
  • 697fad0ac4 Merge remote-tracking branch 'origin/strategy_utils' into strategy_utils hippocritical 2023-01-02 20:46:05 +0100
  • 0817e1698f requirements thinned out again StrategyResolver.search_all_objects(enum_failed) set to False since we got no use in True shortened update_code call added modified_code8 test which currently still fails. (and thereby is commented out) hippocritical 2023-01-02 20:45:56 +0100
  • 91d8370909
    Merge pull request #7966 from freqtrade/frog-hyper-docs Matthias 2023-01-02 20:35:05 +0100
  • 2c430c806c
    Fix ROI table comma and spacing Robert Davey 2023-01-02 15:54:49 +0000
  • 61d7129d7c
    Update freqtrade/commands/strategy_utils_commands.py hippocritical 2023-01-02 16:51:05 +0100
  • 52dfb0452c
    Update freqai-feature-engineering.md Robert Caulk 2023-01-02 16:06:54 +0100
  • 502ffbff32
    Bump ccxt from 2.4.60 to 2.5.11 dependabot[bot] 2023-01-02 12:53:09 +0000
  • 72f9c248f5
    Merge pull request #7961 from freqtrade/dependabot/pip/develop/time-machine-2.9.0 Matthias 2023-01-02 09:21:55 +0100
  • df25dbc048 Don't require a configuration for strategy-updater Matthias 2023-01-02 08:52:18 +0100
  • a712c5d42c Improve if formatting Matthias 2023-01-02 08:44:00 +0100
  • e89609dc3a
    Fix crash due to invalid parameter Matthias 2023-01-02 08:51:54 +0100
  • 5bb1f4a845
    Merge pull request #7962 from freqtrade/dependabot/pip/develop/pydantic-1.10.4 Matthias 2023-01-02 08:26:14 +0100
  • d1a0ae45e8
    Merge pull request #7960 from freqtrade/dependabot/pip/develop/filelock-3.9.0 Matthias 2023-01-02 08:25:11 +0100
  • 724465c798
    Bump pydantic from 1.10.2 to 1.10.4 dependabot[bot] 2023-01-02 03:01:07 +0000
  • 488b4512e0
    Bump time-machine from 2.8.2 to 2.9.0 dependabot[bot] 2023-01-02 03:01:00 +0000
  • d304f95c13
    Bump filelock from 3.8.2 to 3.9.0 dependabot[bot] 2023-01-02 03:00:55 +0000
  • 795adfa845
    Bump ccxt from 2.4.60 to 2.5.5 dependabot[bot] 2023-01-02 03:00:49 +0000
  • 66f7c91357 Adding tests added more code inside NameUpdater to grab more variables. hippocritical 2023-01-01 22:03:45 +0100
  • 762dd4f024 Adding tests added more code inside NameUpdater to grab more variables. hippocritical 2023-01-01 18:57:38 +0100
  • a51e44eea3 Adding tests hippocritical 2023-01-01 12:37:15 +0100
  • 74b924471a type ccxt_compat tests Matthias 2022-12-31 10:59:26 +0100
  • cd7bd9bf9a Update gate liquidation price link Matthias 2022-12-31 10:08:51 +0100
  • 6498e352c1 Remove pointless default Matthias 2022-12-31 10:23:20 +0100
  • 97e8bb09e8 Update exchange documentation with note about leverage Matthias 2022-08-21 17:16:03 +0200
  • 82218d01f4 sped up the function generic_visit that now skips unnecessary fields added mentioning of skipped class names since they could not be found hippocritical 2022-12-30 21:48:06 +0100
  • 5188464fc0 fix typo Stefano Ariestasia 2022-12-31 02:03:02 +0900
  • c8aa7720a2 added again feature check in BT from pred files Wagner Costa 2022-12-30 11:16:35 -0300
  • b39fc6b924 remove add pair to column from docs, fix keyerror bug and adjust hybrid strategy example Wagner Costa 2022-12-30 10:42:31 -0300
  • b2bab68fba move price assignment to feature_engineering_standard() to reduce un-requested feature additions in RL. Ensure old method of price assignment still works, add deprecation warning to help users migrate their strategies robcaulk 2022-12-30 13:02:39 +0100
  • 798438df9d Extract funding-rate call to separate method Matthias 2022-12-30 07:32:59 +0100
  • 499cc5bae1 Better visualize downloaded candletype in debug mode Matthias 2022-12-30 07:15:24 +0100
  • a6356c2821 Merge remote-tracking branch 'origin/strategy_utils' into strategy_utils hippocritical 2022-12-29 22:32:02 +0100
  • c6f045afa9 fixing issues of the maintainer found a bug meaning elts could contain lists of elts (now recurively gone through) hippocritical 2022-12-29 22:17:52 +0100
  • 2e30bdb9b2 freqai bt - fix tests Wagner Costa 2022-12-29 16:35:11 -0300
  • 9a46613975
    Merge pull request #7954 from freqtrade/new_release 2022.12 Matthias 2022-12-29 17:45:08 +0100
  • 2b89f643b7 adjust backtest to new feature engineering functions Wagner Costa 2022-12-28 19:03:41 -0300
  • c78b2080cc Add exception test for interest function Matthias 2022-12-28 17:42:35 +0100
  • 6ef15802eb make tables an optional dependency Matthias 2022-12-28 16:04:21 +0100
  • 973cfd0182
    Merge pull request #7810 from stash86/bt-metrics Matthias 2022-12-28 15:57:07 +0100
  • f0bd6b9589
    Merge pull request #7939 from freqtrade/dependabot/pip/develop/tables-3.8.0 Matthias 2022-12-28 15:55:43 +0100
  • 2805e83c9f Bump Develop version to 2023.1 Matthias 2022-12-28 15:53:43 +0100
  • 8e8f71ade5 Version bump 2022.12 Matthias 2022-12-28 15:42:38 +0100
  • 149539d3f9 Merge branch 'stable' into new_release Matthias 2022-12-28 15:42:29 +0100
  • 5cb8fe1a50 Add JOSS badge to freqtrade docs and readme.md Matthias 2022-12-28 15:40:12 +0100
  • c52910f28b Improve resiliance against invalid data Matthias 2022-12-28 15:30:57 +0100
  • 6434bf6745 Document new backtesting metrics Matthias 2022-12-28 15:29:55 +0100
  • 32bbe603cb Fix sortino std calculation Matthias 2022-12-28 14:59:23 +0100
  • 6f7eb71bbb ensure RL works with new naming scheme robcaulk 2022-12-28 14:52:33 +0100
  • d5b516842c Fix 2 docstrings Matthias 2022-12-28 14:44:23 +0100
  • f21185d1c4 Add tests for new metrics Matthias 2022-12-26 15:38:58 +0100
  • 02eb00fa33 Merge branch 'develop' into pr/stash86/7810 Matthias 2022-12-28 14:04:54 +0100
  • c2936d551b improve doc, update test strats, change function names robcaulk 2022-12-28 13:25:40 +0100
  • 4d112def17 Remove binance AD from docs page Matthias 2022-12-28 07:10:11 +0100
  • 126b8dac07
    Merge branch 'freqtrade:develop' into strategy_utils hippocritical 2022-12-27 22:34:24 +0100
  • 70e9fa6136 implementing the strategy_updater in a first version hippocritical 2022-12-27 20:14:39 +0100
  • cd4faa9c59 keep max_stake_amount through backtests Matthias 2022-12-27 18:08:20 +0100
  • 8227b4aafe freqAI Strategy - improve user experience Wagner Costa 2022-12-27 11:37:01 -0300
  • 62c4675e29 Remove some deprecated fields from the API Matthias 2022-12-27 13:55:46 +0100
  • cb66663fd2 show max_stake_amount in API Matthias 2022-12-27 13:46:27 +0100
  • 55001bf321 Keep max_stake_amount (only relevant for DCA orders). Matthias 2022-12-27 13:42:56 +0100
  • 6f2c3e2528 Split migration and persistence tests Matthias 2022-12-27 13:41:51 +0100
  • 2d6ca5c8bf
    Merge pull request #7949 from freqtrade/freqai-doc-update Matthias 2022-12-27 13:25:58 +0100
  • 20901c833a
    Improve purge_old_models explanation Robert Caulk 2022-12-27 10:08:09 +0100
  • 8a37eba0d9
    Merge pull request #7946 from freqtrade/dependabot/pip/develop/numpy-1.24.1 Matthias 2022-12-26 20:50:26 +0100
  • 882e68c68b Rename backtest-result from new to "not new". Matthias 2022-12-26 15:30:39 +0100
  • 6a15a9b412 Update backtest-result_new Matthias 2022-12-26 14:25:45 +0100
  • 1cef40a134
    Bump numpy from 1.23.5 to 1.24.1 dependabot[bot] 2022-12-26 14:31:47 +0000
  • e881175cc4
    Merge pull request #7945 from freqtrade/dependabot/pip/develop/ccxt-2.4.60 Matthias 2022-12-26 15:30:51 +0100
  • 63f114395a is_short should be a boolean Matthias 2022-12-26 14:02:47 +0100
  • aaeeb86622
    Bump ccxt from 2.4.27 to 2.4.60 dependabot[bot] 2022-12-26 12:40:26 +0000
  • 19913e8dc5
    Merge pull request #7940 from freqtrade/dependabot/pip/develop/isort-5.11.4 Matthias 2022-12-26 13:39:39 +0100
  • d60b38dad2
    Bump tables from 3.7.0 to 3.8.0 dependabot[bot] 2022-12-26 09:04:53 +0000
  • d01def3c61
    Merge pull request #7941 from freqtrade/dependabot/pip/develop/pre-commit-2.21.0 Matthias 2022-12-26 10:03:25 +0100
  • faab4b2342
    Merge pull request #7943 from freqtrade/dependabot/pip/develop/types-requests-2.28.11.7 Matthias 2022-12-26 10:02:49 +0100
  • c5b246af80
    Bump isort from 5.11.3 to 5.11.4 dependabot[bot] 2022-12-26 08:24:40 +0000
  • 9296ad23d9
    Merge pull request #7938 from freqtrade/dependabot/pip/develop/nbconvert-7.2.7 Matthias 2022-12-26 09:21:43 +0100
  • 00112d81d2
    Bump types-requests pre-commit Matthias 2022-12-26 09:21:18 +0100
  • 9a556d2639 Remove all mac conflicts Matthias 2022-12-26 08:57:01 +0100
  • 18709406c5 use link overwrite Matthias 2022-12-26 08:50:55 +0100
  • 9ea8792d3c Attempt brew fix Matthias 2022-12-26 08:45:02 +0100
  • 3993bd7c1c
    Bump types-requests from 2.28.11.5 to 2.28.11.7 dependabot[bot] 2022-12-26 03:01:11 +0000
  • 4e04cc975d
    Bump ccxt from 2.4.27 to 2.4.58 dependabot[bot] 2022-12-26 03:01:01 +0000
  • e0f60e175f
    Bump pre-commit from 2.20.0 to 2.21.0 dependabot[bot] 2022-12-26 03:01:00 +0000