Property

Indicator or Trading Bot properties

Description

Используется в методе constructor класса Indicator или TradingBot при задании
при помощи setProperty свойств индикатора или алгоритма

Example

this.setProperty(Property.SeparateWindow, true);
this.setProperty(Property.ShortName, "MA");
this.setProperty(Property.Name, "Moving Average");
this.setProperty(Property.Minimum, 0);
this.setProperty(Property.Maximum, 1);
this.setProperty(Property.Version, "Ver. 1.07");

Elements

const
ChartWindow Show the indicator in the chart window 2
Digits Digits 8
Maximum The top scaling limit for a separate indicator window 5
Minimum The bottom scaling limit for a separate indicator window 4
Name Name 7
SeparateWindow Show the indicator in a separate window 3
ShortName ShortName 6
Version Program version 1