INVITE-ONLY SCRIPT
Mis à jour

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
Notes de version
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')

Clause de non-responsabilité

Les informations et publications ne sont pas destinées à être, et ne constituent pas, des conseils ou recommandations financiers, d'investissement, de trading ou autres fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.