talib.swma

Symmetrically weighted moving average of source. There is no length argument: the window is fixed by the function, and you choose only what to feed it.

talib.swma(series float source) → series float
ParameterTypeRequiredDescription
sourceseries floatyesThe series to average.

Returns series float — A series float: one average per bar.

indicator("Symmetrically weighted moving average")
plot(talib.swma(close))

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