feat: saxo history

This commit is contained in:
OpenSquared
2026-07-18 18:26:07 +02:00
parent 6cfa36b710
commit ff242bd2a6
9 changed files with 258 additions and 20 deletions

View File

@@ -10,6 +10,7 @@ import Markets from './pages/Markets'
import MacroRegime from './pages/MacroRegime'
import OptionsLab from './pages/OptionsLab'
import StrategyBuilder from './pages/StrategyBuilder'
import SaxoHistory from './pages/SaxoHistory'
import WaveletsSimulation from './pages/WaveletsSimulation'
import Backtest from './pages/Backtest'
import CalendarPage from './pages/CalendarPage'
@@ -52,6 +53,7 @@ const KEEP_ALIVE_DEFS: { path: string; component: ComponentType }[] = [
{ path: '/macro', component: MacroRegime },
{ path: '/options', component: OptionsLab },
{ path: '/strategy-builder', component: StrategyBuilder },
{ path: '/saxo-history', component: SaxoHistory },
{ path: '/wavelets-simulation', component: WaveletsSimulation },
{ path: '/patterns', component: PatternExplorer },
{ path: '/pattern-lab', component: PatternLab },