InputType

نوع إدخال متغيرات إدخال المستخدم

Description

تستخدم في منشئ البرنامج النصي كوسيطة this.addInput عند إنشاء المتغيرات التي أدخلها المستخدم.
اعتمادًا على نوع المتغير المحدد ، يتم إنشاء مربع حوار إعدادات البرنامج النصي

Example

this.addInput("AppliedPrice", InputType.AppliedPrice, AppliedPrice.Close);
this.addInput("Averaging", InputType.Averaging, Averaging.Simple);
this.addInput("PriceType", InputType.PriceType, PriceType.Bid);
this.addInput("Period", InputType.int, 14);
this.addInput("Alpha1", InputType.float, 0.25);

Elements

const
AppliedPrice AppliedPrice AppliedPrice
Averaging MA Averaging Averaging
PriceType PriceType PriceType
PriceType PriceType PriceType
bool قيمة منطقية bool
color اللون color
datetime DateTime - طابع زمني يونيكس datetime
enum Enum enum
float يطفو float
int عدد صحيح int
string String string