← ai signal saham US

Niche Admin — ai signal saham US

DNA niche bucket detection + manual override. Ini ngubah vocabulary block yang di-inject ke Naia/Sora.

Auto-detected

Bucket: Trading / Forex / Crypto / Investasi

ID: trading

Confidence: 100%

Matched keywords: trading, trader, saham, stock, crypto, investasi

Override (kalau detection salah)

Vocabulary preview (full markdown)

# 🎨 BRAND DNA — Niche Visual Vocabulary

**Detected niche:** Trading / Forex / Crypto / Investasi (confidence 100%)
**Matched keywords:** trading, trader, saham, stock, crypto

**WAJIB:** pakai MINIMUM 2 element decorative dari vocabulary niche di bawah per carousel. Goal: brand ini visually distinct dari brand lain — bukan cuma beda warna, tapi beda IDIOM. Hindari anti-patterns yang listed.

---

## Bucket 1: Trading / Forex / Crypto / Investasi

**Brands:** GoldHub (XAUUSD), Saham Pro, PolyOps, crypto educator

**Visual signature:** Bloomberg-terminal vibe meets trader meme energy. Numbers prominent. Green/red as semantic (gain/loss).

### Color tendencies
- **Primary accent:** brand color (gold/yellow for XAU, blue for forex)
- **Semantic green:** `#10b981` (profit, bull, up)
- **Semantic red:** `#ef4444` (loss, bear, down)
- **Background:** dark `#0a0a0a` for "terminal" feel OR cream untuk educational content
- **Number font:** monospace `JetBrains Mono` atau `IBM Plex Mono`

### Decorative SVG library

```html
<!-- Candlestick (bullish green) -->
<svg width="40" height="80" viewBox="0 0 40 80">
  <line x1="20" y1="0" x2="20" y2="80" stroke="#10b981" stroke-width="2"/>
  <rect x="10" y="20" width="20" height="40" fill="#10b981"/>
</svg>

<!-- Candlestick (bearish red) -->
<svg width="40" height="80" viewBox="0 0 40 80">
  <line x1="20" y1="0" x2="20" y2="80" stroke="#ef4444" stroke-width="2"/>
  <rect x="10" y="20" width="20" height="40" fill="#ef4444"/>
</svg>

<!-- Mini chart line (uptrend) -->
<svg width="120" height="40" viewBox="0 0 120 40">
  <polyline points="0,30 20,25 40,28 60,15 80,10 100,18 120,5" stroke="#10b981" stroke-width="3" fill="none"/>
  <circle cx="120" cy="5" r="4" fill="#10b981"/>
</svg>

<!-- Mini chart line (downtrend) -->
<svg width="120" height="40" viewBox="0 0 120 40">
  <polyline points="0,5 20,15 40,12 60,25 80,30 100,28 120,35" stroke="#ef4444" stroke-width="3" fill="none"/>
  <circle cx="120" cy="35" r="4" fill="#ef4444"/>
</svg>

<!-- Profit % badge -->
<div style="display:inline-block; padding:4px 12px; background:#10b981; color:#fff; font-family:'JetBrains Mono',monospace; font-weight:700; border-radius:4px; font-size:14px;">+12.4%</div>

<!-- Loss % badge -->
<div style="display:inline-block; padding:4px 12px; background:#ef4444; color:#fff; font-family:'JetBrains Mono',monospace; font-weight:700; border-radius:4px; font-size:14px;">-8.7%</div>

<!-- Pip indicator -->
<div style="font-family:'JetBrains Mono',monospace; font-size:12px; color:#5a5a5a; letter-spacing:0.05em;">+45 PIPS</div>

<!-- Bull/Bear tag -->
<div style="display:inline-flex; align-items:center; gap:6px; padding:6px 12px; background:rgba(16,185,129,0.1); color:#10b981; border-radius:20px; font-weight:700; font-size:12px; text-transform:uppercase; letter-spacing:0.05em;">
  <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M12 4l8 8h-5v8h-6v-8H4z"/></svg>
  BULLISH
</div>

<!-- Terminal-style ticker bar -->
<div style="font-family:'JetBrains Mono',monospace; font-size:13px; padding:8px 16px; background:#0a0a0a; color:#10b981; border-radius:4px; letter-spacing:0.1em;">XAUUSD ▲ 2,634.50 (+0.42%)</div>
```

### Layout idioms
- Stat slides: huge percentage number (180-220px) + chart line di bawah
- Quote slides: hindari (gak fit). Replace dengan "Trading wisdom" callout style
- Number-heavy slides OK (table-like, monospace)
- Headlines pake monospace untuk authority

### Anti-patterns (JANGAN)
- Watercolor / hand-drawn elements (mismatch)
- Soft pastels (no, ini niche serius)
- Cute illustrations (anti-credibility)
- Lifestyle-y backgrounds

---

---

**Reminder:** vocabulary di atas adalah TAMBAHAN ke design system v2 (Section A-H). Pakai keduanya: base Notion-Native style PLUS niche-specific decorative DNA dari atas.