INVITE-ONLY SCRIPT
Aggiornato

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
Note di rilascio
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')

Declinazione di responsabilità

Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.