Announcement

Collapse
No announcement yet.

Color Bar Chart

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Color Bar Chart

    hi Alexis

    I'm looking for a possibility to color the bar chart with the trend of the MA e.g.

    MA 18 trending down = red -> Bars = red
    MA 18 trending up= dark blue -> Bars = dark blue

    Thanks for your support

    Markus

  • #2
    Markus
    I think the attached does what you requested.
    FYI it is none other than the basicMA.efs I posted here together with all the other revised builtins and edited to add your conditions.
    The MA Length is set to 18 as the default but can be changed through Edit Studies together with all the other parameters.
    Alex
    Attached Files
    Last edited by ACM; 08-12-2003, 10:12 AM.

    Comment


    • #3
      Color bar chart

      Hi Alexis

      Thanks for the file. For my use I only need the colored bar chart without the MA line. How is it possible to make the line invisible or delete it?
      Thanks
      mlauber

      Comment


      • #4
        Markus
        Comment out Lines 57, 61 and 65 by typing a // at the beginning of each of those lines and substitute Line 69 with the following

        return ;//vMA.getValue(MAStudy.MA);

        This way if for any reason you would like to see the average again you have everything still in place.
        Alex
        Last edited by ACM; 08-14-2003, 02:53 AM.

        Comment

        Working...
        X