PINE LIBRARY
Actualizado mlivs

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)
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)
Notas de prensa
v2Updated:
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
Notas de prensa
v3Added:
stdFilter(period, order, closeVar)
Parameters:
period (simple int)
order (simple int)
closeVar (float)
Notas de prensa
v4Added:
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)
Notas de prensa
v5Updated:
adx(highVar, lowVar, adxlen, dilen)
param adxlen default 14
param dilen default 14
Parameters:
highVar (float)
lowVar (float)
adxlen (simple int): default 14
dilen (simple int): default 14
Returns: TODO: add what function returns
impulseMACD(srcHlc3, srcHigh, srcLow)
Parameters:
srcHlc3 (float)
srcHigh (float)
srcLow (float)
Notas de prensa
v6Notas de prensa
v7Added:
superTrend(Periods, varhl2, Multiplier, closeVar)
superTrend
Parameters:
Periods (simple int): default 10
varhl2 (float): default hl2
Multiplier (float): default 3
closeVar (float): default close
Returns: [trend, buySignal, sellSignal]
Notas de prensa
v8Updated:
superTrend(Periods, varhl2, Multiplier, closeVar)
Parameters:
Periods (simple int)
varhl2 (float)
Multiplier (float)
closeVar (float)
Biblioteca Pine
Fiel al espíritu de TradingView, el autor ha publicado este código de Pine como biblioteca de código abierto, para que otros programadores de nuestra comunidad puedan reutilizarlo. ¡Enhorabuena al autor! Puede usar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero su reutilización en publicaciones está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.
Biblioteca Pine
Fiel al espíritu de TradingView, el autor ha publicado este código de Pine como biblioteca de código abierto, para que otros programadores de nuestra comunidad puedan reutilizarlo. ¡Enhorabuena al autor! Puede usar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero su reutilización en publicaciones está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.