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

How to change name property of Plot shown in DataBox, programatically

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

    How to change name property of Plot shown in DataBox, programatically

    I read through this thread https://ninjatrader.com/support/foru...t-names-around

    but I still have this question:

    How can I change the display name of the plot that is shown in the DataBox during code execution?


    I hacked my way through the hierarchy and found this will work:

    Code:
    this.Plots[3].Name = "GartmannsGlasses" ;
    this is helpful when you are testing code and reusing plot objects for new values.
    This name property will also be displayed in the properties box during configuration of the indicator etc.

    Is there any way to reference the Plot object via its currently assigned name?
    Or it is only able to be referenced by it's ordinal index?

    thanks

    #2
    Hello balltrader,

    Thanks for the post.

    This is not possible currently. I will forward this request to our product management team so they can consider adding the functionality in the future.

    Edit:

    Here is the feature tracking ID for the requested feature: SFT-3634

    You may check the release notes upon future updates to track new features:


    Please let us know if we can assist further.
    Last edited by NinjaTrader_ChrisL; 11-13-2018, 10:04 AM. Reason: Added SFT ID
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by pkefal, 04-11-2024, 07:39 AM
    11 responses
    36 views
    0 likes
    Last Post jeronymite  
    Started by bill2023, Yesterday, 08:51 AM
    8 responses
    44 views
    0 likes
    Last Post bill2023  
    Started by yertle, Today, 08:38 AM
    6 responses
    25 views
    0 likes
    Last Post ryjoga
    by ryjoga
     
    Started by algospoke, Yesterday, 06:40 PM
    2 responses
    24 views
    0 likes
    Last Post algospoke  
    Started by ghoul, Today, 06:02 PM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X