Skip to content

ElderRayIndex

Summary

The calculation of the Elder Ray Index.

Signature

1
public abstract interface ElderRayIndex

Namespace

cAlgo.API.Indicators

Properties

BullsPower

Summary

The histogram (bar graph). It shows the maximum bullish strength during the time period.

Signature

1
public abstract IndicatorDataSeries BullsPower {get;}

Return Value

IndicatorDataSeries

BearsPower

Summary

The histogram (bar graph). It shows the maximum bearish strength during the time period.

Signature

1
public abstract IndicatorDataSeries BearsPower {get;}

Return Value

IndicatorDataSeries