The Live Reps put me here to find out how to put a Moving Average in a lower pane, not in with the price bars. Can anyone point me in the right direction?
123r34
Currently this can be done only through efs.
Using the Editor (Tools-> EFS-> Editor...) open the customMA.efs which is in the EFS2 Custom folder in Formulas and replace the line setPriceStudy(true);
with setPriceStudy(false);
Save the script with another name so as not to overwrite the original script.
Apply the new formula to the chart and it will plot the average in a separate pane
Alex
Comment