Skip to content

RainbowOscillator Method

RainbowOscillator

Summary

The Rainbow Oscillator is a process of repetitive smoothing of simple moving averages resulting in a full spectrum of trends.

Signature

1
public abstract RainbowOscillator RainbowOscillator(DataSeries source, int levels, MovingAverageType maType)

Parameters

Name Type Description
source DataSeries The price source data used for calculation.
levels int The value of the levels used for calculation.
maType MovingAverageType The Moving Average type used for calculation.

Return Value

RainbowOscillator

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 17, 2023