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"

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.