Property

指標或算法屬性

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 在圖表窗口中顯示指標 2
Digits 數字 8
Maximum 單獨指標窗口的最高縮放限制 5
Minimum The bottom scaling limit for a separate indicator window 4
Name 名稱 7
SeparateWindow 在單獨的窗口中顯示指標 3
ShortName 簡稱 6
Version 程序版本 1