feat: wavelets

This commit is contained in:
OpenSquared
2026-07-14 16:23:18 +02:00
parent ce948f6b65
commit b693aca2dc
17 changed files with 2144 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import {
LayoutDashboard, Globe, BarChart2, Activity, TrendingUp, Zap, FlaskConical,
DollarSign, BookOpen, FileBarChart, Brain, Microscope, ShieldAlert, Gauge,
GitCompare, History, Calendar, Sliders, TrendingUp as MacroSeriesIcon,
Building2, Users, ScanEye, Radio, Bot, PlayCircle, ScrollText, Settings,
Building2, Users, ScanEye, Radio, Bot, PlayCircle, ScrollText, Settings, Waves,
} from 'lucide-react'
import type { LucideIcon } from 'lucide-react'
@@ -18,6 +18,7 @@ export const KEEP_ALIVE_META: KeepAliveMeta[] = [
{ path: '/markets', label: 'Markets', icon: BarChart2 },
{ path: '/macro', label: 'Macro Regime', icon: Activity },
{ path: '/options', label: 'Options Lab', icon: TrendingUp },
{ path: '/wavelets-simulation', label: 'Wavelets Sim.', icon: Waves },
{ path: '/patterns', label: 'Patterns', icon: Zap },
{ path: '/pattern-lab', label: 'Pattern Lab', icon: FlaskConical },
{ path: '/portfolio', label: 'Portfolio', icon: DollarSign },