await Indicators.BWMFI(symbol:string, timeframe:string, priceType:int)
Name | Type | Действие | Значение по умолчанию |
---|---|---|---|
symbol | string | اسم الرمز على البيانات التي سيتم حساب المؤشر منها. فارغ يعني الرمز الحالي. |
— |
timeframe | string | إطار زمني. يمكن أن يكون أيًا من قيم تعداد {link TimeFrame}. 0 يعني الإطار الزمني الحالي للرسم البياني. |
— |
priceType | int | Price type | — |
let listBWMFI = await Indicator.BWMFI(null, 0, PriceType.Bid);