TestimonialsAbout UsContact Us
ProductsServicesTechnical SupportBuy Online
 
 

    VC++ Technical Analysis Source Code

Develop lightning-fast technical analysis trading applications with TA-SDK Microsoft VC++ Edition using VC++ 6.0 or VC++ .NET.
 
It's so fast, your system won't have enough time to analyze calculations between processes, even with large data sets consisting of thousands of records.
 
TA-SDK is not only fast, it is also accurate. All technical analysis functions available in TA-SDK have been thoroughly checked for accuracy.
 
Compiled under Microsoft Visual C++ for Windows, TASDK.dll can be called from C++, Pascal, Assembler, Delphi, FoxPro, and many other languages. Complete source code is available.
 
Because TA-SDK is open-source, you can use any type of database connection just by changing a few lines of code. No matter what format your data is stored in, the TA-SDK database API will interface with it. TA-SDK can support ASCII data files, SQL database connections, XML, and real-time data feeds like our Real Time Data Feed API.

Click here for a current  listing of TA-SDK technical indicators.

Please note that TA-SDK does not offer charting capabilities. For both charting and technical analysis, please see StockChartX Professional Edition.

Discount Packages

 

Non-commercial package without source code ($129) per developer
Includes TASDK.dll Windows DLL library without source, LiveWire data manager, Microsoft Visual C++ 6.0 and .net examples, documentation, and 30-days free technical support. This is a non-exclusive, non-commercial license excluding source code, for personal use only. You may not redistribute TA-SDK. This version of TA-SDK reads text files only.

Buy TA-SDK Online Now

Commercial package with source ($289) per developer
Includes TASDK.dll Windows DLL library with complete source code, LiveWire data manager, Microsoft Visual C++ 6.0 and .net example  projects,  documentation, and 30-days free technical support. This is a non-exclusive commercial license including source code for VC++ 6.0 and C++ .net allows you to redistribute TA-SDK with your application without paying royalties. This version of TA-SDK can be adapted to read from any data source.

Buy TA-SDK Online Now

 

Example TA-SDK Code for Microsoft Visual C++

MovingAverage* pMA = New MovingAverage();
Database* pDB = New Database();
Recordset* pRS;
Recordset* pRSMA;

// Note: with TA-SDK Commercial Edition, you can
// modify source code to load from any data source.
pDB->OpenDatabase("MSFT");

pRS = pDB->getRecordSet();
// Now we have the date, open, high, low, 
// close and volume Field objects loaded into RS.


// Calculate a 14 period TMA and store in a recordset.
pRSMA = pMA->TriangularMovingAverage(pDB, pRS, 14);

// Print all the values of the new TMA
for(int n = 1; n != pRSMA->getRecordCount() + 1; ++n){
    std::cout << pRSMA->getValue(n) << endl;
}

If you would like to use TA-SDK to develop VBA or  web applications, have a look at  the TA-SDK ActiveX Visual Basic Edition.

 

 


TA-SDK source code is available in several programming languages. This means you get the actual technical analysis source in the programming language you are most fluent with. 
 



Develop powerful trading applications with Microsoft Visual C++ in record time. Read More



Use the TA-SDK ActiveX DLL with Microsoft Visual Basic, FoxPro, Excel, and Access. Read More



The TA-SDK CLR library and source code is available for Microsoft VS .net. Examples available for both C# and VB.net. Read More



Develop cross-platform trading apps in Sun Java with the TA-SDK JAR package and source code Read More



Link TA-SDK to any DDE or ActiveX real-time data feed in Microsoft Excel!
Read about TA-SDK Excel Edition  Read More 



Experience the power of TA-SDK coupled with the dependability of the UNIX or Linux OS. Read More



TA-SDK iOS for iPhone and iPad is written in native Objective C for high performance trading applications on mobile devices. Read More

 

 
 
   Email This Page
Copyright ® 1999 - 2013 Modulus Financial Engineering, Inc.