Commit Graph

  • 9534d6cca1 Cancel orders which can no longer be found after several days Matthias 2022-06-07 07:03:40 +0200
  • cab8f517b4 add lock to datadrawer robcaulk 2022-06-07 01:07:30 +0200
  • 4b26b6aaec add lock to any historic data access robcaulk 2022-06-07 00:54:18 +0200
  • 3c2e314ee5
    Fix bugs Robert Caulk 2022-06-06 16:26:07 -0600
  • e6c5e737a2
    Fix other bugs Robert Caulk 2022-06-06 16:24:32 -0600
  • bf19055e53
    Update function spelling Robert Caulk 2022-06-06 15:56:12 -0600
  • 2451ed8c88
    Quick bug fix Robert Caulk 2022-06-06 15:11:54 -0600
  • 5007024f63
    Merge pull request #6940 from freqtrade/bt_orders Matthias 2022-06-06 13:44:21 +0200
  • de79192432
    Merge pull request #6941 from freqtrade/ci/concurrency Matthias 2022-06-06 13:36:55 +0200
  • 057be50941 Remove old concurrency method Matthias 2022-06-06 11:11:47 +0200
  • 4eb6e80b4f
    Merge pull request #6936 from freqtrade/dependabot/pip/develop/jsonschema-4.6.0 Matthias 2022-06-06 11:03:40 +0200
  • c00a7b65af
    Merge pull request #6937 from freqtrade/dependabot/pip/develop/types-requests-2.27.30 Matthias 2022-06-06 11:00:40 +0200
  • 0b806af487 Add orders column to btresult Matthias 2022-05-26 07:17:22 +0200
  • 82c5a6b29d Update CI to use concurrency Matthias 2022-06-06 10:57:33 +0200
  • ea9b68badd Add updating freqtrade to updating desc Matthias 2022-06-06 10:50:48 +0200
  • 99f6c75c40
    Bump types-requests precommit Matthias 2022-06-06 10:22:19 +0200
  • e2948857bf
    Merge pull request #6938 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.37 Matthias 2022-06-06 10:21:38 +0200
  • 767de555a6
    Merge pull request #6934 from freqtrade/dependabot/pip/develop/filelock-3.7.1 Matthias 2022-06-06 10:20:50 +0200
  • 73043f2ccc
    Merge pull request #6933 from freqtrade/dependabot/pip/develop/orjson-3.7.1 Matthias 2022-06-06 10:20:35 +0200
  • 55cda53325
    Merge pull request #6935 from freqtrade/dependabot/pip/develop/mkdocs-material-8.3.2 Matthias 2022-06-06 10:20:08 +0200
  • a96dce0f8f
    Merge pull request #6939 from freqtrade/dependabot/pip/develop/ccxt-1.84.97 Matthias 2022-06-06 10:19:48 +0200
  • 05922e9ebc
    Bump ccxt from 1.84.39 to 1.84.97 dependabot[bot] 2022-06-06 03:02:15 +0000
  • 4affa75ff5
    Bump sqlalchemy from 1.4.36 to 1.4.37 dependabot[bot] 2022-06-06 03:02:07 +0000
  • 963dc0221c
    Bump types-requests from 2.27.29 to 2.27.30 dependabot[bot] 2022-06-06 03:01:59 +0000
  • 35316ec068
    Bump jsonschema from 4.5.1 to 4.6.0 dependabot[bot] 2022-06-06 03:01:55 +0000
  • 6547f3aadb
    Bump mkdocs-material from 8.2.16 to 8.3.2 dependabot[bot] 2022-06-06 03:01:52 +0000
  • 04cb49b7e4
    Bump filelock from 3.7.0 to 3.7.1 dependabot[bot] 2022-06-06 03:01:48 +0000
  • 786bc36163
    Bump orjson from 3.6.8 to 3.7.1 dependabot[bot] 2022-06-06 03:01:44 +0000
  • 79107fd062 Add minimal order object serialization Matthias 2022-05-26 07:11:43 +0200
  • 8369d5bedd Include open orders in json responses Matthias 2022-05-24 20:31:45 +0200
  • c0ff554d5b Cleanup old, left open dry-run orders Matthias 2022-05-24 20:12:05 +0200
  • f709222943 Properly close out orders in backtesting Matthias 2022-04-29 06:53:30 +0200
  • c499bb051f Allow empty unfilledtimeout for webserver mode Matthias 2022-06-05 19:41:17 +0200
  • 9f1a7209d6
    Merge branch 'develop' into feature_keyval_storage eSeR1805 2022-06-05 12:18:30 +0300
  • abda02572b
    Fix KeyValue __repr__. eSeR1805 2022-06-05 12:18:07 +0300
  • a790bad1e4 Add entry_tag to leverage callback Matthias 2022-06-05 10:21:06 +0200
  • 27bea580d4 Fix rest-client script's force_enter Matthias 2022-06-05 09:40:04 +0200
  • d6b8801f41 fix follower bug robcaulk 2022-06-05 04:40:58 +0200
  • e8c0dcf9f3 add debug message to timerange robcaulk 2022-06-03 17:14:07 +0200
  • f2762e3b4b fix bug in return_values() robcaulk 2022-06-03 16:58:51 +0200
  • 16b4a5b71f rehaul of backend data management - increasing performance by holding history in memory, reducing load on the ratelimit by only pinging exchange once per candle. Improve code readability. robcaulk 2022-06-03 15:19:46 +0200
  • 15a971346d catch infinity values when filtering robcaulk 2022-06-02 17:12:12 +0200
  • 7d41542f93
    process_only_new_candles in examplestrat should be True, thanks @Bloodhunter4rc Robert Caulk 2022-06-02 07:24:08 -0600
  • fea39254d9 fix custom_exit (thanks @paranoidandy) robcaulk 2022-06-02 14:58:45 +0200
  • b37c31cc21 fix ta-lib issue with simultaneous method access robcaulk 2022-06-02 14:37:40 +0200
  • 4ac6ef2972 make defining period intervals more user friendly and flexible robcaulk 2022-06-02 13:45:29 +0200
  • ace951bf7e another queue bug fix for fresh starts robcaulk 2022-06-02 13:28:06 +0200
  • eb4adeab4d fix flake8 issues Anuj Shah 2022-06-02 11:19:29 +0530
  • 45c47bda60 refactor into discord rpc module Anuj Shah 2022-06-01 21:14:48 +0530
  • afd8e85835 feat: add support for discord notification Anuj Shah 2022-06-01 15:54:32 +0530
  • 833d25bda0 Save data after queue reorg robcaulk 2022-06-01 08:05:38 +0200
  • 0b0dd8dd80 Force high priority pair to be trained before anything else. robcaulk 2022-06-01 07:55:05 +0200
  • c57db0a330 Version bump 2022.5.1 2022.5.1 Matthias 2022-06-01 06:34:28 +0200
  • f5087a82dc Merge branch 'stable' into new_release Matthias 2022-06-01 06:33:42 +0200
  • 7fe8b7661d Display the signal candle analyzed in telegram. Surfer Admin 2022-05-31 15:46:43 -0400
  • 34a44b9dd2 Fix backtesting bug when canceling orders Matthias 2022-05-31 20:32:29 +0200
  • 66edbcd3d5 Fix slight backtesting bug in edge-case scenarios Matthias 2022-05-31 20:08:34 +0200
  • 7523ed825e automatically detect maximum required data based on user fed indicators (to avoid NaNs in dataset for rolling indicators), add new config parameter for backtesting to let users increase their startup_candles to accommodate high timeframe indicators, add docs to explain all. Add new feature for automatic indicator duplication according to user defined intervals (exhibited in example strat and configs now). robcaulk 2022-05-31 18:42:27 +0200
  • 3549176370 Update missleading docstring Matthias 2022-05-31 17:52:45 +0200
  • 88845f6d88 Fix cancel order deleting trade Matthias 2022-05-31 17:49:51 +0200
  • eee337c764
    Merge pull request #6906 from freqtrade/params_to_instance Matthias 2022-05-31 16:18:48 +0200
  • 9b3b08a2bb let follower purge old model files robcaulk 2022-05-31 15:37:38 +0200
  • de01aaf290
    Add documentation details. eSeR1805 2022-05-31 16:17:31 +0300
  • 096e98a68c
    Remove stray debug message. eSeR1805 2022-05-31 16:16:57 +0300
  • bac4ced382 Ensure follower predictions are persistent and uniquely stored robcaulk 2022-05-31 14:35:04 +0200
  • ea537b32c7 Update tests for leverage_tier_loading Matthias 2022-05-31 11:40:14 +0000
  • 70adf55643 Automatically detect and change follower data_path to accommodate remote systems robcaulk 2022-05-31 12:35:09 +0200
  • 0306f5ca13 Add autopurge feature so that FreqAI cleans up after itself when it no longer needs old models on disk robcaulk 2022-05-31 11:58:21 +0200
  • 854bd9af2b
    Merge branch 'develop' into feature_keyval_storage eSeR1805 2022-05-31 12:28:58 +0300
  • 10917a280a
    Add initial structure and wrapping. eSeR1805 2022-05-31 12:26:07 +0300
  • cce8d1aa4d Update get_market_leverage_tiers to be async Matthias 2022-05-31 08:48:34 +0000
  • be6e0813db Remove --strategy from analysis test Matthias 2022-05-31 06:34:08 +0200
  • 45f4f0f603 ensure follower sends back null arrays in case leader hasnt created a model file yet robcaulk 2022-05-31 01:48:48 +0200
  • 29d2f59f12 fix PCA bug robcaulk 2022-05-31 00:40:45 +0200
  • 606f18e5c1 Add follow_mode feature so that secondary bots can be launched with the same identifier and load models trained by the leader robcaulk 2022-05-30 21:35:48 +0200
  • c285ad0e2b Remove --strategy parameters, update docs Matthias 2022-05-30 20:26:24 +0200
  • d950b0acbe Update documentation about dynamic parameters Matthias 2022-05-30 18:17:07 +0200
  • 5b4c649d43 detect variable sized dataframes coming from strat, adjust our stored/returned data accordingly robcaulk 2022-05-30 13:55:46 +0200
  • e229902381 fix bug in previous commit robcaulk 2022-05-30 12:48:22 +0200
  • a20651efd8 Increase performance by only predicting on most recent candle instead of full strat provided dataframe. Collect predictions and store them so that we can feed true predictions back to strategy (so that frequi isnt updating historic predictions based on newly trained models). robcaulk 2022-05-30 11:37:05 +0200
  • d8df9fdccf
    Merge pull request #6900 from freqtrade/dependabot/pip/develop/types-requests-2.27.29 Matthias 2022-05-30 08:36:39 +0200
  • 8e2c7e1298 extract detect_parameters to separate function Matthias 2022-05-30 07:22:16 +0200
  • f323cbc769
    Bump types-requests precommit Matthias 2022-05-30 07:23:05 +0200
  • b73fd0ac69
    Merge pull request #6899 from freqtrade/dependabot/pip/develop/mypy-0.960 Matthias 2022-05-30 07:22:39 +0200
  • 5bf021be2e Enhance hyperoptable strategy to test instance parameters Matthias 2022-05-30 07:08:37 +0200
  • eaa656f859 Hyperoptable parameters can be instance attributes Matthias 2022-05-30 07:07:47 +0200
  • 2b2967f34e
    Bump types-requests from 2.27.27 to 2.27.29 dependabot[bot] 2022-05-30 04:54:54 +0000
  • 7962092092
    Merge pull request #6897 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.17 Matthias 2022-05-30 06:54:21 +0200
  • 386d3e0353 Rename stop/roi loading method Matthias 2022-05-30 06:52:44 +0200
  • ad8ff10a05 Minor doc changes Matthias 2022-05-30 06:32:35 +0200
  • 41052b4e1e
    Bump types dateutil precommit Matthias 2022-05-30 06:28:03 +0200
  • 8837e1937b
    Merge pull request #6896 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.12 Matthias 2022-05-30 06:27:25 +0200
  • d83b204f4b
    Merge pull request #6901 from freqtrade/dependabot/pip/develop/ccxt-1.84.39 Matthias 2022-05-30 06:25:39 +0200
  • 5d801ff287
    Merge pull request #6898 from freqtrade/dependabot/pip/develop/mkdocs-material-8.2.16 Matthias 2022-05-30 06:22:16 +0200
  • 2866aa4c0d
    Bump cachetools from 4.2.2 to 5.2.0 dependabot[bot] 2022-05-30 03:02:29 +0000
  • 23fa00e29a
    Bump ccxt from 1.83.62 to 1.84.39 dependabot[bot] 2022-05-30 03:02:26 +0000
  • a937f36997
    Bump mypy from 0.950 to 0.960 dependabot[bot] 2022-05-30 03:02:13 +0000
  • 9366c1d36f
    Bump mkdocs-material from 8.2.15 to 8.2.16 dependabot[bot] 2022-05-30 03:02:03 +0000
  • e7c78529e9
    Bump types-python-dateutil from 2.8.16 to 2.8.17 dependabot[bot] 2022-05-30 03:01:58 +0000
  • b52fd0b4df
    Bump python-telegram-bot from 13.11 to 13.12 dependabot[bot] 2022-05-30 03:01:56 +0000