Tomcat
If you want to plot only the histogram then open the builtinMACD.efs that is in the Builtins folder and replace the return line return new Array (vMACD.getValue(MACDStudy.HIST), vMACD.getValue(MACDStudy.MACD), vMACD.getValue(MACDStudy.SIGNAL));
with the following return (vMACD.getValue(MACDStudy.HIST));
Alex
Tomcat
You do not need to create your own. There is an option in the Formula Wizard to use exponential moving averages for both the MACD and the Signal line (set both to False)
Alex
Comment