I"m using OnRender to do the plotting. Has this issue occurred before in other indicators?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator looks fuzzy
Collapse
X
-
-
Hello habibalex,
Testing on my end, I am finding that the rendering is the same.
Attached is a test script I've made.
The OrangeRed line is using SharpDX.Direct2D1.AntialiasMode.Aliased and has a jagged edge.
The Brown line is using SharpDX.Direct2D1.AntialiasMode.PerPrimitive and has a smoothed edge.
Does either line look fuzzy as well?
May I have a screenshot of you testing this test script to compare with my screenshot?Chelsea B.NinjaTrader Customer Service
Comment
-
It's not so much that the line is jagged, it that the chart looks fuzzy. Take a look at the picture below. The top image looks nice and crisp, but the image behind it looks fuzzy.
I've narrowed it down to a custom drawing object
Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users.
edit: I have a function setData in my custom drawing shape which has a called when I loop through all the DrawingObjects in my indicator's OnRender method. It then calls the shape's OnRender method to update itself.
Indicator #OnRender() => shape #setData() => shape #OnRender()
If I comment out the shape #OnRender() the crispness of the image comes back. If I leave it in, as soon as I complete the 2nd MouseUp to draw the final point of the custom rectangle, it gets fuzzy again.Last edited by habibalex; 04-24-2017, 03:47 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
651 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
577 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment