Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw question

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

    Draw question

    I'm using the following;

    DrawDot("tag1", true, 0, Low[0] - TickSize, Color.Red);

    as part of an indicator. I want the DrawDot to stay there, but each time the condition is met that calls for the dot to be drawn, it removes the previous one. Is there a way to keep all of the dots drawn, and not just the current one?

    Thanks,

    Safetrading

    #2
    Hello safetrading,
    Please modify your code with the below code


    Code:
    DrawDot("tag1" + CurrentBar, true, 0, Low[0] - TickSize, Color.Red);

    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    162 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    313 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    245 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    350 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    179 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X