Would you like to clone this notebook?

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

Cancel

Wilders Smoothing

node v4.9.1
version: 1.0.0
endpointsharetweet
const WEMA = require('technicalindicators').WEMA let period = 5; let values = [11,12,13,14,15,16,18, 19, 22, 23, 23]; WEMA.calculate({period : period, values : values})
Loading…

no comments

    sign in to comment