QuantraSystems

DynamicMAs

QuantraSystems Actualizado   
Library "DynamicMAs"
Custom MA's that allow a dynamic calculation beginning from the first bar, irrespective of lookback period.

SMA(src, length)
  Dynamic SMA
  Parameters:
    src (float)
    length (int)

EMA(src, length)
  Dynamic EMA
  Parameters:
    src (float)
    length (int)

DEMA(src, length)
  Dynamic DEMA
  Parameters:
    src (float)
    length (int)

TEMA(src, length)
  Dynamic TEMA
  Parameters:
    src (float)
    length (int)

WMA(src, length)
  Dynamic WMA
  Parameters:
    src (float)
    length (int)

HMA(src, length)
  Dynamic HMA
  Parameters:
    src (float)
    length (int)

VWMA(src, length)
  Dynamic VWMA
  Parameters:
    src (float)
    length (int)

SMMA(src, length)
  Dynamic SMMA
  Parameters:
    src (float)
    length (int)

LSMA(src, length)
  Dynamic LSMA
  Parameters:
    src (float)
    length (int)

ALMA(src, length, offset_sigma, sigma)
  Dynamic ALMA
  Parameters:
    src (float)
    length (int)
    offset_sigma (float)
    sigma (float)

HyperMA(src, length)
  Dynamic HyperbolicMA
  Parameters:
    src (float)
    length (int)
Notas de prensa:
v2 - able to handle 'na' values

Added:
RMA(src, length)
  Dynamic RMA
  Parameters:
    src (float)
    length (int)

No statements or claims aim to be financial advice,
neither are any signals from us or our indicators.


Want to learn Trading, Investing or system building?
Join the Community! 👇

discord.gg/FMZDM3bZ9T
Biblioteca Pine

Siguiendo el verdadero espíritu de TradingView, el autor de este código de Pine lo ha publicado como biblioteca de código abierto, para que el resto de programadores de Pine de esta comunidad puedan volver a utilizarlo. ¡Un hurra por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero debe ceñirse a lo establecido en las Normas internas.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar esta biblioteca?

Copie la siguiente línea y péguela en su script.