Fix: reapply all trading chart fixes + gareth 5970 frames
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user