Welcome Guest, you are in: Login
CTS Futures

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.