AppliedPrice

نوع السعر المطبق

Description

تستخدم في الأساليب onInit و onUpdate
لتعيين نوع السعر الذي سيتم استخدامه.

Example

this.addInput("Applied_Price", InputType.AppliedPrice, AppliedPrice.Close);
let list = await Indicators.ADX(Current.Symbol, TimeFrame.Current, 6, AppliedPrice.High, PriceType.Ask);

Elements

const
Close Close price 0
High السعر الأقصى لهذه الفترة 2
Low السعر الأدنى للفترة 3
Median متوسط السعر ، (مرتفع + منخفض) / 2 4
Open سعر الفتح 1
Typical السعر النموذجي ، (مرتفع + منخفض + إغلاق) / 3 5
Weighted سعر الإغلاق المرجح (مرتفع + منخفض + إغلاق + إغلاق) / 4 6