I’m creating my own TradingView indicator in Pine Script, but currently all the values like EMA length, RSI period, colors, and other settings are hardcoded.
I want users to be able to change these values directly from the indicator settings without editing the code every time.
Is there any way to create input boxes, dropdowns, checkboxes, or color pickers in Pine Script?