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

[Description("..... new line")]

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

    [Description("..... new line")]

    Hi all;
    I want to put a new line in the 'Description' of an indicator. Can this be done?
    If so - How?

    Thanks;

    Ben.

    #2
    Originally posted by stocktraderbmp View Post
    Hi all;
    I want to put a new line in the 'Description' of an indicator. Can this be done?
    If so - How?

    Thanks;

    Ben.
    Use \n. If you are a real purist, you can use \r\n instead.

    Comment


      #3
      Originally posted by koganam View Post
      Use \n. If you are a real purist, you can use \r\n instead.
      Thanks for coming back to me K. I was aware of the '\n' for use when using DrawText etc however I can't get it to work for the description of an indicator.

      Maybe if I clarify a bit - If I use the traditional - [Description("The RSI is a blah blah blah")] ... I end up with one line of text that runs to a ridiculous length across the screen.
      How do I go
      [Description("The RSI is a
      blah blah blah")]

      Thanks again;

      Ben.

      Comment


        #4
        Originally posted by stocktraderbmp View Post
        Thanks for coming back to me K. I was aware of the '\n' for use when using DrawText etc however I can't get it to work for the description of an indicator.

        Maybe if I clarify a bit - If I use the traditional - [Description("The RSI is a blah blah blah")] ... I end up with one line of text that runs to a ridiculous length across the screen.
        How do I go
        [Description("The RSI is a
        blah blah blah")]

        Thanks again;

        Ben.
        Sounds like you have hit another of the curious quirks of NT. You do not really want to do that, unless you do not mind your NT wrappers generation breaking. See this thread, where I explain it. ref: http://www.ninjatrader.com/support/forum/showthread.php?p=216467#poststop

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by ScottW, Today, 06:09 PM
        0 responses
        2 views
        0 likes
        Last Post ScottW
        by ScottW
         
        Started by Board game geek, 10-29-2023, 12:00 PM
        14 responses
        244 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by Waxavi, 04-19-2024, 02:10 AM
        4 responses
        56 views
        0 likes
        Last Post sonia0101  
        Started by cmtjoancolmenero, Today, 03:58 PM
        0 responses
        9 views
        0 likes
        Last Post cmtjoancolmenero  
        Started by Segwin, 05-07-2018, 02:15 PM
        11 responses
        1,779 views
        0 likes
        Last Post aligator  
        Working...
        X