Commit Graph

  • 1b0f37a93c Fix documentation typo Matthias 2022-08-22 20:17:04 +0200
  • 5f38a574ce Add okx broker id Matthias 2022-08-22 20:23:19 +0200
  • 5ce1c69803
    Improve DBSCAN epsilon identification (#7269) th0rntwig 2022-08-22 19:57:20 +0200
  • 60ba921f56
    Merge pull request #7282 from freqtrade/mem-leak-fix Matthias 2022-08-22 19:36:52 +0200
  • 71b0a5e6d6 freqtrade/freqai/data_kitchen.py robcaulk 2022-08-22 18:42:51 +0200
  • ac42c0153d deprecate indicator_max_period_candles, automatically compute startup candles for FreqAI backtesting. robcaulk 2022-08-22 18:19:07 +0200
  • 96d8882f1e Plug mem leak, add training timer robcaulk 2022-08-22 13:30:30 +0200
  • f55d5ffd8c Don't fail when --strategy-path is not a valid directory. Matthias 2022-08-22 09:18:51 +0000
  • 914b6247e4
    Merge pull request #7278 from freqtrade/dependabot/pip/develop/ccxt-1.92.52 Matthias 2022-08-22 08:41:52 +0200
  • da87e9cbb3
    Merge pull request #7275 from freqtrade/dependabot/pip/develop/types-requests-2.28.9 Matthias 2022-08-22 08:41:34 +0200
  • 484b147a89
    Merge pull request #7277 from freqtrade/dependabot/pip/develop/time-machine-2.8.1 Matthias 2022-08-22 07:13:05 +0200
  • 4fa01548f6 Remove old var from strategy interface Timothy Pogue 2022-08-21 22:49:42 -0600
  • 6f5478cc02 DataFrame transmission, strategy follower logic Timothy Pogue 2022-08-21 22:45:36 -0600
  • 015be770c3 ccxt now defaults to base volume for all markets Matthias 2022-08-22 06:42:14 +0200
  • 93d2f7fc85
    types-requests bump pre-commit Matthias 2022-08-22 06:37:26 +0200
  • 7844157a90
    Merge pull request #7276 from freqtrade/dependabot/pip/develop/jsonschema-4.14.0 Matthias 2022-08-22 06:31:29 +0200
  • 6e046884af
    Merge pull request #7273 from freqtrade/dependabot/pip/develop/fastapi-0.79.1 Matthias 2022-08-22 06:25:35 +0200
  • a784f63e9a
    Merge pull request #7274 from freqtrade/dependabot/pip/develop/mkdocs-material-8.4.1 Matthias 2022-08-22 06:24:22 +0200
  • ff9ed1abad
    Bump ccxt from 1.92.20 to 1.92.52 dependabot[bot] 2022-08-22 03:02:25 +0000
  • 354d3c0cda
    Bump time-machine from 2.7.1 to 2.8.1 dependabot[bot] 2022-08-22 03:02:10 +0000
  • eeb177110e
    Bump jsonschema from 4.9.1 to 4.14.0 dependabot[bot] 2022-08-22 03:02:03 +0000
  • 70848a258d
    Bump types-requests from 2.28.8 to 2.28.9 dependabot[bot] 2022-08-22 03:01:59 +0000
  • 3958e53aaa
    Bump mkdocs-material from 8.4.0 to 8.4.1 dependabot[bot] 2022-08-22 03:01:55 +0000
  • dfa7d1fc27
    Bump fastapi from 0.79.0 to 0.79.1 dependabot[bot] 2022-08-22 03:01:51 +0000
  • 353512899d Make file Flake8 compatible th0rntwig 2022-08-21 18:34:06 +0200
  • 2dc34779d5 Fix line length Matthias 2022-08-21 18:07:41 +0200
  • f6d832c6d9 Add get_option to expose ft_has via method Matthias 2022-08-21 17:48:13 +0200
  • 6855727f5c Improve DBSCAN epsilon identification elintornquist 2022-08-21 17:24:57 +0200
  • 87a3115073 Add get_open_trade_count() to simplify getting open trade count. Matthias 2022-08-21 10:03:04 +0200
  • 085f81ec9e Fix header indent on stake-size-management Matthias 2022-08-21 08:24:14 +0200
  • 0ec38e0cfd Fix typo in docs Matthias 2022-08-21 08:23:07 +0200
  • e2ab13a94c extra filename option added Emilio Basualdo 2022-08-20 16:54:58 -0300
  • 6189aa817c Fix HybridExample formatting Matthias 2022-08-20 19:50:18 +0200
  • 64b0834437 add credit in docstring robcaulk 2022-08-20 17:04:38 +0200
  • 90c03178b1 provide user directions, clean up strategy, remove unnecessary code. robcaulk 2022-08-20 17:02:18 +0200
  • 7b8a64e846 Merge branch 'feat/freqai' of github.com:lolongcovas/freqtrade into feat/freqai longyu 2022-08-20 16:21:53 +0200
  • 3110b869f7 merge longyu 2022-08-20 16:21:34 +0200
  • 660c61554e
    Merge branch 'freqtrade:feat/freqai' into feat/freqai lolong 2022-08-20 16:19:53 +0200
  • cdd4745693
    Merge pull request #7263 from freqtrade/okx_cache_tiers Matthias 2022-08-20 15:18:13 +0200
  • 1fb2e9558f Disable caching of leverage tiers in ccxt compat methods Matthias 2022-08-20 14:36:19 +0200
  • 5b3f031590 Use hyperopt safe amount precision method Matthias 2022-08-20 14:13:15 +0200
  • 4511634f3a improve test coverage Matthias 2022-08-20 14:03:47 +0200
  • 738e95b875 Add tests for leverage tiers caching Matthias 2022-08-20 13:47:34 +0200
  • b6e8b9df35 Use cached leverage tiers Matthias 2022-08-20 13:00:25 +0200
  • 52ec0d1046 Update binance Leverage tiers Matthias 2022-08-20 11:53:15 +0200
  • 7563050f17 Realign tests to precision backtesting Matthias 2022-08-20 11:47:15 +0200
  • 0da0600836 Have backtesting respect tradable size Matthias 2022-08-20 11:24:49 +0200
  • 54ddc1a4c2 Add --tradingmode alias Matthias 2022-08-20 11:24:20 +0200
  • aa3da092a0 Dont' use classProperty - that's not supported on 3.8 Matthias 2022-08-20 10:55:52 +0200
  • 63efb3ff3e
    Merge pull request #7245 from th0rntwig/improve-doc Matthias 2022-08-20 09:48:50 +0200
  • 665cf4431d Add explicit test cov. for .range behavior Matthias 2022-08-19 15:49:31 +0200
  • 01d45ed12e
    Merge pull request #7257 from freqtrade/feat/list-pair-time Matthias 2022-08-20 08:16:52 +0200
  • 7b8b73e651
    Merge pull request #7243 from lolongcovas/newbranch_test Matthias 2022-08-20 08:13:40 +0200
  • 739b68f8fd ExternalPairList plugin Timothy Pogue 2022-08-19 22:40:01 -0600
  • 692c6bf1fd Added and updated figs and fig descriptions elintornquist 2022-08-19 18:48:22 +0200
  • 88d6a7fbff additional edits robcaulk 2022-08-19 14:04:29 +0200
  • 9c6b745f06 Restructure and improve doc, add fiq elintornquist 2022-08-17 22:35:26 +0200
  • b44bd0171c
    Example Classifier strat Johan van der Vlugt 2022-08-19 19:10:37 +0200
  • 755041c134 add noise feature, improve docstrings feat/freqai robcaulk 2022-08-19 18:35:24 +0200
  • b9d48c3278 use numbers in HyperoptState properly ... Matthias 2022-08-19 15:40:06 +0200
  • 1389c8f5b6 Update documentation with show-timerange option Matthias 2022-08-19 15:34:10 +0200
  • 98c62dad91 integrate inlier metric function robcaulk 2022-08-18 19:15:29 +0200
  • 52ee7fc981 Add inlier metric computation th0rntwig 2022-08-18 14:44:49 +0200
  • 733f716819 Update documentation Matthias 2022-08-19 15:22:43 +0200
  • bc359675a2 Add --analyze-per-epoch - moving populate_analysis to the epoch process Matthias 2022-08-19 15:19:43 +0200
  • 09f8904545 Extract analysis to separate method Matthias 2022-08-19 15:12:55 +0200
  • 08ef5ad2d8 Add HyperoptState enum and container class Matthias 2022-08-19 15:11:43 +0200
  • 1c6f966579 Hyperopt: simplify parameter "can_optimize" handling Matthias 2022-08-19 15:03:03 +0200
  • 16af10a5bc Update notebook sample with simplified datadir configuration Matthias 2022-08-19 14:05:27 +0200
  • b7553d20d4 Get min/max data in list-data command Matthias 2022-08-19 13:44:31 +0200
  • 7d84ef2e2c Remove unused imports Matthias 2022-08-19 13:44:39 +0200
  • 521381ebf0 undo example strategy newline longyu 2022-08-19 12:40:03 +0200
  • 790534e0f8 Merge branch 'newbranch_test' of github.com:lolongcovas/freqtrade into newbranch_test longyu 2022-08-19 12:39:19 +0200
  • cfa5b3f12c add new line longyu 2022-08-19 12:39:08 +0200
  • 277245c69d remove line longyu 2022-08-19 12:39:00 +0200
  • b420614d65 Reduce code duplication in datahandlers Matthias 2022-08-19 09:33:07 +0200
  • 975bf8fe88 Update Docstring to match actual return values Matthias 2022-08-19 09:23:53 +0200
  • 47b3143534 Simplify and fix some tests Matthias 2022-08-19 09:10:54 +0200
  • 6834db11f3 minor improvements and pairlist data transmission Timothy Pogue 2022-08-19 00:06:19 -0600
  • 42eb508515 Attempt fix of #7184 Matthias 2022-08-06 20:05:35 +0200
  • 76a3e97e05 Add migrations end message Matthias 2022-08-19 06:39:51 +0200
  • 9f6bba40af initial concept for replicate, basic leader and follower logic Timothy Pogue 2022-08-18 10:39:20 -0600
  • 70a77ba3d9 Check for "last" availability in PrecisionFilter Matthias 2022-08-18 20:07:41 +0200
  • 1fada53ddd remove newline longyu 2022-08-18 19:40:00 +0200
  • 85b43ec1a1 Remove double-check for "isolated margin" Matthias 2022-08-18 15:23:58 +0200
  • fde469a253 Remove unnecessary check Matthias 2022-08-18 14:53:44 +0200
  • 075e9b8526 Log Exchange responses for set_leverage Matthias 2022-08-18 09:52:03 +0200
  • 46e8d9a5e4 Reduce verbosity when whitelist is empty Matthias 2022-08-18 09:09:37 +0200
  • 18fab86431 Add dock segment about webserver mode for docker Matthias 2022-08-18 08:32:15 +0200
  • 0461a89348 Fix test failures Matthias 2022-08-18 07:20:49 +0200
  • f70b0bab80 remove line longyu 2022-08-17 23:49:20 +0200
  • 66910bfe63 Don't fail if mark candles are missing Matthias 2022-08-17 10:04:09 +0200
  • 88dd9920ea sort imports for isort robcaulk 2022-08-17 16:38:09 +0200
  • 5155afb4e7 clean up code remnants robcaulk 2022-08-17 15:22:48 +0200
  • 0c34104e45 extract download-data from freqai to prepare for future async changes robcaulk 2022-08-17 15:18:44 +0200
  • 9c38c27eed ignore sample itself distance for avg_mean_dist computation longyu 2022-08-17 15:09:57 +0200
  • 72c34291e3 newline longyu 2022-08-17 15:09:10 +0200
  • 995defbb18 new line longyu 2022-08-17 15:07:06 +0200
  • 3140559446 ignore sample self distance in avg_mean_dist longyu 2022-08-17 14:57:38 +0200
  • 3983368228 gateio futures is showing base currency in volume! Matthias 2022-08-17 14:51:48 +0200