TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.46k stars 1.74k forks source link

CMO Formula #528

Open jwwjcw opened 2 years ago

jwwjcw commented 2 years ago

The ta-lib formula for the Chande Momentum Osc does not appear to produce the correct results - based on the formula commonly used in trading platforms (TradeStation and others). Not sure how to access the code to do some comparisons. Any help would be appreciated. J

trufanov-nok commented 2 years ago

You may start with that https://github.com/TA-Lib/ta-lib/blob/master/src/ta_func/ta_CMO.c#L206

jwwjcw commented 2 years ago

Thanks much!

Elyasnz commented 1 year ago

any luck on fixing or replacing CMO?

Elyasnz commented 1 year ago

for anyone coming across this issue
take a look at this comment https://github.com/TA-Lib/ta-lib-python/issues/207#issuecomment-1559006949