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 حد القياس السفلي لنافذة مؤشر منفصلة 4
Name اسم 7
SeparateWindow أظهر المؤشر في نافذة منفصلة 3
ShortName اسم قصير 6
Version إصدار البرنامج 1