Skip to content
Connection between Indicator Properties and Functions

Connection between Indicator Properties and Functions

Connection between Indicator Properties and Corresponding Functions

Every custom indicator has numerous properties, some of which are obligatory and are always positioned at the beginning of description. They are the following properties:

It should be noted that numeration of levels and plots in preprocessor terms starts with one, while numeration of the same properties at using functions starts with zero, i.e. the indicated value must be by 1 less than that indicated for #property.

There are several directives, for which there are no corresponding functions:

DirectiveDescription
indicator_chart_windowIndicator is displayed in the main window
indicator_separate_windowIndicator is displayed in a separate subwindow
indicator_buffersNumber of required indicator buffers
indicator_plotsNumber of plots in the indicator
Last updated on