ClassicScott

MyVolatilityBands

ClassicScott アップデート済   
Library "MyVolatilityBands"
Just a lil' library of volatility bands that I use in some scripts

bollingerbands(src, lkbk, mult, basis)
  Bollinger Bands
  Parameters:
    src (float): float
    lkbk (int): int
    mult (float): float
    basis (float)
  Returns: Bollinger Bands

donchianchannels(src, lkbk, band_width)
  Donchian Channels
  Parameters:
    src (float): float
    lkbk (int): int
    band_width (float): float
  Returns: Donchian Channels with an outer band of varying thickness adjusted by the band_width input

doublehalfdonchianchannels(src, lkbk, divisor)
  Double Half Donchian Channels
  Parameters:
    src (float): float
    lkbk (int): int
    divisor (float): float
  Returns: two adjustable bases calculated using Donchian Channels calculation that act as a measure of volatility
リリースノート:
v2

Updated:
bollingerbands(src, lkbk, mult, basis, band_width)
  Bollinger Bands
  Parameters:
    src (float): float
    lkbk (int): int
    mult (float): float
    basis (float)
    band_width (float)
  Returns: Bollinger Bands with an outer band of varying thickness adjusted by the band_width input

doublehalfdonchianchannels(src, lkbk, divisor)
  Double Half Donchian Channels
  Parameters:
    src (float): float
    lkbk (int): int
    divisor (float): float
  Returns: two adjustable bases calculated using Donchian Channels calculation that can act as a measure of volatility for below chart indicators
リリースノート:
v3

Added:
keltnerchannels(atr_lkbk, mult, basis, band_width)
  Keltner Channels
  Parameters:
    atr_lkbk (simple int): int
    mult (float): float
    basis (float): float
    band_width (float): float
  Returns: Keltner Channels with an outer band of varying thickness adjustable by the band_width input

Updated:
bollingerbands(src, lkbk, mult, basis, band_width)
  Bollinger Bands
  Parameters:
    src (float): float
    lkbk (int): int
    mult (float): float
    basis (float): float
    band_width (float): float
  Returns: Bollinger Bands with an outer band of varying thickness adjustable by the band_width input

donchianchannels(src, lkbk, band_width)
  Donchian Channels
  Parameters:
    src (float): float
    lkbk (int): int
    band_width (float): float
  Returns: Donchian Channels with an outer band of varying thickness adjustable by the band_width input

Pineライブラリ

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

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

このライブラリを使用したいですか?

以下の行をコピーして、スクリプト内に貼り付けてください。