Skip to content

Envelopes

Summary

The Envelopes indicator is used to visualize potential trading ranges and overbought/oversold conditions.

Signature

1
public abstract interface Envelopes

Namespace

cAlgo.API.Indicators

Properties

Upper

Summary

The upper line of the Envelopes.

Signature

1
public abstract IndicatorDataSeries Upper {get;}

Return Value

IndicatorDataSeries

Main

Summary

The main line of the Envelopes.

Signature

1
public abstract IndicatorDataSeries Main {get;}

Return Value

IndicatorDataSeries

Lower

Summary

The lower line of the Envelopes.

Signature

1
public abstract IndicatorDataSeries Lower {get;}

Return Value

IndicatorDataSeries