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

Minimize or Temporarily Hide Rows in Ninjascript

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

    Minimize or Temporarily Hide Rows in Ninjascript

    Hello,

    One my strategies requires a large amount of rows in NinjaScript. I am using NT8.

    Is there a way to add a button or something like it to where I can minimize or hide sections of code so that I don’t have to scroll 1000s of rows up and down frequently?

    I noticed some of these “+” buttons exists in the code by default which allows the code to be hidden when pressed. Is there a way to add more of these “+” buttons?

    #2
    Hello centrino2,

    Thanks for your post.

    You can add "regions" to make your code easier to deal with and these will display the "+" when collapsed and the "-" when expanded.

    for example:

    #region This is my region
    //lines of code here
    //lines of code here
    //lines of code here
    //lines of code here
    #end region

    When collapsed would show as [+] This is my region
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by inanazsocial, Today, 01:15 AM
    0 responses
    2 views
    0 likes
    Last Post inanazsocial  
    Started by trilliantrader, 04-18-2024, 08:16 AM
    5 responses
    22 views
    0 likes
    Last Post trilliantrader  
    Started by Davidtowleii, Today, 12:15 AM
    0 responses
    3 views
    0 likes
    Last Post Davidtowleii  
    Started by guillembm, Yesterday, 11:25 AM
    2 responses
    9 views
    0 likes
    Last Post guillembm  
    Started by junkone, 04-21-2024, 07:17 AM
    9 responses
    71 views
    0 likes
    Last Post jeronymite  
    Working...
    X