Skip to content

SwingIndex Method (3)

SwingIndex (1 of 3)

Summary

Returns the Swing Index indicator instance.

Signature

1
public abstract SwingIndex SwingIndex(int limitMoveValue)

Parameters

Name Type Description
limitMoveValue int The value of the limit move used for calculation.

Return Value

SwingIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

SwingIndex (2 of 3)

Summary

Returns the Swing Index indicator instance.

Signature

1
public abstract SwingIndex SwingIndex(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

SwingIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

SwingIndex (3 of 3)

Signature

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

Parameters

Name Type Description
marketSeries MarketSeries
limitMoveValue int

Return Value

SwingIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 17, 2023