Announcement

Collapse
No announcement yet.

How to put MA in lower pane

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to put MA in lower pane

    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?

    Thank you

  • #2
    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

    Working...
    X