feat(BT-001A): add backtest scenario runner page

This commit is contained in:
Bu5hm4nn
2026-03-24 19:00:22 +01:00
parent 8566cc203f
commit d2d85bccdb
6 changed files with 467 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ NAV_ITEMS: list[tuple[str, str, str]] = [
("overview", "/", "Overview"),
("hedge", "/hedge", "Hedge Analysis"),
("options", "/options", "Options Chain"),
("backtests", "/backtests", "Backtests"),
("settings", "/settings", "Settings"),
]