feat: saxo history
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user