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

manage data in output window

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

    manage data in output window

    Hi,

    Is it possible to put the data next to each other in the same output window?
    That would make two column of numbers in the same output window.

    What is the maximum number of tabs that can be created?

    thank you
    Frank



    #2
    Hello frankduc, and thank you for your question. While you can not have two true columns within a single output window, C# does let you create strings with variable defined numbers of spaces in them. This would, for example, create a string with 10 spaces.

    Code:
    [FONT=Courier New] new String(' ', 10);[/FONT]
    You can take advantage of this to add more or fewer spaces at the end of a string based on the length of another string to align text.

    There is no pre-defined limit on the number of tabs. After 18 tabs on most sytems you will need to scroll left and right to see all your tabs in a typical window. Every tab does use more memory, and so eventually you may overwhelm your system's resources.

    Please let us know if there are any other ways we can help.
    Jessica P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by helpwanted, Today, 03:06 AM
    1 response
    12 views
    0 likes
    Last Post sarafuenonly123  
    Started by Brevo, Today, 01:45 AM
    0 responses
    9 views
    0 likes
    Last Post Brevo
    by Brevo
     
    Started by aussugardefender, Today, 01:07 AM
    0 responses
    5 views
    0 likes
    Last Post aussugardefender  
    Started by pvincent, 06-23-2022, 12:53 PM
    14 responses
    242 views
    0 likes
    Last Post Nyman
    by Nyman
     
    Started by TraderG23, 12-08-2023, 07:56 AM
    9 responses
    387 views
    1 like
    Last Post Gavini
    by Gavini
     
    Working...
    X