EFS2 shows (in docs)..
macd(fastLength, slowLength, smoothing)....
In the BUILTIN studies, we have...
var vMACD = new MACDStudy(27, 90, 1, "Close", true);
The "true/false" variable controls how the MACD returned value is calculated.... DO WE HAVE THIS IN EFS2???
B
macd(fastLength, slowLength, smoothing)....
In the BUILTIN studies, we have...
var vMACD = new MACDStudy(27, 90, 1, "Close", true);
The "true/false" variable controls how the MACD returned value is calculated.... DO WE HAVE THIS IN EFS2???
B
Comment