Decimal Input
FXC911 – Forex & Crypto News & Insights
Goals
Pine Script Code
//@version = 5
indicator("Input Decimal Values")
value = input.float(title = "Enter Value: ", defval = 1.5, maxval = 10.0, minval = 1.0, step = 0.5)
plot(value)Code Output

Explanation
Keywords
Visit me on:
Last updated