in Search

Multiplot indicator colors

Last post 02-17-2005, 18:38 by BitTwiddler. 2 replies.
Sort Posts: Previous Next
  •  02-17-2005, 18:09 495

    Multiplot indicator colors

    Sorry for the newbie question.

    I have created a indicator that is essentially OBV *and* a simple moving average of OBV. Thus *two* lines are drawn.

    I'd like to specify that each line be drawn in a different color from within the formula (or at least be able to modify the colors via a properties dialog after the indicator is applied to a window). I can't figure out how to do this.

    Thanks,
    BT
  •  02-17-2005, 18:37 496 in reply to 495

    Re: Multiplot indicator colors

    It is unfortunately not possible to specify the colors within the formula language.
    To change the colors, you will need to do the following :

    Apply the indicator on your chart, you should see 2 red lines, right click on the first one and select properties. Change the color and click on ok. Right click on the second red line, go to properties and change the color and click on ok.

    So that you do not have to do this every time I would recommend saving this as a template, see your default template.
    My Site
  •  02-17-2005, 18:38 497 in reply to 495

    Re: Multiplot indicator colors

    Thanks Patrick - will do!
View as RSS news feed in XML