The Chande Momentum Oscillator (CMO) by Tushar Chande is a variation on the RSI (see Relative Strength Index) using an SMA (see Simple Moving Average) and on a scale between -100 and +100.
SMA[N] of (close - prev close) CMO = 100 * --------------------------------- SMA[N] of abs(close - prev close)
The formula can also be written in the style of the RSI, with U=close-prev on an up day, and D=prev-close on a down day.
SMA[N] of U CMO = -100 + 200 * ------------------------- SMA[N] of U + SMA[N] of D
See also TSI (see True Strength Index), another different moving average for an RSI.
Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2016, 2017, 2019, 2023, 2024 Kevin Ryde
Chart is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.