Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

General C# question: Easy "scoreboard" UI...?

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

    General C# question: Easy "scoreboard" UI...?

    Hey all,

    This isn't a NT-specific question really... but thought I'd ask for some general input. I don't have much history in the C# framework, so don't know the best place to go.

    I'm looking to display a "scoreboard" showing current results/flags, for my strategy as it runs in real-time. Current returns, upcoming enter/exit points, etc, etc... A simple spreadsheet type grid, with basic colored text would be enough. Just the kind of stuff we look at every day, and even what NT itself uses. (Some support for inputs might be useful later on... a few number entry fields, etc.)

    Can anyone recommend a simple toolkit (or specific class) to look into?

    #2
    Some people like to just have right side margin to their charts and then just override Plot() and draw some panel into there displaying the information they want.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Josh View Post
      Some people like to just have right side margin to their charts and then just override Plot() and draw some panel into there displaying the information they want.
      I have 40 different symbols going in the same strategy, so don't think it makes sense to use the current chart at all.

      But I'd love to know what panel class to use...

      Comment


        #4
        Its not a panel class. They just override the Plot and draw their own through C# drawing methods. You can take a look at CustomPlotSample indicator preinstalled with your NinjaTrader.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        168 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        322 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        247 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        350 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        179 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X