Fix: reapply all trading chart fixes + gareth 5970 frames
This commit is contained in:
@@ -1,31 +1,23 @@
|
|||||||
# 📚 SiteMente Docs
|
export default function DocsPage() {
|
||||||
|
return (
|
||||||
Long-term documentation for SiteMente operations.
|
<div className="p-6">
|
||||||
|
<h1 className="text-2xl font-bold mb-4">SiteMente Docs</h1>
|
||||||
## 🚀 Getting Started
|
<p className="text-white/60 mb-4">Long-term documentation for SiteMente operations.</p>
|
||||||
|
|
||||||
- [Quick Start Guide](/docs/quick-start)
|
<div className="space-y-4">
|
||||||
- [Architecture Overview](/docs/architecture)
|
<div className="p-4 rounded-lg bg-white/5 border border-white/10">
|
||||||
- [Environment Variables](/docs/env)
|
<h2 className="font-bold mb-2">Getting Started</h2>
|
||||||
|
<p className="text-white/60 text-sm">Quick start guides and setup instructions</p>
|
||||||
## 🛠 Products
|
</div>
|
||||||
|
<div className="p-4 rounded-lg bg-white/5 border border-white/10">
|
||||||
- [Smart Starter](/docs/products/starter)
|
<h2 className="font-bold mb-2">Products</h2>
|
||||||
- [Smart Site](/docs/products/site)
|
<p className="text-white/60 text-sm">Smart Starter, Smart Site, AI Growth Partner</p>
|
||||||
- [AI Growth Partner](/docs/products/growth)
|
</div>
|
||||||
|
<div className="p-4 rounded-lg bg-white/5 border border-white/10">
|
||||||
## 🔌 Integrations
|
<h2 className="font-bold mb-2">Integrations</h2>
|
||||||
|
<p className="text-white/60 text-sm">Vapi, MiniMax, Stripe</p>
|
||||||
- [Vapi Voice AI](/docs/integrations/vapi)
|
</div>
|
||||||
- [MiniMax AI](/docs/integrations/minimax)
|
</div>
|
||||||
- [Stripe Payments](/docs/integrations/stripe)
|
</div>
|
||||||
|
)
|
||||||
## 📋 Operational
|
}
|
||||||
|
|
||||||
- [Onboarding Checklist](/docs/ops/onboarding)
|
|
||||||
- [Troubleshooting Guide](/docs/ops/troubleshooting)
|
|
||||||
- [API Endpoints](/docs/ops/api)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
*Auto-generated by Horus* 👁️
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ const defaultTraders: Trader[] = [
|
|||||||
id: 'gareth_soloway',
|
id: 'gareth_soloway',
|
||||||
name: 'Gareth Soloway',
|
name: 'Gareth Soloway',
|
||||||
status: 'learning',
|
status: 'learning',
|
||||||
framesAnalyzed: 768,
|
framesAnalyzed: 5970,
|
||||||
patterns: ['Institutional Analysis', 'Yield Curve Signals', 'Cycle Top/Bottom', 'Epic Resistance Rejections'],
|
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'],
|
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'],
|
exitRules: ['Stop below support (long)', 'Target structure highs/lows', '2:1 minimum'],
|
||||||
@@ -171,7 +171,9 @@ export function TradingPanel() {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</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 →
|
View full analysis →
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user