Can someone assist me in script to plot Williams AD with a SMA. Unfortuntaley I've had no luck finding anything in the forum or file share. I have attempted myself using the EFS wizard with no luck.
as i,m not that savy on the programming, I would appreciate any help.
Thanks
/{{EFSWizard_Declarations
var vAccDist = new AccDistStudy();
var vSMA57 = new MAStudy(57, 0, "Close", MAStudy.SIMPLE);
var vLastAlert = -1
{EFSWizard_PreMain
setPriceStudy(false);
setStudyTitle("");
setCursorLabelName("?", 0);
setDefaultBarStyle(PS_SOLID, 0);
setDefaultBarFgColor(Color.red, 0);
setDefaultBarThickness(1, 0);
setPlotType(PLOTTYPE_LINE, 0);
as i,m not that savy on the programming, I would appreciate any help.
Thanks
/{{EFSWizard_Declarations
var vAccDist = new AccDistStudy();
var vSMA57 = new MAStudy(57, 0, "Close", MAStudy.SIMPLE);
var vLastAlert = -1
{EFSWizard_PreMain
setPriceStudy(false);
setStudyTitle("");
setCursorLabelName("?", 0);
setDefaultBarStyle(PS_SOLID, 0);
setDefaultBarFgColor(Color.red, 0);
setDefaultBarThickness(1, 0);
setPlotType(PLOTTYPE_LINE, 0);
Comment