I am trying to set the fastMA to 3 decimal places
Esignal states that fastMA has no properties
What I missed
Study1 = offsetSeries(eval(Type1)(Length1,eval(Source1)(sym (vSymbol))),Offset1);
fastMA = (Study1.getValue(0));
fastMA = ((fastMA).toFixed(3)*1);
Esignal states that fastMA has no properties
What I missed
Study1 = offsetSeries(eval(Type1)(Length1,eval(Source1)(sym (vSymbol))),Offset1);
fastMA = (Study1.getValue(0));
fastMA = ((fastMA).toFixed(3)*1);
Comment