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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    81 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    55 views
    0 likes
    Last Post CarlTrading  
    Working...
    X