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 rdtdale, Today, 01:02 PM
        0 responses
        3 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by alifarahani, Today, 09:40 AM
        3 responses
        15 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by RookieTrader, Today, 09:37 AM
        4 responses
        18 views
        0 likes
        Last Post RookieTrader  
        Started by PaulMohn, Today, 12:36 PM
        0 responses
        9 views
        0 likes
        Last Post PaulMohn  
        Started by love2code2trade, 04-17-2024, 01:45 PM
        4 responses
        41 views
        0 likes
        Last Post love2code2trade  
        Working...
        X