Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

WMA (Weighted Moving Average)

node v4.9.1
version: 1.0.2
endpointsharetweet
const WMA = require('technicalindicators@0.0.4').WMA let period = 8; let values = [1,3,4,5,6,7,8,9,10,11,12,13,14,15]; WMA.calculate({period : period, values : values})
Loading…

no comments

    sign in to comment