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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
32 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
12 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment