boitoki

ma_function

boitoki Atualizado   
Library "ma_function"
TODO: This library is a package of various MAs.

ma_function(name, source, length) This function provides the MA specified in the argument.
  Parameters:
    name: MA's name
    source: Source value
    length: Look back periods
  Returns: Ma value
Notas de Lançamento:
v2. Added some MAs.
Notas de Lançamento:
v3

Fixed a typo.
Added calc() : a syntax sugar of ma_function
Notas de Lançamento:
v4

Updated:
ma_function(name, source, length)
  This function provides the MA specified in the argument.
  Parameters:
    name: MA's name
    source: Source value
    length: Look back periods
  Returns: MA value

calc()
Notas de Lançamento:
v5

Added:
sma(x, y)
  Parameters:
    x (float)
    y (int)

ema(src, length)
  Parameters:
    src (float)
    length (int)

kama(xPrice, Length)
  Parameters:
    xPrice (float)
    Length (int)

zlema(src, length)
  Parameters:
    src (float)
    length (int)

mav(source, length)
  Parameters:
    source (float)
    length (int)

dema(src, len)
  Parameters:
    src (float)
    len (int)

tema(src, len)
  Parameters:
    src (float)
    len (int)

hma(src, len)
  Parameters:
    src (float)
    len (int)

tma(source, length)
  Parameters:
    source (float)
    length (int)

ama(source, length, fast, slow)
  Parameters:
    source (float)
    length (int)
    fast (int)
    slow (int)

rma(src, length)
  Parameters:
    src (float)
    length (int)

bwma(src, length, beta, alpha)
  Parameters:
    src (float)
    length (int)
    beta (int)
    alpha (int)

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.