pandas-ta
pandas-ta copied to clipboard
Fix for RMA - adjust=False
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 $
Submitted a PR for your consideration #766