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 hurleydood, 09-12-2019, 10:45 AM
    14 responses
    1,093 views
    0 likes
    Last Post Board game geek  
    Started by cre8able, Yesterday, 04:16 PM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by cre8able, Yesterday, 04:22 PM
    1 response
    13 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by stafe, 04-15-2024, 08:34 PM
    5 responses
    28 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by StrongLikeBull, Yesterday, 04:05 PM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X