PINE LIBRARY

MovingAverages

Library "MovingAverages"

tema(source, length)
  Parameters:
    source (float)
    length (simple int)

hullma(source, length)
  Parameters:
    source (float)
    length (int)

lwma(source, length)
  Parameters:
    source (float)
    length (int)

kama(source, lengthEfficiency, lengthFast, lengthSlow)
  Parameters:
    source (float)
    lengthEfficiency (int)
    lengthFast (int)
    lengthSlow (int)

Wyłączenie odpowiedzialności