Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ninjascript to check Ninjatrader 8 version (build number)

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

    Ninjascript to check Ninjatrader 8 version (build number)

    Is there a way to check the version of Ninjatrader via C#/ninjascript?

    #2
    Hello WHICKED,

    Thanks for your post.

    There is no documented/supported means to do so, and I have not found any undocumented way to do this using intellisense/intelliprompt.

    Let us know if you have any questions.

    Comment


      #3
      I use the following:
      Code:
      private string NTBin64ExeFile = Globals.InstallDir + @"bin64\NinjaTrader.exe";
      private string NTVersion = FileVersionInfo.GetVersionInfo(NTBin64ExeFile).FileVersion;
      Hope that helps.

      Thanks.
      Multi-Dimensional Managed Trading
      jeronymite
      NinjaTrader Ecosystem Vendor - Mizpah Software

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      647 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X