feat: strategy builder

This commit is contained in:
OpenSquared
2026-07-18 16:37:35 +02:00
parent 16ccc7c2c7
commit 91054979ec
14 changed files with 2106 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ import GeoRadar from './pages/GeoRadar'
import Markets from './pages/Markets'
import MacroRegime from './pages/MacroRegime'
import OptionsLab from './pages/OptionsLab'
import StrategyBuilder from './pages/StrategyBuilder'
import WaveletsSimulation from './pages/WaveletsSimulation'
import Backtest from './pages/Backtest'
import CalendarPage from './pages/CalendarPage'
@@ -50,6 +51,7 @@ const KEEP_ALIVE_DEFS: { path: string; component: ComponentType }[] = [
{ path: '/markets', component: Markets },
{ path: '/macro', component: MacroRegime },
{ path: '/options', component: OptionsLab },
{ path: '/strategy-builder', component: StrategyBuilder },
{ path: '/wavelets-simulation', component: WaveletsSimulation },
{ path: '/patterns', component: PatternExplorer },
{ path: '/pattern-lab', component: PatternLab },