INVITE-ONLY SCRIPT
Aktualisiert

Open = High / Low Marker

16
Open = High / Low Marker Open = High / Low Marker Open = High / Low Marker Open = High / Low Marker Open = High / Low Marker Open = High / Low Marker Open = High / Low Marker
Versionshinweise
open_eq_high = open == high
open_eq_low = open == low

// Plot markers
plotshape(open_eq_high, title = 'Open = High', style = shape.triangleup, color = color.red, size = size.small, location = location.abovebar, text = 'O=H')

plotshape(open_eq_low, title = 'Open = Low', style = shape.triangledown, color = color.green, size = size.small, location = location.belowbar, text = 'O=L')

open_eq_high = open == high
open_eq_low = open == low

// Plot markers
plotshape(open_eq_high, title = 'Open = High', style = shape.triangleup, color = color.red, size = size.small, location = location.abovebar, text = 'O=H')

plotshape(open_eq_low, title = 'Open = Low', style = shape.triangledown, color = color.green, size = size.small, location = location.belowbar, text = 'O=L')

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.