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 Version #

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

    Indicator Version #

    When exporting an indicator, I can set a version number. How can I tell what was the version number I put in the assembly?

    #2
    Originally posted by afshinmoshrefi View Post
    When exporting an indicator, I can set a version number. How can I tell what was the version number I put in the assembly?
    You would have to do it from the file system, by looking at the properties of the dll. Otherwise, you can code the version directly into the indicator using:

    Code:
    this.Name = "IndicatorName Version"
    in the Initialize() method.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by samish18, 04-17-2024, 08:57 AM
    15 responses
    52 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by f.saeidi, Today, 08:13 AM
    0 responses
    1 view
    0 likes
    Last Post f.saeidi  
    Started by kujista, Today, 06:23 AM
    3 responses
    6 views
    0 likes
    Last Post kujista
    by kujista
     
    Started by f.saeidi, Today, 08:03 AM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by cre8able, 04-17-2024, 04:16 PM
    7 responses
    64 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X