Nicoski

The Nicoski Index is an Advance/Decline ratio indicator. Instances when the indicator passes above or below 1.00 should be considered for market turning points. These points tend to be more accurate if in the past the indicator had been well above or below 1.00 before it crosses to below or above 1.00 respectively.

Syntax:

Public Function Nicoski(ByVal HLOCV()() As Double, ByVal Lag As Long) As Double

Parameters:

  • ByVal HLOCV()() As Double
  • ByVal Lag As Long

Back to list

 

Example:

 

    Dim TA4Net As New TA4Net.CTAFunctions("YOUR-REGISTRATION-CODE")

    Dim Result() As Double

    Dim HLOCV(,) As Double

 

    ' loading values to array

    HLOCV = GetHLOCVValues()

    ' calculating Technical Analysis function

    Result = TA4Net.Nicoski(HLOCV, 14)

 


TA4.NET® Franz AG 2004©
Web site: http://www.ta4.net
e-mail: support@ta4.net

Browser Based Help. Published by chm2web software.