Announcement

Collapse
No announcement yet.

Filled area between MAs

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

  • Filled area between MAs

    Is it possible to "fill in" or color in an area between 2 (or possibly 3) MAs via EFS?

    For example, in the attached picture, I have two MAs, but I would love to fill in the area between them. "Before" on the left and an "after" on the right.

    With this area filled in, you can see it's more obvious what the study is trying to portray.

    Thanks!
    Daniel
    Attached Files
    Last edited by neoikon; 12-05-2008, 02:57 PM.
    eSignal File Share: http://share.esignal.com/groupcontents.jsp?groupid=1130

  • #2
    Here is what I have given the suggestion of using drawLineRelative(). Not quite what I was looking for, but it's the right idea.

    Anyone have a better solution?

    Thanks!
    Daniel
    Attached Files
    eSignal File Share: http://share.esignal.com/groupcontents.jsp?groupid=1130

    Comment


    • #3
      Just off the TOMH

      try using setBarBgColor(Color.blue,0,MA1,MA2)

      in the efs2 formula customMA.efs. I have not tried it but it should work.

      AK

      Comment

      Working...
      X