Someone please explain why the EFS study of MA plots different from the Basic Study. IT seems to me that they should overlay.
var sEMA = new MAStudy(13, 1, "HLC/3", MAStudy.EXPONENTIAL);
main() {
var nBasis = sEMA.getValue(MAStudy.MA);
return nBasis;
}
var sEMA = new MAStudy(13, 1, "HLC/3", MAStudy.EXPONENTIAL);
main() {
var nBasis = sEMA.getValue(MAStudy.MA);
return nBasis;
}
Comment