Cleanup retired S/R research scaffolding

- Remove unused _gate_eligible_levels filtering logic and its tests (research-only)
- Add prominent RESEARCH/DIAGNOSTIC markers and docs to clear-air/ATR fallback helpers
- Document production vs research BACKTEST_* environment variables in backtest_service
- Minor cleanups: update legacy report text, improve outdated function docstring
This commit is contained in:
2026-07-13 18:52:24 +02:00
parent 9f06304100
commit bddaeb9110
4 changed files with 33 additions and 79 deletions
@@ -263,7 +263,7 @@ export function BacktestPanel() {
)}
{' '}· target model:{' '}
<span className={report.params.is_production_target_model === false ? 'text-amber-300' : 'text-blue-300'}>
{report.params.target_model_label ?? 'Legacy report (model not recorded)'}
{report.params.target_model_label ?? 'Unknown (legacy report)'}
</span>
</p>