Pane
AI-enhanced title
// Input settingsshort_length = input.int(9, title="Short Moving Average Period", minval=1)long_length = input.int(21, title="Long Moving Average Period", minval=1)