Fix: reapply all trading chart fixes + gareth 5970 frames

This commit is contained in:
root
2026-02-22 23:36:24 +00:00
parent 09f26f3b1c
commit ace78e3673
2 changed files with 27 additions and 33 deletions
+4 -2
View File
@@ -52,7 +52,7 @@ const defaultTraders: Trader[] = [
id: 'gareth_soloway',
name: 'Gareth Soloway',
status: 'learning',
framesAnalyzed: 768,
framesAnalyzed: 5970,
patterns: ['Institutional Analysis', 'Yield Curve Signals', 'Cycle Top/Bottom', 'Epic Resistance Rejections'],
entryRules: ['Track institutional activity', 'Wait for yield curve signals', 'Key level breaks with volume', 'Weekly analysis first'],
exitRules: ['Stop below support (long)', 'Target structure highs/lows', '2:1 minimum'],
@@ -171,7 +171,9 @@ export function TradingPanel() {
))}
</div>
)}
<button className="mt-3 text-sm text-brand-pink hover:underline">
<button
className="mt-3 text-sm text-brand-pink hover:underline"
onClick={() => setSelectedTrader(trader.id)}>
View full analysis
</button>
</div>