UNPKG

stock-indicator-mapper

Version:

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

4 lines (3 loc) 114 B
export default function plusDICalculation(plusDMSmooth, trSmooth) { return (100 * (plusDMSmooth / trSmooth)); }