SwingIndex Method (3)¶
SwingIndex (1 of 3)¶
Summary¶
Returns the Swing Index indicator instance.
Signature¶
1 |
|
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 |
|
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 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
limitMoveValue | int |
Return Value¶
SwingIndex
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 17, 2023