Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How change color Dot's range?

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

  • NinjaTrader_Bertrand
    replied
    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).

    Leave a comment:


  • NinjaTrader_Ben
    replied
    Hello,

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

    Leave a comment:


  • Nikoli
    replied
    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 ?

    Leave a comment:


  • NinjaTrader_Ben
    replied
    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

    Leave a comment:


  • Nikoli
    started a topic How change color Dot's range?

    How change color Dot's range?

    Hi,

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

    Thanks

Latest Posts

Collapse

Topics Statistics Last Post
Started by CaptainJack, 05-29-2026, 05:09 AM
0 responses
476 views
0 likes
Last Post CaptainJack  
Started by CaptainJack, 05-29-2026, 12:02 AM
0 responses
317 views
0 likes
Last Post CaptainJack  
Started by charlesugo_1, 05-26-2026, 05:03 PM
0 responses
254 views
1 like
Last Post charlesugo_1  
Started by DannyP96, 05-18-2026, 02:38 PM
1 response
340 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 05-11-2026, 05:56 AM
0 responses
306 views
0 likes
Last Post CarlTrading  
Working...
X