The Volatility measures the risk or stock variability. It’s calculated using
standard deviations on daily returns. When volatility increases, the risk
increases as bigger changes in the stock price are expected.
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.Volatility(CloseValues, 14)