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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      42 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      20 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      29 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      46 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      38 views
      0 likes
      Last Post CarlTrading  
      Working...
      X