Welcome Guest, you are in: Login
CTS Futures
Home
Pricing
FAQ

T4 Desktop
User Guide
Scripting Guide
Release Notes

Mobile and Web
T4 Mobile
T4 WebTrader

Admins
T4 Admin Guide

Developers
API 2.0 Guide
API 2.0 Reference
API 4.0 Guide
- coming soon
API 4.0 Reference
- coming soon




Search the wiki
»

Creating an IndicatorSeries

RSS
The new chart data API supports creating indicator data. Currently, only moving averages of the bar data, RSI, and ATR are supported. However this list is expected to expand.

As with ChartDataSeries, you should keep references to instances of IndicatorSeries and dispose of them when finished.

Private moMov As MovingAverageIndicatorSeries
Private moRSI As RSIIndicatorSeries
Private moATR As AverageTrueRangeIndicatorSeries

Private Sub CreateIndicators ()

moMov = New MovingAverageIndicatorSeries(moBarData, MovingAverageType.SMA, MovingAveragePriceType.Typical, 14)

moRSI = New RSIIndicatorSeries(moBarData, 14)

moATR = New AverageTrueRangeIndicatorSeries(moBarData, 14)

End Sub

If there is a specific indicator you would like to see added that is not included above please send an email to support.

Trade how you want, where you want

support@ctsfutures.com (312) 939 0164

141 W. Jackson Blvd., Suite 211A, Chicago, IL 60604

© 2009-2012 Cunningham Trading Systems Inc. All rights reserved.