]> Piment Noir Git Repositories - freqai-strategies.git/commit
fix(quickadapter): make best params pair-safe (#183)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 30 Jul 2026 19:19:35 +0000 (21:19 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2026 19:19:35 +0000 (21:19 +0200)
commit1b190bbc34aee8177f8543e10a121415fca64576
tree8e7955d6962c91783c34eceb02571d431148a282
parent30898b98c447ab45dbbc178d3b6a8545fe21b548
fix(quickadapter): make best params pair-safe (#183)

* fix(quickadapter): make best params pair-safe

* style(quickadapter): order pair_to_filename import per isort

Place the freqtrade.misc import after the straight third-party imports so the block satisfies ruff's isort ordering (I001), which the pair-safe best-params change had regressed. No behavior change.

* docs(quickadapter): drop internal best-params filename details from warm_start

The warm_start tunable description exposed the on-disk best-params filename convention and legacy base-only cold-start handling: internal implementation detail with no bearing on setting the tunable (AGENTS.md: omit internal details unless necessary for usage). Revert the row to its pre-change wording; the pair-safe fix needs no tunable-doc change.
quickadapter/user_data/strategies/Utils.py