Compiled under Microsoft VS .net for VB.net and C#, TA-SDK .net Edition
will propel you to the bleeding edge of trading software
development. TA-SDK for Microsoft .net is a CLR library that
comes with example projects for both C# and VB.net. Like our other
libraries, TA-SDK .net Edition is extremely
fast, memory efficient and full source code is available for all
technical indicators.
On top of the long list of popular
indicators, you get trend line penetration, a pre-built neural network trading system,
candlestick pattern recognition and much more. Plus you get free
updates for one full year.
Develop commercial trading applications, back
testing systems, trading experts or supply a web site with real-time server-side
technical analysis... plus much more with TA-SDK Visual Basic
Edition.
Pre-sales questions? Call (888)
318-3754 and choose option 1 for technical pre-sales questions. We
are happy to speak with you about your requirements.
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.

Non-commercial
package without source code ($129) per
developer
Includes TASDK.dll CLR DLL without
source,
LiveWire data manager, Microsoft Visual Basic .net and C# example projects, 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. |

|
Commercial
package with source ($289) per
developer
Includes
TASDK.dll CLD DLL with complete source code, LiveWire data
manager, Microsoft Visual Basic .net and C# example projects, documentation, and 30-days free
technical support. This is a non-exclusive commercial license including source code for
VB.net. This license 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. |

|
Special
Offer Ends Soon! TA-SDK VB6, VB.net, C# and StockChartX
Professional Edition (a complete developer pakage) for only $565
Includes
TASDK.dll Windows DLL library with complete source code in
both VB6 and VB.net with VB6, VB.net and C# example projects, LiveWire data
manager, StockChartX V.5 Standard Edition, documentation
for all products, and 30-days free
technical support. This is a non-exclusive commercial license including source code
for TA-SDK, excluding source code for StockChartX. This
license allows you to redistribute TA-SDK and StockChartX with your application,
without paying royalties. This version of TA-SDK can be adapted to read from any data source. |

|
Example TA-SDK Code for
Microsoft VB.net
Dim
DB As New Database()
Dim RS As
Recordset()
Dim rsMA As
Recordset()
Dim MA As
New MovingAverage()
Dim n As
Integer
'Note: with TA-SDK Commercial Edition, you
can
'modify source code to load from any data source.
DB.OpenDatabase("MSFT")
RS = DB.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.
rsMA = MA.TriangularMovingAverage(DB, RS, 14)
'Print all the values of the new TMA
For n = 1 To
rsMA.getRecordCount()
Console.WriteLine(rsMA.getValue(n))
Next n
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.
|
|