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 日期時間 - Unix 時間戳 datetime
enum Enum enum
float 漂浮 float
int 整數 int
string String string