Isolate explicit S/R gate target ladder

This commit is contained in:
2026-07-13 10:49:44 +02:00
parent b8ddf14e7d
commit f0e6a8fc19
8 changed files with 144 additions and 1 deletions
+2 -1
View File
@@ -451,8 +451,9 @@ def detect_sr_levels_legacy(
if explicit_range_grid
else _legacy_volume_profile_nodes(highs, lows, closes, volumes)
)
method = "range_grid" if explicit_range_grid else "volume_profile"
for price in nodes:
candidates.append((float(price), "volume_profile"))
candidates.append((float(price), method))
except ValidationError:
pass
if include_pivots: