jealous / stockstats

Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.
Other
1.26k stars 297 forks source link

Retrieve CMO (Chande Momentum Oscillator) #143

Closed jealous closed 1 year ago

jealous commented 1 year ago

The Chande Momentum Oscillator (CMO) is a technical momentum indicator developed by Tushar Chande. https://www.investopedia.com/terms/c/chandemomentumoscillator.asp

CMO = 100 * ((sH - sL) / (sH + sL))

where: