Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Complete
-
2.2.1
Description
I wanted to use the ExponentialMovingAverageRate in my project, but found out that the 'window' constructor argument is not used in the constructor of the ExponentialMovingAverage class. A 'magic' number 10 is used instead.
This makes it impossible to change the window attribute of the ExponentialMovingAverageRate.