Skip to content

boctulus/IndicatorsJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Indicators for Technical Analysis (TA) in pure Javascript

This is a core library plus some indicators for Technical Analysis (TA) written in Javascript vanilla. Some functions and indicators are:

Indicators:

dema
tema
trix
tma
macd
momemtum
roc
boolinger
adl
stochasticsFast
williamsR

Core functions:

inside
outside
range
gapDown
gapUp
median
medianSeries
variance
stdDev
weighted
typical
slope
rising
falling
cross
barsAgo
barsUp
barsDown
nBarsUp
nBarsDown
highestBar
lowestBar
count
low
high
open
close
volume
yesterday
sma
ema
cum
prod
sum
dif
mul
div
sumIf
countIf
countIfPrev
predicate
max
min
lowest
highest

Other math functions

pow
sqrt
cbrt
abs
ceil
floor
round
hypot
log
log10
sin
tan
tanh
random

Implementation of new indicators is really very easy.

About

Indicators for Technical Analysis (TA) in pure Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published