Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing Arrow minor problerm etc...

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

    Drawing Arrow minor problerm etc...

    Hi,
    This is what I have in my code to draw arrow up:

    CurrBarLow = Low[0] - TickSize;
    DrawArrowUp("MyUpArrow" + CurrentBar, true, 2, (CurrBarLow-0.0007), Color.Lime), e.g. 7 ticks below of the the low of the curr. bar. It works OK most of the times but sometimes it draws arrows on the body of the current bar. The arrow is too high covering the lower portion of the bar and looks like continuation of the bar. The same applies to other drawing objects that I'm trying to draw below the arrow, e.g. DrawDiamond/Triangle...(CurrBarLow-0.0012) etc... Most of the times objects drawn as they should and look fine but simetimes for whatever reason they drawn on the top of each other or too high covering the lower portion of the arrow. Is there a way to fix/improve this?
    Thank you very much.

    #2
    Art09, please print out the calculated values where your objects should be drawn at, I suspect you're running into needing a higher tickSize offset for some instruments.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    601 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    347 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    559 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    558 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X