Files
Croc_Vibes/docs/Installation.md
Telgos 612dff76f7 docs: update FAQ and docs for TradingView plan requirements
- FAQ: neuer Abschnitt „Welche TradingView-Version brauche ich?“
  * Hinweis: Pine Script läuft in allen Plänen, Limit ist nur die Anzahl gleichzeitiger Indikatoren
  * Essentials reicht für Croc 3.0 + Croc Vibes
- README/Installation/FAQ an v3.8.0 angepasst (Blues integriert, Alert-Combo, Screener-Plots)
- Blues Add-on als deprecated markiert
- CHANGELOG.md ergänzt
2025-08-24 17:46:27 +02:00

30 lines
1.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Installation
## Dateien
`indicators/` Pine Scripts
- `croc_vibes.pine` (v5, historische Basis)
- `blues_addon.pine` (v6) **deprecated (ab v3.8.0 integriert)**
- `croc_vibes_3.8.0.pine` (v6) **Kombi-Version Basis für Updates**
## Schritt 1: Script kopieren
- Datei im Ordner `indicators/` öffnen
- gesamten Inhalt kopieren
- in TradingView → **Pine-Editor** einfügen → **Zum Chart hinzufügen**
## Schritt 2: Variablen zuweisen (input.source)
- In den „**Eingaben**“ alle benötigten Quellen zuordnen (Croc/Lochstreifen etc.).
- **Tipp:** Die Zahlen in den Eingaben entsprechen der **Reihenfolge von oben** (z.B. Kerzenfarbe 1 = Grün, 2 = Schwarz, 3 = Rot).
- 📺 Video zu Schritt 2: siehe README.
> **Wichtig:** TradingView setzt die `input.source`-Zuweisungen nach Code-Updates zurück (Plattform-Verhalten „by design“). Danach bitte neu zuordnen.
## Schritt 3: AlertCombo konfigurieren (neu ab v3.8.0)
Im Reiter **Eingaben** findest du den Bereich **ALERTCOMBO**:
1. Wähle bis zu **5** Signale (z.B. „Pearl Long“, „Blues: Ein Hoch kommt noch (aktiv)“).
2. **UND/ODER**: Häkchen „Signale nicht kombinieren“ aktiv = **ODER**, sonst **UND**.
3. Wenn **beide Blues** (Long & Short) gewählt werden, erzwingt der Indikator automatisch **ODER**.
## Schritt 4: TradingView-Alerts anlegen
- Rechtsklick im Chart → **Alarm hinzufügen** → gewünschten Indikator/Alert wählen.
- Für Blues existieren dedizierte Alerts: **Start**, **Aktiv**, **Erfüllt**, **Wolkenbruch**.