PINE LIBRARY

mlivs

Aggiornato
Library "mlivs"
TODO: add library description here

adx(high, low, adxlen, dilen)
  TODO: add function description here
  Parameters:
    high (float)
    low (float)
    adxlen (simple int)
    dilen (simple int)
  Returns: TODO: add what function returns

adxMA()

impulseMACD(lengthMA, lengthSignal)
  Parameters:
    lengthMA (simple int)
    lengthSignal (int)
Note di rilascio
v2

Updated:
adx(highVar, lowVar, adxlen, dilen)
  TODO: add function description here
  Parameters:
    highVar (float)
    lowVar (float)
    adxlen (simple int)
    dilen (simple int)
  Returns: TODO: add what function returns
Note di rilascio
v3

Added:
stdFilter(period, order, closeVar)
  Parameters:
    period (simple int)
    order (simple int)
    closeVar (float)
Note di rilascio
v4

Added:
stdFilterDirection(out)
  Parameters:
    out (float)

Updated:
adx(highVar, lowVar, adxlen, dilen)
  TODO: add function description here
  Parameters:
    highVar (float)
    lowVar (float)
    adxlen (simple int): default 14
    dilen (simple int): default 14
  Returns: TODO: add what function returns

adxMA(length)
  Parameters:
    length (simple int)

impulseMACD(lengthMA, lengthSignal)
  Parameters:
    lengthMA (simple int): default 34
    lengthSignal (int): default 9

stdFilter(period, order, closeVar, filterDeviation, filterPeriod)
  Parameters:
    period (simple int)
    order (simple int)
    closeVar (float)
    filterDeviation (int)
    filterPeriod (int)
arrays

Libreria Pine

In pieno spirito TradingView, l'autore ha pubblicato questo codice Pine come libreria open-source in modo che altri programmatori Pine della nostra comunità possano riutilizzarlo. Un saluto all'autore! È possibile utilizzare questa libreria privatamente o in altre pubblicazioni open-source, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento.

Declinazione di responsabilità