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 FishTrade, Yesterday, 11:11 PM
        3 responses
        11 views
        0 likes
        Last Post FishTrade  
        Started by Graci117, Today, 09:02 PM
        1 response
        11 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by ETFVoyageur, Today, 07:55 PM
        0 responses
        8 views
        0 likes
        Last Post ETFVoyageur  
        Started by janio973, Today, 07:24 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by aligator, 01-06-2022, 12:14 PM
        4 responses
        250 views
        0 likes
        Last Post john_44573  
        Working...
        X