petergluis
Active member
rma is a built-in function for moving average used in RSI in pine script. What is a similar built-in function in Thinkscript?
Syntax
rma (source, length) --> series
Returns
Exponential moving average of x with alpha = 1/y.
Syntax
rma (source, length) --> series
Returns
Exponential moving average of x with alpha = 1/y.