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

Pine Bibliothek

Ganz im Sinne von TradingView hat dieser Autor seinen/ihren Pine Code als Open-Source-Bibliothek veröffentlicht. Auf diese Weise können nun auch andere Pine-Programmierer aus unserer Community den Code verwenden. Vielen Dank an den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Veröffentlichungen verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert.

Haftungsausschluss