]> Piment Noir Git Repositories - freqai-strategies.git/commit
fix(quickadapter): fail closed on unmeasurable entry history (#193)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 30 Jul 2026 22:09:02 +0000 (00:09 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2026 22:09:02 +0000 (00:09 +0200)
commit82bcc96b9f014642c19357768e889a11cb8e3158
treedcf01abddc317c20ecec0db87709dd5e1a9e9f10
parent963b79e5239998b4481fd636604bb2fba1cc748e
fix(quickadapter): fail closed on unmeasurable entry history (#193)

* fix(quickadapter): fail closed on unmeasurable entry history

Reject reversal entries when configured historical confirmation is non-finite, while preserving a valid current-candle exit result for exposure reduction.

* docs(quickadapter): drop internal fallback note from lookback tunable

The reversal_confirmation.lookback_period_candles row documents user-facing
usage; the non-finite historical confirmation fallback is an internal
implementation detail already described in reversal_confirmed's docstring.
Keep the tunable description terse and avoid duplicating internals per the
repository documentation conventions.
quickadapter/user_data/strategies/QuickAdapterV3.py