Does anyone know how to modify the MACD.efs to show the lines as steps instead of smooth lines? Please see the attached file for an example.
Announcement
Collapse
No announcement yet.
MACD steps
Collapse
X
-
Re: MACD steps
sctrader
Not sure which MACD efs you are referring to anyhow if it is the one in the Library folder just add the following two lines of code to the preMain function
setPlotType(PLOTTYPE_SQUAREWAVE,0);
setPlotType(PLOTTYPE_SQUAREWAVE,1);
and save the efs [preferably with a new name]
Alex
Originally posted by sctrader
Does anyone know how to modify the MACD.efs to show the lines as steps instead of smooth lines? Please see the attached file for an example.
Comment