Integer Input
FXC911 – Forex & Crypto News & Insights
Goals
Pine Script Code
//@version=5
indicator("Integer Input")
value = input.int(title = "Enter Value", defval = 1, maxval = 10, minval =1, step =1)
plot(value)Code Output

Explanation
Keywords
Visit me on:
Last updated