QuantraSystems

DynamicMAs

QuantraSystems Aggiornato   
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)
Note di rilascio:
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
Libreria Pine

Nello spirito di condivisione promosso da TradingView, l'autore (al quale vanno i nostri ringraziamenti) ha deciso di pubblicare questo script in modalità open-source, così che chiunque possa comprenderlo e testarlo. Puoi utilizzare questa libreria in privato o all'interno di altre pubblicazioni open-source, ma il riutilizzo del codice è subordinato al rispetto del Regolamento.

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.

Vuoi usare questa libreria?

Copia il testo ed incollalo nel tuo script.