git commit -m "v4.2.3 – Fix: Ulti Rally setzt wieder Trend = Schwarz (tr_s)
- Fehlerbehebung laut Wiki: Ulti Rally löst nur aus, wenn Trend Schwarz aktiv ist - Verhindert Fehlalarme bei grünen/roten Trends - Keine neuen Inputs oder Alerts, bestehende Signale unverändert"
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// =================================================================================================
|
||||
// Croc Vibes by Telgos – Version 4.2.2
|
||||
// Croc Vibes by Telgos – Version 4.2.3
|
||||
// Lizenz: Mozilla Public License 2.0 – https://mozilla.org/MPL/2.0/
|
||||
// Danksagung (Basis/Ideen): amper04, ray_duke, husky, Audidriver13
|
||||
// =================================================================================================
|
||||
//@version=6
|
||||
indicator("Croc Vibes by Telgos v4.2.2", overlay=true, max_labels_count=500, max_lines_count=500)
|
||||
indicator("Croc Vibes by Telgos v4.2.3", overlay=true, max_labels_count=500, max_lines_count=500)
|
||||
|
||||
// ========= Eingaben: Chart-Signale =========
|
||||
wolke_Line_pink = input.source(title="Wolke Linie Pink", defval=close, group="Chart-Signale")
|
||||
@@ -101,7 +101,7 @@ stephan_zusatzbedingung_erfuellt = cp_long or rd_long or lolli_long or bb_long o
|
||||
stephan_setup = not na(src1) and wk_g and tr_s and set_r and stephan_zusatzbedingung_erfuellt
|
||||
|
||||
Kerze_in_wolke_gr = close - wolke_Line_pink
|
||||
ulti_rally = hgr_long and (Kerze_in_wolke_gr > 0) and st_r and cz_r and set_r and not baerische_welle
|
||||
ulti_rally = hgr_long and (Kerze_in_wolke_gr > 0) and st_r and cz_r and set_r and and tr_s and not baerische_welle
|
||||
|
||||
is_bgrl = bgrl
|
||||
is_rotes_plus = r_plus and wk_g
|
||||
|
||||
Reference in New Issue
Block a user