Commit Graph

  • 8639c1f23d Reduce complexity in binance stoploss handling Matthias 2022-09-17 10:56:27 +0200
  • 93237efc15
    Merge pull request #7428 from freqtrade/informative_freqai Matthias 2022-09-17 16:44:28 +0200
  • a7312dec03 add automatic change to process_only_new_candles, fix flake8 robcaulk 2022-09-17 16:37:39 +0200
  • ff300d5c85 Add function to search exchange for closest matching pairs/tfs robcaulk 2022-09-17 15:05:50 +0200
  • 38b28fc4da Update duplicated test Matthias 2022-09-17 14:19:20 +0200
  • 4182a7891a Allow leverage tier cache to be 4 weeks old. Matthias 2022-09-17 10:41:48 +0200
  • 6682ae35b3 Update cached binance_leverage_tiers Matthias 2022-09-17 10:37:47 +0200
  • 10ec681b30 Clean up no longer needed informative sample code Matthias 2022-09-17 10:19:46 +0200
  • d62cef01be Add test for __informative_pairs_freqai Matthias 2022-09-17 10:18:08 +0200
  • 0aada271ca Move informative_pairs for freqAI to backend Matthias 2022-09-17 10:11:04 +0200
  • 4422ac7f45 constrain port in config, catch value error Timothy Pogue 2022-09-16 19:22:24 -0600
  • 86aa875bc9 plot features as html instead of png initrv 2022-09-16 21:47:12 +0300
  • b707a6da35 Add ability to plot feature importance initrv 2022-09-16 19:17:41 +0300
  • e5368f5a14 backtesting confirm_trade_entry should pass correct amount, not stake-amount Matthias 2022-09-16 13:24:20 +0000
  • b0b575ead9 change json serialize to split orient Timothy Pogue 2022-09-16 00:02:27 -0600
  • 1ad25095c1 change test server from localhost to 127.0.0.1 Timothy Pogue 2022-09-15 19:40:45 -0600
  • efaef68ad7 Merge branch 'develop' into feat/externalsignals Timothy Pogue 2022-09-15 18:09:25 -0600
  • 7d1645ac20 fix tests and warning message Timothy Pogue 2022-09-15 17:54:31 -0600
  • 4d93a6b757 add spice_rack strat to rpc test robcaulk 2022-09-16 01:25:35 +0200
  • dac07c5609 ensure pytest passes robcaulk 2022-09-16 01:15:19 +0200
  • fb2d190865 add tests for spice_rack robcaulk 2022-09-16 00:46:55 +0200
  • b209490009 add spice_rack to FreqAI robcaulk 2022-09-15 23:26:43 +0200
  • 8e75852ff3 fix constants, update config example, add emc config validation Timothy Pogue 2022-09-15 11:12:05 -0600
  • ff285fffe1 add min max strategies and data augmentation training longyu 2022-09-15 14:14:02 +0200
  • 025b98decd bring back doc sentence robcaulk 2022-09-15 01:01:33 +0200
  • 3b97b3d5c8 fix mypy error for strategy robcaulk 2022-09-15 00:56:51 +0200
  • 8aac644009 add tests. add guardrails. robcaulk 2022-09-15 00:46:35 +0200
  • 6126925dbe message size limit in mb, default to 8mb Timothy Pogue 2022-09-14 16:42:14 -0600
  • 48140bff91 fix bug in 4ActRLEnv robcaulk 2022-09-14 22:53:53 +0200
  • 81417cb795 Merge branch 'develop' into dev-merge-rl robcaulk 2022-09-14 22:49:11 +0200
  • 711849abd6 Use Wheels for win builds Matthias 2022-09-14 07:16:57 +0200
  • 8a236c3c4f
    Merge pull request #7412 from initrv/fix-purge-old-models Matthias 2022-09-14 07:10:57 +0200
  • 91bc3d1161 Update docs aroudn use_exit_signal Matthias 2022-09-14 07:04:14 +0200
  • 49800e4cc3 pin ci python to 3.10.6 for now Matthias 2022-09-14 06:55:05 +0200
  • aed19ff6ce fix The future belongs to a different loop error Timothy Pogue 2022-09-13 19:17:12 -0600
  • 37dd22c89e Fixed a bug that prevents clearing old models initrv 2022-09-14 03:40:13 +0300
  • 06350a13cb support specifying message size in emc config Timothy Pogue 2022-09-13 16:39:53 -0600
  • d75d5a7dad debug ping error message Timothy Pogue 2022-09-13 16:06:25 -0600
  • 7a98775f01 Version bump apiVersion Matthias 2022-09-13 22:07:59 +0200
  • 46a425d1b6 fix OOM on emc test Timothy Pogue 2022-09-13 13:36:21 -0600
  • 7b6e465d57 Remove gate live test skip Matthias 2022-09-13 21:28:11 +0200
  • 877d24bcdd Fix external dependency of test Matthias 2022-09-13 20:42:32 +0200
  • d2abc9417f Simplify ws imports Matthias 2022-09-13 20:42:24 +0200
  • 79c70bd52d use WebSocketState from fastapi Matthias 2022-09-13 20:12:02 +0200
  • aeaca78940 change port in send_msg test Timothy Pogue 2022-09-13 12:39:12 -0600
  • 07aa206f71 real fix for reconnecting Timothy Pogue 2022-09-13 12:36:40 -0600
  • 6d0dfd4dc8 continue trying connect on ping error Timothy Pogue 2022-09-13 12:27:41 -0600
  • 4be671c59c Changing the default OHLCV data from json to hdf5 xaveedra 2022-09-13 19:29:47 +0300
  • 75ce9067dc fix dp test Timothy Pogue 2022-09-12 16:39:16 -0600
  • 26441820a9
    Merge pull request #7390 from aemr3/add-xgboostclassifier Robert Caulk 2022-09-12 23:38:04 +0200
  • bf2e5dee75 add running false on shutdown, fix dp typing Timothy Pogue 2022-09-12 14:21:39 -0600
  • 12a3e90f78 fix tests Timothy Pogue 2022-09-12 14:12:39 -0600
  • 0697041f14 remove copy statement where not needed Timothy Pogue 2022-09-12 14:09:12 -0600
  • c19a5fbe06 copy data being transferred, remove debug messages in emc Timothy Pogue 2022-09-12 13:57:29 -0600
  • b6434040de Remove plain json serializer implementation Matthias 2022-09-12 20:24:28 +0200
  • 867d59b930 Improve type specifitivity Matthias 2022-09-12 20:00:01 +0200
  • 0052e58917 emc: Fix potential startup timing issue Matthias 2022-09-12 19:50:22 +0200
  • a477b3c244 remove log line, fix tests to not connect to actual ip Timothy Pogue 2022-09-12 10:45:59 -0600
  • 10852555e5 change verbosity of testing log Timothy Pogue 2022-09-12 09:53:47 -0600
  • fac8f19554
    Merge pull request #7396 from freqtrade/hyperopt_per_epoch Matthias 2022-09-12 15:56:03 +0200
  • 457075b823 one more line Timothy Pogue 2022-09-12 07:47:30 -0600
  • d6205e6cfb test logging lines Timothy Pogue 2022-09-12 07:36:11 -0600
  • 85b43a7c34 Merge branch 'develop' into feat/externalsignals Timothy Pogue 2022-09-12 07:28:08 -0600
  • a93e355175
    Merge pull request #7403 from freqtrade/dependabot/pip/develop/types-requests-2.28.10 Matthias 2022-09-12 10:37:42 +0200
  • f45824acf5
    Bump precommit types/requests Matthias 2022-09-12 09:23:02 +0200
  • 2599e57fe6
    Merge pull request #7401 from freqtrade/dependabot/pip/develop/aiofiles-22.1.0 Matthias 2022-09-12 09:21:58 +0200
  • e20ebc99c4
    Merge pull request #7398 from freqtrade/dependabot/pip/develop/cryptography-38.0.1 Matthias 2022-09-12 08:41:01 +0200
  • 21ed992b78
    Merge pull request #7400 from freqtrade/dependabot/pip/develop/numpy-1.23.3 Matthias 2022-09-12 08:40:16 +0200
  • 7ee92db7a2
    Bump aiofiles from 0.8.0 to 22.1.0 dependabot[bot] 2022-09-12 06:07:40 +0000
  • 91b7e152c2
    Merge pull request #7404 from freqtrade/dependabot/pip/develop/fastapi-0.83.0 Matthias 2022-09-12 08:06:43 +0200
  • 00db473f10
    Bump cryptography from 37.0.4 to 38.0.1 dependabot[bot] 2022-09-12 06:05:22 +0000
  • 4ac804f795
    Bump numpy from 1.23.2 to 1.23.3 dependabot[bot] 2022-09-12 06:05:04 +0000
  • d3f4d742bb
    Merge pull request #7399 from freqtrade/dependabot/pip/develop/ccxt-1.93.35 Matthias 2022-09-12 08:04:16 +0200
  • 09cdce864e
    Bump ta-lib from 0.4.24 to 0.4.25 dependabot[bot] 2022-09-12 06:02:21 +0000
  • 1f11d6091c
    Merge pull request #7405 from freqtrade/dependabot/pip/develop/jsonschema-4.16.0 Matthias 2022-09-12 08:01:36 +0200
  • dae2ee446c
    Merge pull request #7402 from freqtrade/dependabot/pip/develop/mkdocs-material-8.4.3 Matthias 2022-09-12 08:01:04 +0200
  • 715a71465d Fix auth bug when no token is set Matthias 2022-09-12 07:28:31 +0200
  • c149c47afb
    Bump ccxt from 1.93.3 to 1.93.35 dependabot[bot] 2022-09-12 05:05:30 +0000
  • 3c2e0b5ad6
    Merge pull request #7397 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.41 Matthias 2022-09-12 07:04:36 +0200
  • 6968fc333b
    Bump jsonschema from 4.15.0 to 4.16.0 dependabot[bot] 2022-09-12 03:02:10 +0000
  • a4b7e0a714
    Bump fastapi from 0.82.0 to 0.83.0 dependabot[bot] 2022-09-12 03:02:06 +0000
  • 1ef334411e
    Bump types-requests from 2.28.9 to 2.28.10 dependabot[bot] 2022-09-12 03:02:01 +0000
  • 6bfe996061
    Bump mkdocs-material from 8.4.2 to 8.4.3 dependabot[bot] 2022-09-12 03:01:56 +0000
  • 6777d43aea
    Bump sqlalchemy from 1.4.40 to 1.4.41 dependabot[bot] 2022-09-12 03:01:27 +0000
  • 5483cf21f6 remove default secret_ws_token, set timeout min to 0 Timothy Pogue 2022-09-11 11:42:13 -0600
  • 982c0315fa Rename variable Matthias 2022-09-11 19:31:11 +0200
  • 816c1f7603 add test for per epoch hyperopt Matthias 2022-09-11 17:51:30 +0200
  • 72d197a99d Run first epoch in non-parallel mode Matthias 2022-09-11 15:42:27 +0200
  • ede282392f add a developers guide robcaulk 2022-09-11 17:50:50 +0200
  • 818f7bfc40 Merge branch 'develop' into feat/externalsignals Timothy Pogue 2022-09-11 09:48:16 -0600
  • 68a900a9b7 reorganize freqai docs for easier reading, add detailed file structure description robcaulk 2022-09-11 17:29:14 +0200
  • 78cd46ecd5 hyperopt Remove unnecessary arguments Matthias 2022-09-11 11:56:17 +0200
  • 32e13d65c3 Refactor hyperopt to extract evaluate_result Matthias 2022-09-11 11:54:31 +0200
  • a48923c0e4 Extract widget colorization to separate function Matthias 2022-09-11 11:38:36 +0200
  • 9c8c7a03a1 Improve typehint Matthias 2022-09-11 11:24:01 +0200
  • ccc70a21f2 Update pairs_file cli argument description Matthias 2022-09-11 09:02:06 +0200
  • 4476b5a7f4 add user_data arg to test-pairlist Matthias 2022-09-11 08:58:40 +0200
  • 24b35bfb44
    Merge pull request #7394 from freqtrade/add-search-share Matthias 2022-09-11 14:57:11 +0200
  • d598f4334e add search share button to website robcaulk 2022-09-11 13:28:14 +0200
  • 0a8b7686d6 reworked emc tests Timothy Pogue 2022-09-11 00:50:18 -0600