UNPKG

stock-indicator-mapper

Version:

A function given to map on an array of objects containing daily stock EOD data.

16 lines (14 loc) 369 B
import adx from 'Indicators/adxIndicator.js'; import atr from 'Indicators/atrIndicator.js'; import ema from 'Indicators/emaIndicator.js'; import highChannel from 'Indicators/highChannelIndicator.js'; import roc from 'Indicators/rocIndicator.js'; import slope from 'Indicators/slopeIndicator.js'; export default { adx, atr, ema, highChannel, roc, slope, };