Demo Mode:
TA4.NET is a "try-before-you-buy" product. Unregistered using of TA4.NET library is restricted - only first 40 elements of input data are processed. You need to purchase TA4.NET and receive unlock key to avoid the restriction.
To start Demo Mode insert any string instead of "YOUR-REGISTRATION-CODE" or leave it as is

 
VB .NET Sample

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

    Dim Result() As Double

    Dim CloseValues() As Double

  

    ' loading values to arrays

    CloseValues = GetCloseValues()

       ' calculating Technical Analysis function

    Result = TA4Net.MovAvg(CloseValues, 14)

C# Sample

private void TASample()
{
        CTAFunctions TA4Net =
new CTAFunctions("YOUR-REGISTRATION-CODE");
       
double[] Result;
       
double[] CloseValues;
 
       
// loading values to arrays
        CloseValues = GetCloseValues();
 
       
// calculating Technical Analysis function
        Result = TA4Net.MovAvg(CloseValues,14);

        Result = TA4Net.OnBalanceVolume(HLOCV);

}

Our partners ActiveX and OCX:
 

    ViewPDF and PDF viewer

    Word Viewer

    Excel Viewer

    PDF software

 

    WinCHM 2.51 - Help authoring tool

    Softany Txt2Htm2Chm

 

 Automate daily tasks with the Internet Macros!