Const
close is hard-coded in the reference (sma(close, ...), not an input), so there is no source setting to expose.
close
sma(close, ...)
input
The long length defaults to 26, not 21: the reference pairs 9 against 26. A saved chart that never set the length explicitly draws a slower line now.
closeis hard-coded in the reference (sma(close, ...), not aninput), so there is no source setting to expose.The long length defaults to 26, not 21: the reference pairs 9 against 26. A saved chart that never set the length explicitly draws a slower line now.