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 ผู้เขียนได้เผยแพร่ Pine code นี้เป็นโอเพนซอร์ซไลบรารีเพื่อให้ Pine โปรแกรมเมอร์คนอื่นในชุมชนของเราสามารถนำไปใช้ซ้ำได้ ต้องขอบคุณผู้เขียน! คุณสามารถใช้ไลบรารีนี้ในแบบส่วนตัวหรือในการเผยแพร่แบบโอเพนซอร์สอื่น ๆ แต่การนำโค้ดนี้ไปใช้ในการเผยแพร่ซ้ำจะต้องอยู่ภายใต้ กฎระเบียบการใช้งาน


และใน:

คำจำกัดสิทธิ์ความรับผิดชอบ