INVITE-ONLY SCRIPT
تم تحديثه

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
ملاحظات الأخبار
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')

إخلاء المسؤولية

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.