Skip to content

OscillatorMovingAverage

Summary

The calculation of the Oscillator of a Moving Average.

Signature

1
public abstract interface OscillatorMovingAverage

Namespace

cAlgo.API.Indicators

Properties

Histogram

Summary

The Oscillator of a Moving Average is a technical indicator that shows the difference between an oscillator and its moving average over a given period of time.

Signature

1
public abstract IndicatorDataSeries Histogram {get;}

Return Value

IndicatorDataSeries