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

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。


他のメディア:

免責事項