Files
Croc_Vibes/docs/Installation.md

32 lines
1.7 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
Dieses Projekt richtet sich **insbesondere an Anfänger** und erleichtert die Nutzung durch zusätzliche Labels, Alerts und eine Speziallogik für offene Blaue.
## 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**.