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 |
|
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 |
|
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 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
limitMoveValue | int |
Return Value¶
AccumulativeSwingIndex
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 23, 2023