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.