Announcement

Collapse
No announcement yet.

changing 20 MA color in MAPriceBars.efs

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

  • changing 20 MA color in MAPriceBars.efs

    Does anyone know how to change the color of the 20 period MA in the MAPriceBars.efs file from blue to black?

    Thanks in advance

    Jeff

    jeffd

  • #2
    Jeff
    Open the efs with the Editor and add the the following statement in the preMain section
    setDefaultBarFgColor(Color.black);
    This change will be permanent ie every time you load this efs on a chart the color of the line will be black.
    Another way to do this is to go into Edit Studies, select MAPriceBars from the drop down selector then put a check mark in Color in the Override section and change the color (see image below). This change will apply only to this instance of the efs.
    Alex

    Comment


    • #3
      worked like a champ!

      Thank you Alex, next time I will ask for help sooner.
      I have been struggling with this for more than a few hours.

      Jeff
      jeffd

      Comment

      Working...
      X