Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Option Whisperer, Today, 09:55 AM
        1 response
        11 views
        0 likes
        Last Post bltdavid  
        Started by port119, Today, 02:43 PM
        0 responses
        1 view
        0 likes
        Last Post port119
        by port119
         
        Started by Philippe56140, Today, 02:35 PM
        0 responses
        3 views
        0 likes
        Last Post Philippe56140  
        Started by 00nevest, Today, 02:27 PM
        0 responses
        2 views
        0 likes
        Last Post 00nevest  
        Started by Jonafare, 12-06-2012, 03:48 PM
        5 responses
        3,986 views
        0 likes
        Last Post rene69851  
        Working...
        X