Syntax
Public Function AccumulativeSwingIndex(chart_Id As Long, limitMoveVal As Integer) As String
Description
The Accumulation Swing Index (Wilder) is a cumulative total of the Swing Index.
The Accumulation Swing Index may be analyzed using technical indicators, line studies, and chart patterns, as an alternative view of price action.
Parameters
Key | Description |
chart_Id | Chart identifier, 0 is the current chart, a value of type Long. |
limitMoveVal | Swing Limit Move value of type Integer |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
Sample
Public Sub main()AlertMessage (AccumulativeSwingIndex(0,12))'Draws the indicator on the chart and shows an Alert Message with the indicator name.End Sub
See Also