Indicators.AC()

計算 Bill Williams 的加速器/減速器振盪器並返回其值。
await Indicators.AC(symbol:string, timeframe:string, priceType:int)

Parameters

Name Type Действие Значение по умолчанию
symbol string 將計算指標的數據上的交易品種名稱。 null 表示當前符號。
timeframe string 大體時間。 它可以是任何 TimeFrame 枚舉值。 0 表示當前圖表時間範圍。
priceType int Price type

Return value

Bill Williams 的加速器/減速器振盪器的數值。

Example

let listAC = await Indicator.AC(Current.Symbol, Current.TimeFrame, PriceType.Bid);