String Input
FXC911 – Forex & Crypto News & Insights
Goals
Pine Script Code
//@version=5
indicator("Input String")
myText = input.string(defval = "Rahmati Academy", title = "Enter Text")
plot(close)Code Output

Explanation
Keywords
Visit me on:
Last updated