McClellan Summation IndexThe McClellan Summation Index is a market breath indicator based on the McClellan Oscillator. The McClellan Summation Index was developed by Sherman and Marian McClellan. Extensive coverage of the index is provided in their book Patterns for Profit. The McClellan Summation Index is a long-term version of the McClellan Oscillator. Its interpretation is similar to that of the McClellan Oscillator except that it is more suited to major trend reversals. As explained in the Calculation section, there are two methods to calculate the Summation Index. The two calculation methods create indicators with identical appearances, but their numeric values differ. These interpretational comments refer to the "suggested" calculation method explained in the Calculation section. McClellan suggests the following rules for use with the Summation Index:
Syntax:Public Function McClellanSumIndex(ByVal MCSIIn() As Double) As Double Parameters:
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.McClellanSumIndex(CloseValues)
|
|
TA4.NET® Franz AG
2004© |
| Browser Based Help. Published by chm2web software. |