Default online backtest to production GTL

This commit is contained in:
2026-07-13 16:51:55 +02:00
parent 8e09f239c8
commit 9d362bd568
4 changed files with 25 additions and 2 deletions
+3
View File
@@ -793,6 +793,9 @@ def test_window_setups_too_short_returns_empty():
def test_sr_research_variant_is_explicit_and_validated(monkeypatch):
monkeypatch.delenv("BACKTEST_SR_VARIANT", raising=False)
assert bt._sr_research_variant() == bt.EXPLICIT_TARGET_LADDER_VARIANT
for variant in (
"production_control",
"legacy_range_grid_touch",