Median PriceThe Median Price indicator is simply the midpoint of each day's price. The Typical Price and Weighted Close are similar indicators. Syntax:Public Function MedianPrice(ByVal HLOCV()() As Double) As Double Parameters:
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.MedianPrice(HLOCV)
|
|
TA4.NET® Franz AG
2004© |
| Browser Based Help. Published by chm2web software. |