PINE LIBRARY

Pivots library

تم تحديثه
Library "Pivots"
TODO: add library description here

pivots(_type, _open, _high, _low, _clsoe) Calculates the pivot point and returns its value.
  Parameters:
    _type: Specifies the type of pivot point.
    _open: The open price
    _high: The high price
    _low: The low price
    _clsoe: The close price
  Returns: Returns the value of the calculated pivot point as a tuple.

cpr(_high, _low, _clsoe) Calculate the Central Pivot Range
  Parameters:
    _high: The high price
    _low: The low price
    _clsoe: The close price
  Returns: Returns the values as a tuple.

htf_ohlc(_htf) Calculate the HTF values
  Parameters:
    _htf: Resolution
  Returns: Returns the values as a tuple.
ملاحظات الأخبار
Added sample codes.
ملاحظات الأخبار
v3: Added HTF sample.
ملاحظات الأخبار
v4: Added pivot types ('Classic', 'DM', 'Camarilla', 'Expected Pivot Points').
ملاحظات الأخبار
v5

- Added a pivot types "Floor" and "Tom DeMark's Pivot"
ملاحظات الأخبار
v6
Added "PP only" options.
ملاحظات الأخبار
v7

added a type 'HL2'
ملاحظات الأخبار
v8

added a type "Zone Analysis"
ملاحظات الأخبار
v9
ملاحظات الأخبار
v10
ملاحظات الأخبار
v11
added an option "OC2"
HTFmtfpivottechindicator

مكتبة باين

كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشور تحكمه قوانين الموقع.


يعمل أيضًا:

إخلاء المسؤولية