Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SmoothingMode confusion

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

    SmoothingMode confusion

    Hi there,

    I have seen this used often in code. I understand what it means, however when I have used it myself in my own indicators I end up with a worse graphic result with indicators appearing slightly blurred. Does this happen because of my own PC graphic settings or does NT already set SmoothingMode to HighQuality by default, causing the plot to "over compensate" or something?. I seek some clarification in this issue
    Code:
    SmoothingMode smoothingMode = graphics.SmoothingMode;
    graphics.SmoothingMode = SmoothingMode.HighQuality; // or AntiAlias;
    Thanks again,

    Simon

    #2
    Hello Simon,

    Thank you for your post.

    There is no smoothing mode applied by default. If you are seeing blurry results it can be due to the set resolution for your PC. Try changing your resolution and see if this improves the blurry graphics.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    152 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    87 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    131 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    127 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    106 views
    0 likes
    Last Post CarlTrading  
    Working...
    X