Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Screen resolution problem

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

    Screen resolution problem

    Hello

    I have had problems with a few customers relating to my Market Profile indicator display.
    The problem seems to be coming from the Screen display resolution.
    What would be the solution for this ? ( From code, from screen settings ?)

    I have attached a few images of the email received from my customer.

    Thank you


    Attached Files

    #2
    Hello blar58,

    Thanks for your post.

    NinjaTrader was not designed for 4K displays and they are not officially supported.

    A thread that discusses this and some workarounds can be found below. For the best experience, they may wish to consider using a smaller resolution.



    If the customers are not seeing issue with NinjaTrader drawing objects, you may wish to peek at the source code for those drawing tools and match what they are doing with SharpDX rendering.

    Although not directly related, the thread below discusses a case where creating your own SharpDX.DirectWrite.TextFormat creates inconsistencies in devices when it is not built from a SimpleFont with ToDirectWriteTextFormat.

    In an indicator I use a copy of the chart control font. Example: SimpleFont baseFont = (SimpleFont)ChartControl.Properties.LabelFont.Clone(); SharpDX.DirectWrite.TextFormat textFormat = new SharpDX.DirectWrite.TextFormat(Core.Globals.DirectWriteFactory, baseFont.Family.ToString(), SharpDX.DirectWrite.FontWeight.Normal,


    We look forward to assisting.

    Comment


      #3
      Originally posted by blar58 View Post
      Hello

      I have had problems with a few customers relating to my Market Profile indicator display.
      The problem seems to be coming from the Screen display resolution.
      What would be the solution for this ? ( From code, from screen settings ?)

      I have attached a few images of the email received from my customer.

      Thank you

      blar58 Can I ask you how you solved that problem in your code?

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      581 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      338 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      554 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      552 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X