Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How change color Dot's range?

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

    How change color Dot's range?

    Hi,

    Object Dot/Triangle and etc. have black range.
    How change color the range ?

    Thanks

    #2
    Hello,

    What do you mean by color range?

    You can change the color of a dot by changing the last parameter in DrawDot(). This example is red:
    DrawDot("tag1"+ CurrentBar, true, 0, Low[0] - TickSize, Color.Red);

    Then under a different condition you could do the same line of code but use Color.Blue. Post some of your code so we can get a better idea what you are after. This link may help:
    http://www.ninjatrader-support.com/H...6/DrawDot.html
    DenNinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Ben View Post
      Hello,
      What do you mean by color range?
      Pls, write Your code
      DrawDot("tag1"+ CurrentBar, true, 0, Low[0] - TickSize, Color.Red);
      run
      and look, better on white color_back chart
      zoom chart

      You can see:
      - we have red dot inside, but
      - arround red we have black circumference/circle - range of dot

      How change color of dot's range/circumference/circle ?

      Comment


        #4
        Hello,

        I will have someone reply to you on Monday. Thank you for your patience.
        DenNinjaTrader Customer Service

        Comment


          #5
          Are you referring to the outline color of the dot? This is linked to the color of your axis set in the Chart properties (Ctrl T).

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          627 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          359 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          105 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          562 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          567 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X