Trader.NET Scripting

Download the latest Trader.NET Charting 0.1.

Trader.NET Scripting supports custom indicator scripting in JScript, VB.NET and C#. As shown above in Script Explorer, user has access to the extire .NET framework and any third-part libraries to write new indicators. Attached in the zip file, there are two sample scripts written in C#. All indicator classes must derive from Trader.Study.Indicator and override the Calculate method. We will provide detailed documentation on the APIs when Trader.NET 2005 1.0 is released.

Here's the chart for SUNW using the script BollingerBand.cs, SMA 5, Stochastic and Volume+.