diff --git a/components/Navigation.tsx b/components/Navigation.tsx index a5057d5..9fe8404 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -22,6 +22,12 @@ const navItems = [ icon: '💰', description: 'Execute trades' }, + { + name: 'Chart Trading', + href: '/chart-trading-demo', + icon: '📈', + description: 'Advanced chart trading' + }, { name: 'Automation', href: '/automation',