Announcement

Collapse
No announcement yet.

candle stick price bar colour and wicks

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

  • candle stick price bar colour and wicks

    I am running a simple wizard formula which colours the candle stick price bars on certain MA criteria and crossovers . . . my question is : Is there any way in which the wicks can remain thin and black, as is customisable on the general price bar settings.

    Many thanks.
    Peter H
    Last edited by tiktok; 07-13-2011, 06:34 AM.

  • #2
    Look at setPriceBarColor() like so:

    setPriceBarColor(Color.green, Color.black, true)

    The first parameter is your candle body color.

    [I don't use the Formula Wizard. This is a manual change to your script]

    Comment


    • #3
      Many thanks Steve H . . . added the extra code in the editor and works a treat. It may seem a simple addition but it helps my reading of the price action enormously.

      Appreciate your help very much.

      Peter (Tiktok)

      Comment

      Working...
      X