Announcement

Collapse
No announcement yet.

changing colors of vol bars

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

  • changing colors of vol bars

    I am trying to extend my efs so as to modify the color of the basic study volume based on my criteria:

    function onAction1() {
    drawShapeRelative(0, low(), Shape.CIRCLE, "", Color.RGB(0,255,0), Shape.LEFT);
    vLastAlert = 1;
    }

    Currently, instead of the desired action, I have Shape.CIRCLE, then I combine the efs w/ the volume pane.

  • #2
    stvchez
    I am not sure it is clear what you are trying to accomplish since the command you are using does not paint the volume bars.
    Perhaps you may want to post you efs and/or provide an example of what you want to do.
    Also FYI there have been a couple of threads recently that were specifically related to coloring the volume bars. You may want to run a Search using volume as the keyword and see if any apply to your question
    Alex

    Comment

    Working...
    X