pandas-ta icon indicating copy to clipboard operation
pandas-ta copied to clipboard

Fix for RMA - adjust=False

Open freyastreamlit opened this issue 1 year ago • 0 comments

Flag adjust=False is missing from the WildeR's MA - RMA - so for EMA to be calculated accordingly:

PANDAS - EWM

$ y_0 = x_0 $ $ y_t = ( 1 - \alpha )y_{t-1} + \alpha x_t $

Submitted a PR for your consideration #766

freyastreamlit avatar Feb 16 '24 15:02 freyastreamlit