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 AveryFlynn, Today, 04:57 AM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_Erick  
        Started by Max238, Today, 01:28 AM
        4 responses
        37 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by r68cervera, Today, 05:29 AM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by geddyisodin, Today, 05:20 AM
        1 response
        11 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by timko, Today, 06:45 AM
        2 responses
        14 views
        0 likes
        Last Post NinjaTrader_ChristopherJ  
        Working...
        X