taex v0.1.2 Taex.MovingAverage

Link to this section Summary

Functions

Calculates the simple moving average which is just the sum of the items passed in divided by the number of items

Link to this section Functions

Link to this function exponential(n, prices)
exponential(integer, [float]) :: float

Calculates the simple moving average which is just the sum of the items passed in divided by the number of items

Link to this function simple(n, items)
simple(integer, [float]) :: float
Link to this function weighted(items)
weighted([{float, float}]) :: float