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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        160 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        307 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        244 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        348 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        178 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X