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

Indicator Label

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

    Indicator Label

    Apologies if you've already answered this question for someone....(I did look thru the forum but couldn't find anything on this).

    How do I access the "Visual > Label" for an indicator from within NinjaScript?
    I suspect it has some ToString() value, but I can't quite seem to track it down....

    Thanks..........

    #2
    photog53, you can manually edit the field with NinjaScript - http://www.ninjatrader.com/support/f...ead.php?t=4749.

    If that isn't what you're looking for, please let me know.
    AustinNinjaTrader Customer Service

    Comment


      #3
      Thanks!!
      (I either missed this or wasn't looking far enough back)

      Comment


        #4
        Originally posted by photog53 View Post
        Thanks!!
        (I either missed this or wasn't looking far enough back)
        Or you can simply use the not documented "Name" parameter, in the Initialize() method.

        Code:
         
        Name = "Some compact string?";

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by sidlercom80, 10-28-2023, 08:49 AM
        167 responses
        2,260 views
        0 likes
        Last Post jeronymite  
        Started by warreng86, 11-10-2020, 02:04 PM
        7 responses
        1,362 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by Perr0Grande, Today, 08:16 PM
        0 responses
        5 views
        0 likes
        Last Post Perr0Grande  
        Started by elderan, Today, 08:03 PM
        0 responses
        9 views
        0 likes
        Last Post elderan
        by elderan
         
        Started by algospoke, Today, 06:40 PM
        0 responses
        10 views
        0 likes
        Last Post algospoke  
        Working...
        X