PINE LIBRARY

SIL

Library "SIL"

mean_src(x, y)
  calculates moving average : x is the source of price (OHLC) & y = the lookback period
  Parameters:
    x
    y

stan_dev(x, y, z)
  calculates standard deviation, x = source of price (OHLC), y = the average lookback, z = average given prior two float and intger inputs, call the f_avg_src() function in f_stan_dev()
  Parameters:
    x
    y
    z

vawma(x, y)
  calculates volume weighted moving average, x = source of price (OHLC), y = loookback period
  Parameters:
    x
    y

gethurst(x, y, z)
  calculates the Hurst Exponent and Hurst Exponent average, x = source of price (OHLC), y = lookback period for Hurst Exponent Calculation, z = lookback period for average Hurst Exponent
  Parameters:
    x
    y
    z
MATHstatisticstechindicator

Bibliothèque Pine

Dans le plus pur esprit TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur! Vous pouvez utiliser cette bibliothèque en privé ou dans d'autres publications à code source ouvert, mais la réutilisation de ce code dans une publication est régie par nos Règles.

Clause de non-responsabilité