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 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
        89 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
        107 views
        0 likes
        Last Post CarlTrading  
        Working...
        X