The Acceleration of changes calculates current velocity of changes and
velocity of changes n periods of time before.
Public Function Acceleration(ByVal AccIn() As Double, ByVal Lag As Long) As Double
Example:
Dim TA4Net As
New TA4Net.CTAFunctions("YOUR-REGISTRATION-CODE")
Dim Result() As
Double
Dim CloseValues() As
Double
' loading values to array
CloseValues =
GetCloseValues()
' calculating Technical Analysis function
Result = TA4Net.Acceleration(CloseValues, 14)