Announcement

Collapse
No announcement yet.

Multiple DrawShapeRelative per Bar not working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multiple DrawShapeRelative per Bar not working

    Hey guys,

    For some reason any attempt for me to use:

    drawShapeRelative(0,high(0) * 1.01,Shape.UPARROW,null,Color.black,drawnElementId ++);

    drawShapeRelative(0,high(0) * 1.02,Shape.UPARROW,null,Color.black,drawnElementId ++);


    is not working. I only get the last one.

    I've tried all sorts of different tagID variations but I cant get it.

    However, I can use the drawShape 4 times and then put one ShapeRelative above that.

    But multiple DrawSHapeRelative isnt working.

    Any ideas?

  • #2
    Sorry. I figured it out. Can I delete this thread?

    In an edit I removed my null tag for the flags field :-/

    Comment

    Working...
    X