Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ninja 8 bat file to kill platform

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

    Ninja 8 bat file to kill platform

    Hello,
    Does anyone have a batch file to kill NinjaTrader v8?
    My platform is locking up when I run a custom indicator occasionally.
    Thanks for the help,
    DT12

    #2
    Hello DayTrader12,

    Thank you for the message.

    If NinjaTrader is getting stuck, you can use the following steps to open the Task Manager or the Command prompt to end it:

    You could use the following steps to open the Task Manager and use it to Close NinjaTrader:
    • Right-click on the Windows Start Icon > Click "Task Manager"
    • Click on "More details" to expand the window. If it says "Fewer details", ignore this step, it is already showing More
    • Single left-click on anything in the list
    • Now, press the letter "N" on your keyboard and it will jump to anything that starts with the letter N
    • Keep pressing N until it gets to NinjaTrader
    • Once NinjaTrader is highlighted in blue, click on the "End Task" button (Might need to right-click on NinjaTrader and select "End Task")

    Or, you could use the Command Prompt to kill the process:
    • Click the Windows Start Icon > Search for "Command Prompt" > Right-click on Command Prompt > Click "Run as Administrator > Click Yes
    • Either type or copy and paste the text from below exactly as it appears and then press Enter
      • taskkill /im ninjatrader.exe /f

    After doing that, try opening NinjaTrader again.


    Please let us know if we may provide any further assistance.

    Comment


      #3
      powershell Stop-Process -Name "NinjaTrader" -Force -Confirm:$false

      rename this .txt file to .ps1 and then right click run with powershell
      Attached Files

      Comment


        #4
        Thanks for the help!

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        24 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        120 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        63 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        41 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        45 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X