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 can I access a unique identifier for a chart

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

    how can I access a unique identifier for a chart

    I have a programmatic need to identify a chart. I have used Bars.Instrument.FullName
    which worked fine for a previous need. But now I may have charts that have the identical instrument and chart type so this is no longer unique.

    Is there some identifier that is persistent for a chart, always the same even if I stop and restart NT. I would think there is some internal chart ID number based on it's creation order in the workspace.

    Any suggestion on datatype I could poke around in for such an id or suggestion on how to accomplish the same thing. It needs to be persistent and uniquely the same on restart.

    #2
    Hello,

    I am not aware of an id system in place already for the charts that would be easily accessible, but wouldn't a ID input work in the indicator/strategy?

    For example, add a user defined input for an int, add the item to a chart and assign an ID.

    That would be saved with the Chart individually when you save your workspace, so chart A could have an id and Chart B could have a totally different ID although it is the same indicator or strategy.

    You could then use that ID for whatever other work you are having the script do in which that is needed to identify a specific chart.

    I look forward to being of further assistance .
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Philippe56140, Today, 02:35 PM
    0 responses
    2 views
    0 likes
    Last Post Philippe56140  
    Started by 00nevest, Today, 02:27 PM
    0 responses
    1 view
    0 likes
    Last Post 00nevest  
    Started by Jonafare, 12-06-2012, 03:48 PM
    5 responses
    3,986 views
    0 likes
    Last Post rene69851  
    Started by Fitspressorest, Today, 01:38 PM
    0 responses
    2 views
    0 likes
    Last Post Fitspressorest  
    Started by Jonker, Today, 01:19 PM
    0 responses
    2 views
    0 likes
    Last Post Jonker
    by Jonker
     
    Working...
    X