Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from freqtrade:develop #1

Open
wants to merge 10,000 commits into
base: develop
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    5174717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    930b5e0 View commit details
    Browse the repository at this point in the history
  3. fixes related to ruff and mypy

    gaardiolor committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    493fa85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d215e3c View commit details
    Browse the repository at this point in the history
  5. chore: schema.json updated

    xmatthias committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a3bcc9d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10827 from freqtrade/fix/freqai-zeros

    fix: guarantee crash resiliency, as long as users reload bot gracefully
    xmatthias authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    4c0341b View commit details
    Browse the repository at this point in the history
  7. typo

    gaardiolor committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    fd619de View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. chore(deps): bump orjson from 3.10.9 to 3.10.10

    Bumps [orjson](https://github.com/ijl/orjson) from 3.10.9 to 3.10.10.
    - [Release notes](https://github.com/ijl/orjson/releases)
    - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
    - [Commits](ijl/orjson@3.10.9...3.10.10)
    
    ---
    updated-dependencies:
    - dependency-name: orjson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fc757f6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ccxt from 4.4.20 to 4.4.24

    Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.20 to 4.4.24.
    - [Release notes](https://github.com/ccxt/ccxt/releases)
    - [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
    - [Commits](ccxt/ccxt@4.4.20...4.4.24)
    
    ---
    updated-dependencies:
    - dependency-name: ccxt
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9f5d4dd View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump mypy from 1.12.1 to 1.13.0

    Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.12.1...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    eab5bfb View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump fastapi from 0.115.2 to 0.115.4

    Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.2 to 0.115.4.
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.115.2...0.115.4)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b3fa997 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump rich from 13.9.2 to 13.9.3

    Bumps [rich](https://github.com/Textualize/rich) from 13.9.2 to 13.9.3.
    - [Release notes](https://github.com/Textualize/rich/releases)
    - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
    - [Commits](Textualize/rich@v13.9.2...v13.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: rich
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    beaf521 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10844 from freqtrade/dependabot/pip/develop/mypy-…

    …1.13.0
    
    chore(deps-dev): bump mypy from 1.12.1 to 1.13.0
    xmatthias authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8204ecc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10842 from freqtrade/dependabot/pip/develop/orjso…

    …n-3.10.10
    
    chore(deps): bump orjson from 3.10.9 to 3.10.10
    xmatthias authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8e72e0e View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump ruff from 0.7.0 to 0.7.1

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.7.1.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.7.0...0.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b5a5212 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #10843 from freqtrade/dependabot/pip/develop/ccxt-…

    …4.4.24
    
    chore(deps): bump ccxt from 4.4.20 to 4.4.24
    xmatthias authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a440e4e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10847 from freqtrade/dependabot/pip/develop/rich-…

    …13.9.3
    
    chore(deps): bump rich from 13.9.2 to 13.9.3
    xmatthias authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a7e5496 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #10849 from freqtrade/dependabot/pip/develop/ruff-…

    …0.7.1
    
    chore(deps-dev): bump ruff from 0.7.0 to 0.7.1
    xmatthias authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7d46236 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #10846 from freqtrade/dependabot/pip/develop/fasta…

    …pi-0.115.4
    
    chore(deps): bump fastapi from 0.115.2 to 0.115.4
    xmatthias authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    13d61e1 View commit details
    Browse the repository at this point in the history
  13. check for tickers_have_bid_ask

    gaardiolor committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3913b45 View commit details
    Browse the repository at this point in the history
  14. added hyperliquid to conftest

    gaardiolor committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    67a0040 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6cb17ca View commit details
    Browse the repository at this point in the history
  16. added tests for hyperliquid

    gaardiolor committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cfa527e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. chore: update pre-commit hooks

    xmatthias authored and web-flow committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c9e56ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10854 from freqtrade/update/pre-commit-hooks

    Update pre-commit hooks
    xmatthias authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    52ae7c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56df7ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26a59e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e35f5c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1698d96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae325ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b8fd63 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85a2c12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f6b831 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88f8e0b View commit details
    Browse the repository at this point in the history
  12. docs: document new behavior

    xmatthias committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c03f8af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    22318eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    592848a View commit details
    Browse the repository at this point in the history
  15. chore: try improve caching

    xmatthias committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    04e8c3c View commit details
    Browse the repository at this point in the history
  16. Merge pull request #10856 from freqtrade/fix/bt_parallel

    Fix backtest parallelism with timeframe-detail
    xmatthias authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1f237db View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    e99adc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8516ff View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. chore: update pre-commit hooks

    xmatthias authored and web-flow committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0d430be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10861 from freqtrade/update/binance-leverage-tiers

    Update Binance Leverage Tiers
    xmatthias authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7bce16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81b432d View commit details
    Browse the repository at this point in the history
  4. docs: fix strategy 101 link

    xzmeng committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    47e4599 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10866 from xzmeng/fix-strategy101-link

    docs: fix strategy 101 link
    xmatthias authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f5fdd8a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge pull request #10857 from freqtrade/ci_mypy_cache

    Improved caching
    xmatthias authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3da9f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    878adfb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10860 from xzmeng/fix-test-download-data-timerange

    tests: fix failure when local timezone is not utc
    xmatthias authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    dafabd5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10782 from freqtrade/feat/bt_reverse

    Enable future positions to reverse their position
    xmatthias authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    67f26fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bf71b4 View commit details
    Browse the repository at this point in the history
  6. _lev_prep: fixed typo. dry_run_liquidation_price: use wallet_balance …

    …instead of stake_amount
    gaardiolor committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c4312fb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    baadf62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8553cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59bf0c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d24bef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74507e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    63dfa52 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.11.0.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0efb966 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 in the pytest group

    Bumps the pytest group with 1 update: [pytest-cov](https://github.com/pytest-dev/pytest-cov).
    
    
    Updates `pytest-cov` from 5.0.0 to 6.0.0
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-cov
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: pytest
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d236f97 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump mkdocs-material in the mkdocs group

    Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.42 to 9.5.43
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.42...9.5.43)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: mkdocs
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e224ee8 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump tqdm from 4.66.5 to 4.66.6

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.66.6.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.66.5...v4.66.6)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4008eb2 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump rich from 13.9.3 to 13.9.4

    Bumps [rich](https://github.com/Textualize/rich) from 13.9.3 to 13.9.4.
    - [Release notes](https://github.com/Textualize/rich/releases)
    - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
    - [Commits](Textualize/rich@v13.9.3...v13.9.4)
    
    ---
    updated-dependencies:
    - dependency-name: rich
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9b2fabf View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump janus from 1.0.0 to 1.1.0

    Bumps [janus](https://github.com/aio-libs/janus) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/aio-libs/janus/releases)
    - [Changelog](https://github.com/aio-libs/janus/blob/master/CHANGES.rst)
    - [Commits](aio-libs/janus@v1.0.0...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: janus
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ff36ba7 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump ruff from 0.7.1 to 0.7.2

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.1 to 0.7.2.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.7.1...0.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5034c7c View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump orjson from 3.10.10 to 3.10.11

    Bumps [orjson](https://github.com/ijl/orjson) from 3.10.10 to 3.10.11.
    - [Release notes](https://github.com/ijl/orjson/releases)
    - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
    - [Commits](ijl/orjson@3.10.10...3.10.11)
    
    ---
    updated-dependencies:
    - dependency-name: orjson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    10fd2b2 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump torch from 2.2.2 to 2.5.1

    Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.5.1.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
    - [Commits](pytorch/pytorch@v2.2.2...v2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    44d0abb View commit details
    Browse the repository at this point in the history
  10. chore(deps): bump ccxt from 4.4.24 to 4.4.26

    Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.24 to 4.4.26.
    - [Release notes](https://github.com/ccxt/ccxt/releases)
    - [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
    - [Commits](ccxt/ccxt@4.4.24...4.4.26)
    
    ---
    updated-dependencies:
    - dependency-name: ccxt
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    821243c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #10877 from freqtrade/dependabot/pip/develop/mkdoc…

    …s-0610082a93
    
    chore(deps): bump mkdocs-material from 9.5.42 to 9.5.43 in the mkdocs group
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f699989 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #10875 from freqtrade/dependabot/github_actions/de…

    …velop/pypa/gh-action-pypi-publish-1.11.0
    
    chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    34588b7 View commit details
    Browse the repository at this point in the history
  13. chore(deps): bump pymdown-extensions from 10.11.2 to 10.12

    Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.11.2 to 10.12.
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@10.11.2...10.12)
    
    ---
    updated-dependencies:
    - dependency-name: pymdown-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7859fad View commit details
    Browse the repository at this point in the history
  14. Merge pull request #10876 from freqtrade/dependabot/pip/develop/pytes…

    …t-01f0e07c3f
    
    chore(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 in the pytest group
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cf2b5cc View commit details
    Browse the repository at this point in the history
  15. Merge pull request #10878 from freqtrade/dependabot/pip/develop/tqdm-…

    …4.66.6
    
    chore(deps): bump tqdm from 4.66.5 to 4.66.6
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    eff2a85 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #10879 from freqtrade/dependabot/pip/develop/rich-…

    …13.9.4
    
    chore(deps): bump rich from 13.9.3 to 13.9.4
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    718e900 View commit details
    Browse the repository at this point in the history
  17. chore(deps): bump pyarrow from 17.0.0 to 18.0.0

    Bumps [pyarrow](https://github.com/apache/arrow) from 17.0.0 to 18.0.0.
    - [Release notes](https://github.com/apache/arrow/releases)
    - [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pyarrow
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    78de0f3 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #10881 from freqtrade/dependabot/pip/develop/janus…

    …-1.1.0
    
    chore(deps): bump janus from 1.0.0 to 1.1.0
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3f1a236 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #10882 from freqtrade/dependabot/pip/develop/ruff-…

    …0.7.2
    
    chore(deps-dev): bump ruff from 0.7.1 to 0.7.2
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d2960aa View commit details
    Browse the repository at this point in the history
  20. Merge pull request #10883 from freqtrade/dependabot/pip/develop/orjso…

    …n-3.10.11
    
    chore(deps): bump orjson from 3.10.10 to 3.10.11
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    96a8a94 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #10884 from freqtrade/dependabot/pip/develop/torch…

    …-2.5.1
    
    chore(deps): bump torch from 2.5.0 to 2.5.1
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9c1b047 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #10886 from freqtrade/dependabot/pip/develop/ccxt-…

    …4.4.26
    
    chore(deps): bump ccxt from 4.4.24 to 4.4.26
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    167e615 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #10885 from freqtrade/dependabot/pip/develop/pymdo…

    …wn-extensions-10.12
    
    chore(deps): bump pymdown-extensions from 10.11.2 to 10.12
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d1a4b9a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6245127 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #10887 from freqtrade/dependabot/pip/develop/pyarr…

    …ow-18.0.0
    
    chore(deps): bump pyarrow from 17.0.0 to 18.0.0
    xmatthias authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    31bcee1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ecf5e1c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e020baf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    dad921b View commit details
    Browse the repository at this point in the history
  29. chore: Improve type safety

    xmatthias committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7e010c8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8703c87 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7e3f8ad View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. chore: update pre-commit hooks

    xmatthias authored and web-flow committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6398d7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10890 from freqtrade/update/pre-commit-hooks

    Update pre-commit hooks
    xmatthias authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    84ce065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb4a65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d307fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07f0e38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12ab1cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8352698 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3eb2981 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdb54f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38eb4ee View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    0b6bf70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71ab6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2de4f42 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. chore: update pre-commit hooks

    xmatthias authored and web-flow committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    db6d771 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10896 from freqtrade/update/binance-leverage-tiers

    Update Binance Leverage Tiers
    xmatthias authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    22338d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    899db2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03eb079 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cea1a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b720ae5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c58b1f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9718de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7cf1e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4cd5ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6dfe01 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    979f7ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    29c1cca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    44ff6d5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    12560e9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    41b7257 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    96354ee View commit details
    Browse the repository at this point in the history
  2. chore: try removing all brew install steps

    (hdf5 provides proper wheels now)
    xmatthias committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f443b14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3300d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37c00d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    00318be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b7f081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cc9769 View commit details
    Browse the repository at this point in the history
  4. docs: Update install docs

    xmatthias committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    c141b87 View commit details
    Browse the repository at this point in the history
  5. docs: add macos libomp to docs

    closes #10900
    xmatthias committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    0e04f79 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10901 from freqtrade/remove_brew

    Attempt Remove brew hdf5 installs
    xmatthias authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    5ca102f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b471d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14f1ef8 View commit details
    Browse the repository at this point in the history
  9. chore: remove warnings

    14790897 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    27d894b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a605d50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7a2efc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a81b6a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #10902 from 14790897/develop

    feat: enhance data fetching logic with pagination to increase market …
    xmatthias authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    e450bae View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    ba06269 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10898 from xzmeng/ruff310

    chore: bump ruff target-version to 3.10
    xmatthias authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b5592b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8e6f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f16e53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ebb819 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be1426a View commit details
    Browse the repository at this point in the history
  7. tests: Improve test further

    xmatthias committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1ffceef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1818215 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. chore(deps): bump mkdocs-material in the mkdocs group

    Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.43 to 9.5.44
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.43...9.5.44)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: mkdocs
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6411dcb View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump packaging from 24.1 to 24.2

    Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 24.2.
    - [Release notes](https://github.com/pypa/packaging/releases)
    - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
    - [Commits](pypa/packaging@24.1...24.2)
    
    ---
    updated-dependencies:
    - dependency-name: packaging
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    54047a9 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump tqdm from 4.66.6 to 4.67.0

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.6 to 4.67.0.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.66.6...v4.67.0)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b3b4545 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump ccxt from 4.4.26 to 4.4.29

    Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.26 to 4.4.29.
    - [Release notes](https://github.com/ccxt/ccxt/releases)
    - [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
    - [Commits](ccxt/ccxt@4.4.26...4.4.29)
    
    ---
    updated-dependencies:
    - dependency-name: ccxt
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6258c06 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump ruff from 0.7.2 to 0.7.3

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.7.2...0.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    057bb31 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump python-telegram-bot from 21.6 to 21.7

    Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.6 to 21.7.
    - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
    - [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
    - [Commits](python-telegram-bot/python-telegram-bot@v21.6...v21.7)
    
    ---
    updated-dependencies:
    - dependency-name: python-telegram-bot
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4c59bcc View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    13cf6a1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10916 from freqtrade/dependabot/github_actions/de…

    …velop/pypa/gh-action-pypi-publish-1.12.2
    
    chore(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2
    xmatthias authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    486a0d2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #10915 from freqtrade/dependabot/pip/develop/pytho…

    …n-telegram-bot-21.7
    
    chore(deps): bump python-telegram-bot from 21.6 to 21.7
    xmatthias authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f0428d5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10914 from freqtrade/dependabot/pip/develop/ruff-…

    …0.7.3
    
    chore(deps-dev): bump ruff from 0.7.2 to 0.7.3
    xmatthias authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9ced73b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #10912 from freqtrade/dependabot/pip/develop/tqdm-…

    …4.67.0
    
    chore(deps): bump tqdm from 4.66.6 to 4.67.0
    xmatthias authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    986b1aa View commit details
    Browse the repository at this point in the history
  12. Merge pull request #10911 from freqtrade/dependabot/pip/develop/packa…

    …ging-24.2
    
    chore(deps): bump packaging from 24.1 to 24.2
    xmatthias authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ebc870d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #10908 from freqtrade/dependabot/pip/develop/mkdoc…

    …s-54fce57b69
    
    chore(deps): bump mkdocs-material from 9.5.43 to 9.5.44 in the mkdocs group
    xmatthias authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    eae5b15 View commit details
    Browse the repository at this point in the history
  14. chore(deps): bump websockets from 13.1 to 14.0

    Bumps [websockets](https://github.com/python-websockets/websockets) from 13.1 to 14.0.
    - [Release notes](https://github.com/python-websockets/websockets/releases)
    - [Commits](python-websockets/websockets@13.1...14.0)
    
    ---
    updated-dependencies:
    - dependency-name: websockets
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    838b4f4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #10913 from freqtrade/dependabot/pip/develop/ccxt-…

    …4.4.29
    
    chore(deps): bump ccxt from 4.4.26 to 4.4.29
    xmatthias authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8230d1b View commit details
    Browse the repository at this point in the history
  16. chore: Update websocket imports to use "legacy" client

    temporary - must be updated to the new implementation
    xmatthias committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c9fb3df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    60ec973 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e1b3ae2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    84fc5df View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    61d9002 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    851a9a7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6223487 View commit details
    Browse the repository at this point in the history
  23. feat: split hyperopt class

    this ensures it's clear which parts are passed to workers
    xmatthias committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6719d96 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b6d1f9f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    365c454 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    119b73e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7e96e7a View commit details
    Browse the repository at this point in the history
  28. Merge pull request #10910 from freqtrade/dependabot/pip/develop/webso…

    …ckets-14.0
    
    chore(deps): bump websockets from 13.1 to 14.0
    xmatthias authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e8cd6b3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    67415dd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    81a622a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f05f173 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    33d8e67 View commit details
    Browse the repository at this point in the history
  33. define log_queue globally

    xmatthias committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fbb64db View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d9b8f46 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0b0b221 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. chore: update pre-commit hooks

    xmatthias authored and web-flow committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d7c88a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10921 from freqtrade/update/pre-commit-hooks

    Update pre-commit hooks
    xmatthias authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8128b85 View commit details
    Browse the repository at this point in the history
  3. chore: fix bad import

    xmatthias committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9b37642 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0028df2 View commit details
    Browse the repository at this point in the history
  5. Update docs/stoploss.md - clarify that stoploss_on_exchange is only s…

    …upported for hyperliquid futures
    
    Co-authored-by: Matthias <[email protected]>
    gaardiolor and xmatthias authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    31814e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1d8658 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca00871 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10919 from freqtrade/refactor/hyperopt

    Restore hyperopt logging, refactor hyperopt layout
    xmatthias authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4e5ae0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f946ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    702b50e View commit details
    Browse the repository at this point in the history
  11. feat: add fmt_coin2

    xmatthias committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    98dcc08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88e0fed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d9af5a View commit details
    Browse the repository at this point in the history
  14. docs: fix spelling

    xmatthias committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9360c10 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. chore: update pre-commit hooks

    xmatthias authored and web-flow committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    de306de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10931 from freqtrade/update/binance-leverage-tiers

    Update Binance Leverage Tiers
    xmatthias authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3276dd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c039a45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3a94e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a02f63d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c4b9e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Docs: Align to 3.10 syntax

    xmatthias committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    52b4ae5 View commit details
    Browse the repository at this point in the history
  2. docs: Updated syntax

    xmatthias committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d565c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6d513a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d9ab5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8d7246 View commit details
    Browse the repository at this point in the history
  6. docs: update migration docs to new syntax

    only update the "after" parts.
    No changs to highlighting, as the actual syntax used is not relevant for the strategy.
    xmatthias committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    49e85e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbc4bb5 View commit details
    Browse the repository at this point in the history
  8. chore: bump ccxt to 4.4.31

    xmatthias committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    46f2e69 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    c61a71a View commit details
    Browse the repository at this point in the history
  2. feat: download-trades-data on binance has limited history

    with from=0, we can get the initial data available.
    
    closes #10941
    xmatthias committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d59bedf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    927f5e2 View commit details
    Browse the repository at this point in the history
  4. feat: don't auto-delete trades data due to invalid timerange

    trades-data is already slow enough to download
    xmatthias committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    14d384a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2012bb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1acca87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbe13ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f11e512 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20e77bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    64803a7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #10839 from gaardiolor/hyperliquid

    Hyperliquid
    xmatthias authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    44dcb4c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    83b87cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2423fa View commit details
    Browse the repository at this point in the history
  14. fix: override gate funding fee limit to 90

    (seems to be the new limit)
    xmatthias committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    7090d4e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    db9b31c View commit details
    Browse the repository at this point in the history
  16. chore: fix line length

    xmatthias committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    68712c8 View commit details
    Browse the repository at this point in the history
  17. feat: don't force-redownload all data

    If the given timerange starts prior to the available data,
    the bot shouldn't force-download everything unless forced via `--erase`
    or via `--prepend`.
    xmatthias committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d663818 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f821e50 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    25aecfa View commit details
    Browse the repository at this point in the history
  20. chore: fix import sorting

    xmatthias committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    3bb7f78 View commit details
    Browse the repository at this point in the history
  21. docs: update VolumePairList reference

    Signed-off-by: Emmanuel Ferdman <[email protected]>
    emmanuel-ferdman committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f477389 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ee48da2 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #10943 from emmanuel-ferdman/develop

    docs: update `VolumePairList` reference
    xmatthias authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    85dbe83 View commit details
    Browse the repository at this point in the history
  24. Fix typo

    smith558 authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9fcdea1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Merge pull request #10944 from smith558/patch-1

    Fix typo
    xmatthias authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    5dcb239 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. chore(deps): bump pyjwt from 2.9.0 to 2.10.0

    Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 to 2.10.0.
    - [Release notes](https://github.com/jpadilla/pyjwt/releases)
    - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
    - [Commits](jpadilla/pyjwt@2.9.0...2.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: pyjwt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9e3fae1 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump ruff from 0.7.3 to 0.7.4

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.3 to 0.7.4.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.7.3...0.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8f9d001 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump websockets from 14.0 to 14.1

    Bumps [websockets](https://github.com/python-websockets/websockets) from 14.0 to 14.1.
    - [Release notes](https://github.com/python-websockets/websockets/releases)
    - [Commits](python-websockets/websockets@14.0...14.1)
    
    ---
    updated-dependencies:
    - dependency-name: websockets
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    aa03b7d View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump fastapi from 0.115.4 to 0.115.5

    Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.4 to 0.115.5.
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.115.4...0.115.5)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d9c7790 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10951 from freqtrade/dependabot/pip/develop/webso…

    …ckets-14.1
    
    chore(deps): bump websockets from 14.0 to 14.1
    xmatthias authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    de139af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10950 from freqtrade/dependabot/pip/develop/ruff-…

    …0.7.4
    
    chore(deps-dev): bump ruff from 0.7.3 to 0.7.4
    xmatthias authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0988553 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10949 from freqtrade/dependabot/pip/develop/pyjwt…

    …-2.10.0
    
    chore(deps): bump pyjwt from 2.9.0 to 2.10.0
    xmatthias authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    228fc5c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10953 from freqtrade/dependabot/pip/develop/fasta…

    …pi-0.115.5
    
    chore(deps): bump fastapi from 0.115.4 to 0.115.5
    xmatthias authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    705c3a4 View commit details
    Browse the repository at this point in the history
  9. chore: fix typo in comment

    xmatthias committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8363609 View commit details
    Browse the repository at this point in the history
  10. chore(deps): bump pycoingecko from 3.1.0 to 3.2.0

    Bumps [pycoingecko](https://github.com/man-c/pycoingecko) from 3.1.0 to 3.2.0.
    - [Changelog](https://github.com/man-c/pycoingecko/blob/master/CHANGELOG.md)
    - [Commits](man-c/pycoingecko@3.1.0...3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: pycoingecko
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and xmatthias committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    73adbe9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    971cdbb View commit details
    Browse the repository at this point in the history
  12. chore: force pycoingecko to be > 3.2.0

    that's the first version supporting demo API keys
    xmatthias committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fc3db2d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #10947 from freqtrade/dependabot/pip/develop/pycoi…

    …ngecko-3.2.0
    
    chore(deps): bump pycoingecko from 3.1.0 to 3.2.0
    xmatthias authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    076a108 View commit details
    Browse the repository at this point in the history
  14. chore(deps): bump aiohttp from 3.10.10 to 3.10.11

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.10.11.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.10...v3.10.11)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1228ffe View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. chore: update pre-commit hooks

    xmatthias authored and web-flow committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a698ee8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10955 from freqtrade/update/pre-commit-hooks

    Update pre-commit hooks
    xmatthias authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    df004a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10954 from freqtrade/dependabot/pip/aiohttp-3.10.11

    chore(deps): bump aiohttp from 3.10.10 to 3.10.11
    xmatthias authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9457f63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8c122d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f545274 View commit details
    Browse the repository at this point in the history