Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How change color Dot's range?
Collapse
X
-
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).
-
Hello,
I will have someone reply to you on Monday. Thank you for your patience.
Leave a comment:
-
Pls, write Your codeOriginally posted by NinjaTrader_Ben View PostHello,
What do you mean by color range?
runDrawDot("tag1"+ CurrentBar, true, 0, Low[0] - TickSize, Color.Red);
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:
-
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:
-
How change color Dot's range?
Hi,
Object Dot/Triangle and etc. have black range.
How change color the range ?
ThanksTags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
476 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
317 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
254 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
306 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Leave a comment: