InputType

Тип вводимых данных вводимых пользователем переменных

Примечание

Используется в конструкторе скрипта в качестве аргумента this.addInput при создании вводимых пользователем переменных.
В зависимос от заданного переменной типа генерируется диалог настройки скрипта

Пример

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);

Элементы

const
AppliedPrice AppliedPrice AppliedPrice
Averaging MA Averaging Averaging
PriceType PriceType PriceType
PriceType PriceType PriceType
bool Логический bool
color Цвет color
datetime DateTime - временная метка unix datetime
enum Enum enum
float Плавать float
int Целое число int
string String string