Clone and edit this document
R
RunKit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
EMA (Technical Indicators)
node v4.9.1
version:
1.0.3
endpoint
share
tweet
const EMA = require('technicalindicators').EMA let period = 8; let values = [1,3,4,5,6,7,8,9,10,11,12,13,14,15]; EMA.calculate({period : period, values : values})
Loading…
no comments
sign in
to comment