TradingView Config
Automatisch generiert aus research_context.yaml — zuletzt: 04.06.2026 13:36
Den Block kopieren und den SYMBOL CONFIGS Abschnitt im Pine Script ersetzen.
Pine Script Datei: aktien-analyse/tradingview/smart-entry-exit-zones.pine
// =====================================================
// SYMBOL CONFIGS — 04.06.2026 13:36
// =====================================================
//
// f_symbol("EXCHANGE:TICKER", "TICKER",
// EntryL1Top, EntryL1Bot, EntryL1Label, EntryL1Tooltip,
// EntryL2Top, EntryL2Bot, EntryL2Label, EntryL2Tooltip,
// EntryL3Top, EntryL3Bot, EntryL3Label, EntryL3Tooltip,
// ExitL1Top, ExitL1Bot, ExitL1Label, ExitL1Tooltip,
// ExitL2Top, ExitL2Bot, ExitL2Label, ExitL2Tooltip,
// ExitL3Top, ExitL3Bot, ExitL3Label, ExitL3Tooltip)
//
// Tooltip: hover over a zone label in TradingView to see trigger,
// required confirmations, zone invalidation, and rationale.
f_symbol("NASDAQ:META", "META", 630, 590, 'L1 Starter', 'Why: MA50 Support Starter-Zone | Buy if: MA50 hält als Support · Kein Schluss unter $575 · RS vs SPY verbessert | Tech: Volume Pickup bei Bounce · Höheres Tief gebildet | Avoid if: Schluss unter $575 · CapEx 2027 eskaliert | Risk: Durchbruch Richtung $540 | Conviction: 5/10', 565, 535, 'L2 Core', 'Why: 5J-Median PE Kern-Einstieg | Buy if: Kurs 5 Tage stabil · Fear & Greed ≤20 · Kein Thesis-Breaker aktiv | Tech: Extremes Panik-Sentiment · Divergenz zum Gesamtmarkt | Avoid if: DAP-Trend strukturell negativ · CapEx 2027 ≥$140B | Risk: Bear-Case $490-520 | Conviction: 7/10', 520, 490, 'L3 Panik', 'Why: Panik-Überschießen hohe Asymmetrie | Buy if: VIX >35 · Kein Thesis-Breaker aktiv · Fear <10 | Tech: Hammer-Kerze an 52w-Tief | Avoid if: DAP strukturell negativ bestätigt · Regulierung Trennung angeordnet | Risk: Thesis-Break bis $400 | Conviction: 6/10', 735, 700, 'T1 Partial', 'Why: MA200 zurückerobert Teilgewinn | Risk: Rückfall unter MA200 | Conviction: 8/10', 820, 775, 'T2 Core Trim', 'Why: ATH-Nähe ohne AI Re-Rating | Risk: ATH-Korrektur ohne Exit | Conviction: 8/10', 920, 855, 'T3 Bull Exit', 'Why: Bull-Case AI Re-Rating Ziel | Risk: AI-Hype-Correction | Conviction: 7/10')
f_symbol("NASDAQ:NVDA", "NVDA", 222, 210, 'L1 Starter', 'Why: Base-Case; P/E 17x günstig | Buy if: Über MA50 Tagesschluss · VIX unter 20 | Tech: Golden Cross intakt · RS vs SPY positiv | Avoid if: VIX über 30 · Pre-Announcement Revenue-Miss | Risk: Rückfall auf MA200 (-12%) | Conviction: 7/10', 205, 185, 'L2 Pullback', 'Why: MA200-Zone; max Asymmetrie | Buy if: MA200 hält Wochenschluss · Kein Thesis-Bruch | Tech: Volumen-Spike bei Bounce · Fear & Greed unter 15 | Avoid if: MA200 bricht Wochenbasis · Hyperscaler-Defection-Signal | Risk: Weiterfall unter $180 | Conviction: 8/10', 180, 165, 'L3 Deep Value', 'Why: Bear-Pricing; historisch zwingend | Buy if: Thesis fundamental intakt · Makro-Stabilisierung sichtbar | Tech: Hammer-Candle Weekly · VIX fällt von Spike | Avoid if: CUDA-Moat-Bruch bestätigt · AI-Capex strukturell bricht | Risk: Kein mechanischer Stop | Conviction: 9/10', 275, 255, 'Teil-Exit 1', 'Why: Bull-Einstieg; P/S über 23x | Risk: Zu früh bei Bull-Bestätigung | Conviction: 7/10', 300, 285, 'Teil-Exit 2', 'Why: Bull voll eingepreist | Risk: Missed Upside über $300 | Conviction: 8/10', 0, 0, '', '')