Indicators.Force()

يحسب مؤشر القوة ويعيد قيمته.
await Indicators.Force(symbol:string, timeframe:string, period:int, maMethod:int, appliedPrice:int, priceType:int)

Parameters

Name Type Действие Значение по умолчанию
symbol string اسم الرمز على البيانات التي سيتم حساب المؤشر منها. فارغ يعني الرمز
الحالي.
timeframe string إطار زمني. يمكن أن يكون أيًا من قيم تعداد {link TimeFrame}. 0 يعني الإطار الزمني الحالي
للرسم البياني.
period int متوسط الفترة.
maMethod int -
appliedPrice int السعر المطبق. يمكن أن يكون أيًا من قيم تعداد {link AppliedPrice}.
priceType int Price type

Return value

القيم العددية لمؤشر القوة.

Example

let list = await Indicator.Force(null, 0, 13, Averaging.Simple, AppliedPrice.Close, PriceType.Bid);