diff --git a/indicators/croc_vibes.pine b/indicators/croc_vibes.pine index 9f80b9c..bf581e4 100644 --- a/indicators/croc_vibes.pine +++ b/indicators/croc_vibes.pine @@ -95,7 +95,9 @@ allGreen = st_g and cz_g and wk_g and tr_g and set_g and bullische_welle kerzeSG_s = st_g and (cz_s or cz_r) and wk_g and tr_g and set_g and bullische_welle isPearlShort = kerzeSG_s and allGreen[1] and allGreen[2] -stephan_zusatzbedingung_erfuellt = cp_long or rd_long or lolli_long or bb_long or awr_long or bgrl or g_plus +// --- NEU: „Rotes Plus“ (r_plus) als Zusatzbedingung aufgenommen --- +stephan_zusatzbedingung_erfuellt = cp_long or rd_long or lolli_long or bb_long or awr_long or bgrl or g_plus or r_plus + 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 @@ -290,7 +292,6 @@ if not show_blues_lines // --- Preis-Textboxen zeichnen / aktualisieren --- if show_price_textbox and long_pending_active - // x-Position: wenn Linie existiert, nimm deren Start; sonst aktuelle Kerze int lx = na(longPendingLine) ? bar_index : line.get_x1(longPendingLine) float ly = long_refHigh string t = str.tostring(ly, format.mintick)