Closed SunRunAwayAwayAway closed 3 years ago
Hi, I see the implementation of EMA does not consider the time window, is it correct? https://github.com/sdcoffey/techan/blob/572c478f546ecfef27a8454bd653f95829269490/indicator_exponential_moving_average.go#L24-L37
Also, is RSI correct since RSI relays on EMA?
I think it's incorrect, window is not used anywhere in the calculation.
Fixed as of 0.12.1! Shoutout to @danhenke and @joelnordell for the fix
Hi, I see the implementation of EMA does not consider the time window, is it correct? https://github.com/sdcoffey/techan/blob/572c478f546ecfef27a8454bd653f95829269490/indicator_exponential_moving_average.go#L24-L37
Also, is RSI correct since RSI relays on EMA?