Changes

Jump to navigation Jump to search

2. Basic Definitions

26 bytes removed, 09:39, 6 May 2013
no edit summary
==Indicator==
 
[[File:InsertStudy.png|right|Insert Study]]
Indicators in MultiCharts .NET allow the user to analyze price and trade information and to graphically display it on the chart. To add an Indicator on a chart, right-click on the chart, click Insert Study, select the Indicator tab, then select the required Indicator and click OK.
For example, the ADX indicator calculation results will appear in a graph displayed at the bottom of the chart.
http://www.multicharts.com/trading-software/images/e/e0/InsertStudy.png
In MultiCharts .NET indicators are objects of the class, inherited from ''IndicatorObject'' class. Indicators, unlike other types of studies (functions, signals), can create and use plot objects (''IPlotObject''). These objects allow indicators to draw graphs, histograms, bars, etc. Before using plots, they should be created in the '''Create ()''' method of indicator class using the '''AddPlot()''' method.

Navigation menu