pandas-ta
pandas-ta copied to clipboard
FIX RMA with adjust=False for correct EMA calc
Flag adjust=False
is missing from the WildeR's MA - RMA - so for EMA to be calculated accordingly:
$ y_0 = x_0 $ $ y_t = ( 1 - \alpha )y_{t-1} + \alpha x_t $