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

Comment