talib.cmo

Chande Momentum Oscillator for source over length bars. Two arguments in, one series float out — the same call shape as talib.rsi.

talib.cmo(series float source, series int length) → series float
ParameterTypeRequiredDescription
sourceseries floatyesThe series the oscillator is calculated on.
lengthseries intyesHow many bars the calculation covers.

Returns series float — A series float oscillator value.

indicator("Chande Momentum Oscillator")
plot(talib.cmo(close, 14))

See also talib.alma · talib.atr · talib.barssince

Part of the function index.

Ready to put this into practice?
Try GoCharting Premium
Unlock advanced orderflow, market profile, options desk, and real-time data — everything you just read about, live in your charts.
Upgrade