Commit Graph

  • f816c15e1e Update discord message format Matthias 2022-06-11 12:02:41 +02:00
  • 3a06337601 Update API to provide new values. Matthias 2022-06-11 11:28:45 +02:00
  • 9ba11f7bcc Update docs and tests for new daily command Matthias 2022-06-11 11:26:49 +02:00
  • 76827b31a9 Add relative profit to daily/weekly commands Matthias 2022-06-11 11:18:21 +02:00
  • 0a801c0223 Simplify daily RPC test Matthias 2022-06-11 08:58:36 +02:00
  • 1a5c3c587d Simplify weekly/monthly tests, convert to usdt Matthias 2022-06-11 08:38:30 +02:00
  • ab6a306e07 Update daily test to USDT Matthias 2022-06-10 20:52:05 +02:00
  • 2c7c5f9a6e Update mock_usdt trade method Matthias 2022-06-10 20:34:17 +02:00
  • eb47c74096 merge datarehaul into main freqai branch robcaulk 2022-06-10 20:26:19 +02:00
  • 76f87377ba Reduce decimals on FIAT daily column Matthias 2022-06-10 20:18:33 +02:00
  • e8f8cd9d36 Merge pull request #6960 from italodamato/opt-ask-force-new-points Matthias 2022-06-10 19:45:36 +02:00
  • 7142394121 remove random_state condition Italo 2022-06-10 09:46:45 +01:00
  • ad3c01736e time aggregate to only query for data necessary Matthias 2022-06-10 07:26:53 +02:00
  • 2218313f5c Merge pull request #6957 from freqtrade/rpc_consolidate_daily Matthias 2022-06-10 06:39:59 +02:00
  • 2e67e2f911 Merge pull request #6958 from italodamato/opt-ask-force-new-points Matthias 2022-06-10 06:37:03 +02:00
  • dce9fdd0e4 don't overwrite is_random Italo 2022-06-09 20:06:23 +01:00
  • 8fb743b91d improve variable wording Matthias 2022-06-09 20:13:26 +02:00
  • dd32127014 Merge pull request #6944 from gaugau3000/develop Matthias 2022-06-09 20:10:29 +02:00
  • 3c2ba99fc4 Improve sql cheatsheet docs Matthias 2022-06-09 19:57:56 +02:00
  • a9c7ad8a0f Add warning about sqlite disabled foreign keys Matthias 2022-06-09 19:51:21 +02:00
  • 1ddd5f1901 Update docstring throughout the bot. Matthias 2022-06-09 19:41:08 +02:00
  • 88f8cbe172 Update tests to reflect new naming Matthias 2022-06-09 06:45:22 +02:00
  • b211a5156f Add test for strategy_wrapper lazy loading Matthias 2022-06-09 19:36:15 +02:00
  • a547001601 Reduce Telegram "unit" stats Matthias 2022-06-08 20:09:51 +02:00
  • d4dd026310 Consolidate monthly stats to common method Matthias 2022-06-08 19:52:05 +02:00
  • 3cb15a2a54 Combine weekly and daily profit methods Matthias 2022-06-08 07:08:01 +02:00
  • c550cd8b0d Simplify query in freqtradebot Matthias 2022-06-09 07:04:46 +02:00
  • 6a7ffd5483 Merge pull request #6952 from freqtrade/dependabot/docker/python-3.10.5-slim-bullseye Matthias 2022-06-09 06:27:59 +02:00
  • d265b8adb6 Bump python from 3.10.4-slim-bullseye to 3.10.5-slim-bullseye dependabot[bot] 2022-06-09 03:01:48 +00:00
  • 7eacb847b0 Fix backtesting bug when order is not replaced Matthias 2022-06-08 20:21:45 +02:00
  • ac40ae89b9 give extra info on rate origin for confirm_trade_* gautier pialat 2022-06-08 00:20:33 +02:00
  • 381d64833d version-bump ccxt Matthias 2022-06-07 21:05:31 +02:00
  • d9b79d94e4 increase candle update flexibility to allow long sequential trainings that may last more than one candle robcaulk 2022-06-07 20:57:10 +02:00
  • 66800c7a45 ensure newest candles are always appended robcaulk 2022-06-07 20:24:23 +02:00
  • f8f25e36ef update example config/strat robcaulk 2022-06-07 19:54:45 +02:00
  • 15d049cffe detect if upper tf candles are new or not, append if so. Correct the epoch for candle update check robcaulk 2022-06-07 19:49:20 +02:00
  • ca281c5722 Merge pull request #6943 from freqtrade/cancel_outdated_orders Matthias 2022-06-07 18:05:15 +02:00
  • 9534d6cca1 Cancel orders which can no longer be found after several days Matthias 2022-06-07 07:03:40 +02:00
  • cab8f517b4 add lock to datadrawer robcaulk 2022-06-07 01:07:30 +02:00
  • 4b26b6aaec add lock to any historic data access robcaulk 2022-06-07 00:54:18 +02:00
  • 3c2e314ee5 Fix bugs Robert Caulk 2022-06-06 16:26:07 -06:00
  • e6c5e737a2 Fix other bugs Robert Caulk 2022-06-06 16:24:32 -06:00
  • bf19055e53 Update function spelling Robert Caulk 2022-06-06 15:56:12 -06:00
  • 2451ed8c88 Quick bug fix Robert Caulk 2022-06-06 15:11:54 -06:00
  • 5007024f63 Merge pull request #6940 from freqtrade/bt_orders Matthias 2022-06-06 13:44:21 +02:00
  • de79192432 Merge pull request #6941 from freqtrade/ci/concurrency Matthias 2022-06-06 13:36:55 +02:00
  • 057be50941 Remove old concurrency method Matthias 2022-06-06 11:11:47 +02:00
  • 4eb6e80b4f Merge pull request #6936 from freqtrade/dependabot/pip/develop/jsonschema-4.6.0 Matthias 2022-06-06 11:03:40 +02:00
  • c00a7b65af Merge pull request #6937 from freqtrade/dependabot/pip/develop/types-requests-2.27.30 Matthias 2022-06-06 11:00:40 +02:00
  • 0b806af487 Add orders column to btresult Matthias 2022-05-26 07:17:22 +02:00
  • 82c5a6b29d Update CI to use concurrency Matthias 2022-06-06 10:57:33 +02:00
  • ea9b68badd Add updating freqtrade to updating desc Matthias 2022-06-06 10:50:48 +02:00
  • 99f6c75c40 Bump types-requests precommit Matthias 2022-06-06 10:22:19 +02:00
  • e2948857bf Merge pull request #6938 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.37 Matthias 2022-06-06 10:21:38 +02:00
  • 767de555a6 Merge pull request #6934 from freqtrade/dependabot/pip/develop/filelock-3.7.1 Matthias 2022-06-06 10:20:50 +02:00
  • 73043f2ccc Merge pull request #6933 from freqtrade/dependabot/pip/develop/orjson-3.7.1 Matthias 2022-06-06 10:20:35 +02:00
  • 55cda53325 Merge pull request #6935 from freqtrade/dependabot/pip/develop/mkdocs-material-8.3.2 Matthias 2022-06-06 10:20:08 +02:00
  • a96dce0f8f Merge pull request #6939 from freqtrade/dependabot/pip/develop/ccxt-1.84.97 Matthias 2022-06-06 10:19:48 +02:00
  • 05922e9ebc Bump ccxt from 1.84.39 to 1.84.97 dependabot[bot] 2022-06-06 03:02:15 +00:00
  • 4affa75ff5 Bump sqlalchemy from 1.4.36 to 1.4.37 dependabot[bot] 2022-06-06 03:02:07 +00:00
  • 963dc0221c Bump types-requests from 2.27.29 to 2.27.30 dependabot[bot] 2022-06-06 03:01:59 +00:00
  • 35316ec068 Bump jsonschema from 4.5.1 to 4.6.0 dependabot[bot] 2022-06-06 03:01:55 +00:00
  • 6547f3aadb Bump mkdocs-material from 8.2.16 to 8.3.2 dependabot[bot] 2022-06-06 03:01:52 +00:00
  • 04cb49b7e4 Bump filelock from 3.7.0 to 3.7.1 dependabot[bot] 2022-06-06 03:01:48 +00:00
  • 786bc36163 Bump orjson from 3.6.8 to 3.7.1 dependabot[bot] 2022-06-06 03:01:44 +00:00
  • 79107fd062 Add minimal order object serialization Matthias 2022-05-26 07:11:43 +02:00
  • 8369d5bedd Include open orders in json responses Matthias 2022-05-24 20:31:45 +02:00
  • c0ff554d5b Cleanup old, left open dry-run orders Matthias 2022-05-24 20:12:05 +02:00
  • f709222943 Properly close out orders in backtesting Matthias 2022-04-29 06:53:30 +02:00
  • c499bb051f Allow empty unfilledtimeout for webserver mode Matthias 2022-06-05 19:41:17 +02:00
  • a790bad1e4 Add entry_tag to leverage callback Matthias 2022-06-05 10:21:06 +02:00
  • 27bea580d4 Fix rest-client script's force_enter Matthias 2022-06-05 09:40:04 +02:00
  • d6b8801f41 fix follower bug robcaulk 2022-06-05 04:40:58 +02:00
  • e8c0dcf9f3 add debug message to timerange robcaulk 2022-06-03 17:14:07 +02:00
  • f2762e3b4b fix bug in return_values() robcaulk 2022-06-03 16:58:51 +02:00
  • 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 +02:00
  • 15a971346d catch infinity values when filtering robcaulk 2022-06-02 17:12:12 +02:00
  • 7d41542f93 process_only_new_candles in examplestrat should be True, thanks @Bloodhunter4rc Robert Caulk 2022-06-02 07:24:08 -06:00
  • fea39254d9 fix custom_exit (thanks @paranoidandy) robcaulk 2022-06-02 14:58:45 +02:00
  • b37c31cc21 fix ta-lib issue with simultaneous method access robcaulk 2022-06-02 14:37:40 +02:00
  • 4ac6ef2972 make defining period intervals more user friendly and flexible robcaulk 2022-06-02 13:45:29 +02:00
  • ace951bf7e another queue bug fix for fresh starts robcaulk 2022-06-02 13:28:06 +02:00
  • eb4adeab4d fix flake8 issues Anuj Shah 2022-06-02 11:19:29 +05:30
  • 45c47bda60 refactor into discord rpc module Anuj Shah 2022-06-01 21:14:48 +05:30
  • afd8e85835 feat: add support for discord notification Anuj Shah 2022-06-01 15:54:32 +05:30
  • 833d25bda0 Save data after queue reorg robcaulk 2022-06-01 08:05:38 +02:00
  • 0b0dd8dd80 Force high priority pair to be trained before anything else. robcaulk 2022-06-01 07:55:05 +02:00
  • c57db0a330 Version bump 2022.5.1 2022.5.1 Matthias 2022-06-01 06:34:28 +02:00
  • f5087a82dc Merge branch 'stable' into new_release Matthias 2022-06-01 06:33:42 +02:00
  • 7fe8b7661d Display the signal candle analyzed in telegram. Surfer Admin 2022-05-31 15:46:43 -04:00
  • 34a44b9dd2 Fix backtesting bug when canceling orders Matthias 2022-05-31 20:32:29 +02:00
  • 66edbcd3d5 Fix slight backtesting bug in edge-case scenarios Matthias 2022-05-31 20:08:34 +02:00
  • 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 +02:00
  • 3549176370 Update missleading docstring Matthias 2022-05-31 17:52:45 +02:00
  • 88845f6d88 Fix cancel order deleting trade Matthias 2022-05-31 17:49:51 +02:00
  • eee337c764 Merge pull request #6906 from freqtrade/params_to_instance Matthias 2022-05-31 16:18:48 +02:00
  • 9b3b08a2bb let follower purge old model files robcaulk 2022-05-31 15:37:38 +02:00
  • bac4ced382 Ensure follower predictions are persistent and uniquely stored robcaulk 2022-05-31 14:35:04 +02:00
  • ea537b32c7 Update tests for leverage_tier_loading Matthias 2022-05-31 11:40:14 +00:00
  • 70adf55643 Automatically detect and change follower data_path to accommodate remote systems robcaulk 2022-05-31 12:35:09 +02:00