نوع إدخال متغيرات إدخال المستخدم
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);