Plot Shape And Text
FXC911 – Forex & Crypto News & Insights
Goals
Pine Script Code
//@version=5
indicator("Plot Shape", overlay = true)
diff = close > open
plotshape(diff, title = "SHAPE", style = shape.arrowdown, location = location.abovebar, color = color.red, text = "Sig", textcolor = color.green, size = size.small)Code Output

Explanation
Keywords
Visit me on:
Last updated