From 13112a9cee5da5cbef5263880322c09450a225de Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Feb 2026 17:59:26 +0000 Subject: [PATCH] Add TradingView charts, sentiment, funding rates to Tools --- components/mission-control/TradingPanel.tsx | 17 +- components/mission-control/TradingTools.tsx | 287 +++++++++++++++----- 2 files changed, 227 insertions(+), 77 deletions(-) diff --git a/components/mission-control/TradingPanel.tsx b/components/mission-control/TradingPanel.tsx index 6ea1fe4..498ca4f 100644 --- a/components/mission-control/TradingPanel.tsx +++ b/components/mission-control/TradingPanel.tsx @@ -4,7 +4,7 @@ import { useState, useEffect } from 'react' import { TradingChart } from './TradingChart' import { TradingTools } from './TradingTools' -type TradingTab = 'research' | 'strategies' | 'execution' | 'journal' | 'whaletrades' | 'tools' +type TradingTab = 'research' | 'strategies' | 'execution' | 'journal' | 'tools' interface Trader { id: string @@ -274,7 +274,6 @@ export function TradingPanel() { { id: 'strategies', label: '🎯 Strategies', count: traders.filter(t => t.status === 'active').length }, { id: 'execution', label: '⚡ Execution', count: trades.filter(t => t.status === 'open').length }, { id: 'journal', label: '📔 Journal', count: trades.length }, - { id: 'whaletrades', label: '🐋 WhaleTrades', count: 0 }, { id: 'tools', label: '🧮 Tools', count: 3 }, ] @@ -560,20 +559,6 @@ export function TradingPanel() { )} - {/* WhaleTrades Tab */} - {activeTab === 'whaletrades' && ( -
-

🐋 WhaleTrades Tools

-

Professional trading tools embedded from WhaleTrades.io

- -