Announcement

Collapse
No announcement yet.

Rectangle with extend right (or left or infinite)?

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

  • Rectangle with extend right (or left or infinite)?

    Hello,

    I mark off highs and lows of some price bars if they have high/ultra-high volume. I know I can shoot a line to the right (or elsewhere) from the high and from the low, but what I would like to do is take this area marked off by the high and low and extend a rectangle through that that area, i.e., so the area is filled in. It would be like extending a vertical line sideways - right (usually), left (maybe?), infinite (maybe?). Or maybe after a rectangle is drawn and the same options become available as with a line: extend right, extend left, infinite.

    Hey, it doesn't hurt to ask! (Or does it?!)

    Thanks,
    Rusty A

  • #2
    How to shade the area between an upper and lower line?

    Greetings,

    I'd like to shade the area between an upper and lower line - kind of like a rectangle that goes infinitely to the right. Is there an "easy" way to do this?

    I have researched this in the forums with some references (Alex), but I don't understand enough to do it.

    Thanks,
    Rusty A

    Comment


    • #3
      Hi,

      Do a KB search for "setBarBgColor"

      setBarBgColor( color [, index] [, yMin] [, yMax] )

      where the yMin and yMax are the lower and upper boundaries of the colored area.

      Wayne

      Comment

      Working...
      X