await Indicators.OBV(symbol:string, timeframe:string, appliedPrice:int, priceType:int)
Name | Type | Действие | Значение по умолчанию |
---|---|---|---|
symbol | string | 將計算指標的數據上的交易品種名稱。 null 表示當前符號。 | — |
timeframe | string | 大體時間。 它可以是任何 TimeFrame 枚舉值。 0 表示當前圖表時間範圍。 | — |
appliedPrice | int | 應用價格。 它可以是任何AppliedPrice枚舉值。 | — |
priceType | int | Price type | — |
let list = await Indicator.OBV(null, 0, AppliedPrice.Close, PriceType.Bid);