Skip to content

AccumulativeSwingIndex Method (3)

AccumulativeSwingIndex (1 of 3)

Summary

Initializes the Accumulative Swing Index indicator

Remarks

The Accumulative Swing Index indicator is used as a divergence and confirmation tool.

Signature

1
public abstract AccumulativeSwingIndex AccumulativeSwingIndex(int limitMoveValue)

Parameters

Name Type Description
limitMoveValue int The value of the Limit Move used for calculation.

Return Value

AccumulativeSwingIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

AccumulativeSwingIndex (2 of 3)

Summary

Initializes the Accumulative Swing Index indicator

Remarks

The Accumulative Swing Index indicator is used as a divergence and confirmation tool.

Signature

1
public abstract AccumulativeSwingIndex AccumulativeSwingIndex(Bars bars, int limitMoveValue)

Parameters

Name Type Description
bars Bars The Bars that will be used by indicator, you can pass another timeframe/symbol bars
limitMoveValue int The value of the Limit Move used for calculation.

Return Value

AccumulativeSwingIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

AccumulativeSwingIndex (3 of 3)

Signature

1
public abstract AccumulativeSwingIndex AccumulativeSwingIndex(MarketSeries marketSeries, int limitMoveValue)

Parameters

Name Type Description
marketSeries MarketSeries
limitMoveValue int

Return Value

AccumulativeSwingIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 23, 2023