Daniel_Ge

Functions

Daniel_Ge Atualizado   
Library "Functions"

half_candle()
  Half Candles
  Returns: half candles (difference between open and close)

super_smoother(source, len)
  Ehlers Super Smoother
  Parameters:
    source (float): Source
    len (int)
  Returns: super smoothed moving average

quotient(length, K)
  Ehlers early onset trend
  Parameters:
    length (int): Length (default = 1)
    K (float): Factor (default = 0.8)
  Returns: Ehlers early onset trend

butterworth_2Pole(src, length)
  Ehlers 2 Pole Butterworth Filter
  Parameters:
    src (float): Source
    length (int): Length
  Returns: Ehlers 2 Pole Butterworth Filter

hann_ma(src, length)
  Ehler's Hann Moving Average
  Parameters:
    src (float): Source
    length (int): Length
  Returns: Ehler's Hann Moving Average

oef(src)
  Ehlers Optimum Elliptic Filter
  Parameters:
    src (float): Source
  Returns: Ehlers Optimum Elliptic Filter

moef(src)
  Ehlers Modified Optimum Elliptic Filter
  Parameters:
    src (float): Source
  Returns: Ehlers Modified Optimum Elliptic Filter

arsi(src, length)
  Advanced RSI
  Parameters:
    src (float): Source
    length (simple int): Length (default = 14)
  Returns: ARSI

smoothrng(src, length, multi)
  Smooth Range
  Parameters:
    src (float): Source
    length (simple int): Length
    multi (float): Multiplikator (default 3.0)
  Returns: Smooth Range
Notas de Lançamento:
v2

Added:
donchian(length)
  Donchian Channel incl. switch (as used in Turtle Trade Channels)
  Parameters:
    length (int): Length
  Returns: upper, average, lower, dc_switch
Biblioteca do Pine

No verdadeiro espírito TradingView, o autor publicou este código de Pine como uma biblioteca de código aberto para que outros programadores de Pine de nossa comunidade possam reutilizá-lo. Um brinde ao autor! Você pode usar esta biblioteca em particular ou em outras publicações de código aberto, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Gostaria de usar essa biblioteca?

Copie a seguinte linha e cole-a em seu script.