You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added extracted version of indicators (now you can access them without class ins)
Examples
Browser Example 1:
<scriptsrc="./node_modules/@ixjb94/indicators/dist/browser-indicators-extract.js"></script><script>const{ ema, sma }=indicatorsema([1,2,3,4,5,6],3).then(d=>console.log(d))</script>
const{ ema }=require("@ixjb94/indicators")constclose=[1,2,3,4,5,6]ema(close,3).then(d=>console.log(d))// ORTest()asyncfunctionTest(){constresult=awaitema(close,3)console.log(result)}
The text was updated successfully, but these errors were encountered:
Version: 1.2.3
General
normalize2
Examples
Or you can use one of these:
Or you can use these:
The text was updated successfully, but these errors were encountered: