Commit Graph

  • 391c3f56f7 Add typehint to corr_pairlist Matthias 2022-10-30 13:28:01 +0100
  • bd051cb205 Remove pandas workaround for pi image Matthias 2022-10-30 12:44:33 +0100
  • 7053f81fa8 simplified predict and predict_proba using super(). Added duplicate class label check. Mark Regan 2022-10-30 09:48:30 +0000
  • cf4af2175c
    Merge pull request #7662 from markdregan/backtest_extra_returns_fix Matthias 2022-10-30 10:47:06 +0100
  • a2843165e1 fix leftovers from merge robcaulk 2022-10-30 10:31:38 +0100
  • 52e15b2070 Merge remote-tracking branch 'origin/develop' into feat/freqai-rl-dev robcaulk 2022-10-30 10:16:39 +0100
  • d1a0874683 merge develop into feat/freqai-rl-dev robcaulk 2022-10-30 10:13:03 +0100
  • fc53054d43 leverage list length knowledge, f-string change robcaulk 2022-10-30 09:26:29 +0100
  • f98c7a2423 Remove loop of normalization from metadata Emre 2022-10-29 21:11:29 +0300
  • 5c14aeddc6 Add "--log-file" alias for "--logfile" Matthias 2022-10-30 09:50:54 +0100
  • 5013351143 Rename "shuffle" parameter to "shuffle_freq" Matthias 2022-10-30 09:48:55 +0100
  • a323acf343 Improve ShufflePairlist to shuffle only once per candle Matthias 2022-10-30 09:46:12 +0100
  • 39a89477fe leverage list length knowledge, f-string change robcaulk 2022-10-30 09:26:29 +0100
  • c26fda282f fix missing f-string from PR #7611 Mark Regan 2022-10-30 08:19:59 +0000
  • 650bb8b7d7 ensure full pair string is used for caching dataframes. If not, revert to old behavior. Update docs. robcaulk 2022-10-29 22:26:49 +0200
  • 594667867f
    Remove loop of normalization from metadata Emre 2022-10-29 21:11:29 +0300
  • 352adaf127 Improve readability of is_time_to_refresh function Matthias 2022-10-29 19:45:46 +0200
  • b7d2c14f2c Improve trading limits docs to mention upper limits Matthias 2022-10-29 09:28:03 +0200
  • c23a9475e6 Move exchange utilities into separate module Matthias 2022-10-29 09:06:21 +0200
  • 9adce8d167
    Merge pull request #7657 from freqtrade/new_release 2022.10 Matthias 2022-10-29 09:04:34 +0200
  • 801e91c39e
    Merge pull request #7618 from wizrds/fix/docker-config-record Matthias 2022-10-29 08:56:20 +0200
  • 54c7122cc3
    Merge pull request #7647 from freqtrade/combine_stop Matthias 2022-10-28 19:38:40 +0200
  • 777af5517d Version bump develop version to 2022.11-dev Matthias 2022-10-28 19:38:16 +0200
  • ec7d663496 Version bump 2022.10 Matthias 2022-10-28 19:34:30 +0200
  • a56465e049 Merge branch 'stable' into new_release Matthias 2022-10-28 19:34:15 +0200
  • a541943edf fix ood do_predict issue; longyu 2022-10-27 23:29:35 +0200
  • cdec993982 Merge branch 'develop' of github.com:lolongcovas/freqtrade into strategies longyu 2022-10-27 23:28:43 +0200
  • efa321bf4f
    Merge branch 'freqtrade:develop' into develop lolong 2022-10-27 23:26:13 +0200
  • 1a624e66c6
    Merge 423645652b into 9e0b39cddc smarmau 2022-10-27 10:33:05 -0500
  • 6ef82dd8b6 minor change to return Mark Regan 2022-10-27 12:41:12 +0100
  • 9e0b39cddc Properly invert sign Matthias 2022-10-27 06:56:33 +0200
  • 1c98640129
    Delete MultiTargetClassifierTestStrategy.py Mark Regan 2022-10-26 13:11:10 +0100
  • a9a3ceadf7
    Delete config_test.json Mark Regan 2022-10-26 13:10:18 +0100
  • 255f38537e Simplify stoploss behavior by combining more commonalities Matthias 2022-10-26 07:14:33 +0200
  • 6e0ca058f4 Update function-head for _get_stop_params Matthias 2022-10-26 07:12:49 +0200
  • cf6b75a3f3 Use combined stoploss_adjust where possible Matthias 2022-10-26 07:12:42 +0200
  • d831d7d317 Rename Freqai hybrid example Matthias 2022-10-26 06:47:34 +0200
  • 110db8b241
    Merge pull request #7621 from wizrds/fix/channel-api Matthias 2022-10-26 06:31:42 +0200
  • b9bf9edb02 update rapidjson opts Timothy Pogue 2022-10-25 14:12:13 -0600
  • fd5f31368c fix indent in initial df send Timothy Pogue 2022-10-25 14:08:28 -0600
  • 1f5e92c0e7
    Merge pull request #7642 from smarmau/patch-3 Robert Caulk 2022-10-25 21:39:35 +0200
  • 217add70bd add strat and config for testing on PR Mark Regan 2022-10-25 20:07:39 +0100
  • 604f966c82 Enhance documentation with full space override sample Matthias 2022-10-25 20:27:38 +0200
  • d94c0039eb Add missing import to hyperopt docs Matthias 2022-10-25 20:20:51 +0200
  • 3fa50077c9 Don't use pydantic to type-verify outgoing messages Matthias 2022-10-25 19:36:40 +0200
  • 47056eded3 multi target classifier working but not for parallel Mark Regan 2022-10-25 18:24:27 +0100
  • 1ef38f137d
    Fix XGBoost regressor "used before assignment" Matthias 2022-10-25 13:37:04 +0200
  • f12d40bd6b
    Update freqai-running.md smarmau 2022-10-25 20:59:39 +1100
  • 283dab667d Fix pydantic version pin Matthias 2022-10-25 09:04:31 +0000
  • f70c00dd4c Improve variance around worker timing test Matthias 2022-10-25 06:14:42 +0000
  • 8e509d1e5a
    Bump python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye dependabot[bot] 2022-10-25 03:02:11 +0000
  • 51be45547f remove np object, make default str Timothy Pogue 2022-10-24 12:23:54 -0600
  • 32600a113f fix broadcast Timothy Pogue 2022-10-24 12:21:17 -0600
  • f93b6eec63 Improve timing for worker throttling Matthias 2022-10-23 14:56:51 +0200
  • e969479525
    Merge pull request #7619 from freqtrade/stop/usehighlow Matthias 2022-10-24 20:04:36 +0200
  • 5bbd861512 Update binance sample config with better blacklist Matthias 2022-10-24 19:30:46 +0200
  • 10bdaa8671
    Merge pull request #7627 from freqtrade/dependabot/pip/develop/progressbar2-4.1.1 Matthias 2022-10-24 19:20:13 +0200
  • a12ac2e8c4
    Merge pull request #7629 from freqtrade/dependabot/pip/develop/python-rapidjson-1.9 Matthias 2022-10-24 18:13:16 +0200
  • 6669714a73 Update mal-formatted docstrings Matthias 2022-10-24 06:53:42 +0200
  • dd45a3f500
    Merge pull request #7631 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19.2 Matthias 2022-10-24 13:16:14 +0200
  • ba82cd9baa
    bump types-python-dateutil for pre-commit Matthias 2022-10-24 12:29:04 +0200
  • fd6ce6a9aa
    Merge pull request #7633 from freqtrade/dependabot/pip/develop/pandas-1.5.1 Matthias 2022-10-24 12:28:11 +0200
  • 7b7bb06291
    Merge pull request #7634 from freqtrade/dependabot/pip/develop/scipy-1.9.3 Matthias 2022-10-24 09:05:03 +0200
  • 137aa1756b
    Merge pull request #7593 from th0rntwig/prediction-shape Robert Caulk 2022-10-24 08:33:36 +0200
  • 24fbbfc64b
    Merge pull request #7635 from freqtrade/dependabot/pip/develop/pyjwt-2.6.0 Matthias 2022-10-24 08:26:43 +0200
  • d718b57cba
    Merge pull request #7632 from freqtrade/dependabot/pip/develop/pymdown-extensions-9.7 Matthias 2022-10-24 08:26:06 +0200
  • b9bc91a881
    Bump correct pandas version Matthias 2022-10-24 08:25:39 +0200
  • afe0a29fb0
    Bump pandas from 1.5.0 to 1.5.1 dependabot[bot] 2022-10-24 06:22:46 +0000
  • 71c8a51d90
    Merge pull request #7628 from freqtrade/dependabot/pip/develop/ccxt-2.0.58 Matthias 2022-10-24 08:21:46 +0200
  • af89c83fa5
    Bump pymdown-extensions from 9.6 to 9.7 dependabot[bot] 2022-10-24 04:39:32 +0000
  • 57364b776c
    Merge pull request #7630 from freqtrade/dependabot/pip/develop/mkdocs-material-8.5.7 Matthias 2022-10-24 06:38:51 +0200
  • d8893a9d85
    Merge pull request #7626 from freqtrade/dependabot/pip/develop/pytest-asyncio-0.20.1 Matthias 2022-10-24 06:38:34 +0200
  • 3a40ad87c6
    Merge pull request #7615 from freqtrade/price_jump_warn Matthias 2022-10-24 06:27:53 +0200
  • 06311b6a17
    Bump pyjwt from 2.5.0 to 2.6.0 dependabot[bot] 2022-10-24 03:03:19 +0000
  • 0328cd5026
    Bump scipy from 1.9.2 to 1.9.3 dependabot[bot] 2022-10-24 03:03:14 +0000
  • bde4fbbc59
    Bump types-python-dateutil from 2.8.19.1 to 2.8.19.2 dependabot[bot] 2022-10-24 03:02:57 +0000
  • e516190b63
    Bump mkdocs-material from 8.5.6 to 8.5.7 dependabot[bot] 2022-10-24 03:02:54 +0000
  • 3480549f4e
    Bump python-rapidjson from 1.8 to 1.9 dependabot[bot] 2022-10-24 03:02:50 +0000
  • 54d029da7a
    Bump ccxt from 2.0.25 to 2.0.58 dependabot[bot] 2022-10-24 03:02:47 +0000
  • 96f4de442a
    Bump progressbar2 from 4.0.0 to 4.1.1 dependabot[bot] 2022-10-24 03:02:37 +0000
  • c29f96a643
    Bump pytest-asyncio from 0.19.0 to 0.20.1 dependabot[bot] 2022-10-24 03:02:32 +0000
  • 4d2b7a74f1 move record params to utils, use rapidjson robcaulk 2022-10-23 20:51:32 +0200
  • bb06745227 fix tests Timothy Pogue 2022-10-23 12:25:39 -0600
  • 07e813dfa0 change param record to only get certain params Timothy Pogue 2022-10-23 12:09:07 -0600
  • 94b65a007a fix message typing in channel manager, minor improvements Timothy Pogue 2022-10-23 11:42:59 -0600
  • 49ff51f11f Change storage loc and fix test fail th0rntwig 2022-10-23 16:24:02 +0200
  • 10090a36d5 simplify throttle Matthias 2022-10-23 14:51:17 +0200
  • d0571464db Improve test for worker throttle Matthias 2022-10-23 14:17:01 +0200
  • c36141594e Simplify "refresh" condition Matthias 2022-10-23 13:56:11 +0200
  • a219ceae70 Merge branch 'develop' into strategies longyu 2022-10-23 10:09:56 +0200
  • 34c0874c38 allow custom exit for V4 longyu 2022-10-23 10:09:37 +0200
  • 6794bf144d
    Merge branch 'freqtrade:develop' into develop lolong 2022-10-23 10:09:08 +0200
  • 9cffa3ca2b add comment in channel Timothy Pogue 2022-10-22 21:03:57 -0600
  • 4cbea0fd00 Merge branch 'develop' of https://github.com/wizrds/freqtrade into fix/channel-api Timothy Pogue 2022-10-22 21:03:31 -0600
  • 3d7a311caa removed sleep calls, better channel sending Timothy Pogue 2022-10-22 19:02:05 -0600
  • c4a2ee05e7 fix freqai test Timothy Pogue 2022-10-22 09:31:55 -0600
  • 2b6d00dde4 initial channel api change Timothy Pogue 2022-10-22 09:30:18 -0600
  • abcc6dadf2 use pre-built pyarrow for pi image Matthias 2022-09-28 07:21:00 +0000
  • 47e93dd2b2 Update documentation Matthias 2022-10-22 15:20:41 +0200
  • 3a9853db10 use high/low for custom stoploss evaluation in backtesting Matthias 2022-10-22 12:52:13 +0200