I was looking at the code closely and observed that Ehler's code at https://www.mesasoftware.com/papers/MAMA.pdf also has this line. However, my issue is that smoothPerioid isn't being used.
Do you think if this is a bug or am I missing anything here ? I was converting the code to python. If you know where the python impelentation may be present that would be great too.
But do let me know your thoughts around "SmoothPeriod" which make me feel somewhere we all have incomplete code.
https://github.com/MathisWellmann/go_ehlers_indicators/blob/bdc7bd10003cf6406a7e5da89427be5f8588cfb1/mama.go#L83
I was looking at the code closely and observed that Ehler's code at https://www.mesasoftware.com/papers/MAMA.pdf also has this line. However, my issue is that smoothPerioid isn't being used.
Do you think if this is a bug or am I missing anything here ? I was converting the code to python. If you know where the python impelentation may be present that would be great too.
But do let me know your thoughts around "SmoothPeriod" which make me feel somewhere we all have incomplete code.