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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        43 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