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 Rapine Heihei, Today, 08:19 PM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by Rapine Heihei, Today, 08:25 PM
        0 responses
        6 views
        0 likes
        Last Post Rapine Heihei  
        Started by f.saeidi, Today, 08:01 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by Rapine Heihei, Today, 07:51 PM
        0 responses
        8 views
        0 likes
        Last Post Rapine Heihei  
        Started by frslvr, 04-11-2024, 07:26 AM
        5 responses
        98 views
        1 like
        Last Post caryc123  
        Working...
        X