Announcement

Collapse
No announcement yet.

drawing shapes and text always on top of candles

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

  • drawing shapes and text always on top of candles

    Does anyone know how to make text and shapes be more visible when they are plotted on top of candles? I'm trying to draw left/right arrows on candles to indicate entry points but more often than not the arrow becomes hidden under bars that have been drawn (or have yet to be drawn).

    The ONTOP flag for shapes and text unfortunately does not apply to candle rendering. Perhaps this is a bug?

  • #2
    Try returning the values...

    Try returning the values to the cursor window...

    at the end of your main()....

    add...

    return (value);

    or

    return new Array (value1, value2...);

    Then these levels will be on your cursor window and drawn as lines on your chart.

    Brad
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment

    Working...
    X