Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Unable to start external process

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

    Unable to start external process

    Hi guys,

    I'm written a NinjaScript indicator which successfully grabs the price corresponding to a mouse click on a chart and then enters menu items in the context menu allowing me to buy or sell with a click.

    The indicator is for historical discretionary trading only so intends to make use of NT's add execution manually functionality. I hope to call a hot key manager to basically automate all the tedious data entry using my indicator.

    However, I am stuck at the point of being able to call an external program. I'm using;

    Code:
    System.Diagnostics.Process.Start( "notepad.exe" );
    For some reason, nothing happens.
    The indicator itself works fine and I can open up a message box in the line following the above.
    There are no visible error messages, including in the log.
    If I run the above line as a simple standalone C# program, it works fine.

    Any pointers would be much appreciated.

    thanks

    #2
    Hello trader_rick ,

    This is something outside of the realm of what NinjaTrader supports, I would not be able to assist.

    However, this thread will remain open for any community members that would like to assist.

    You can also contact one of our professional NinjaScript Consultants who would be eager to create or modify this script at your request or assist you with your script. Please let me know if you would like our business development follow up with you with a list of professional NinjaScript Consultants who would be happy to create this script or any others at your request.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Problem solved.

      My mistake. Stepped through the debugger and found the path wasn't being executed because I'd wired up the wrong menu items to the called methods.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      18 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Jon17, Today, 04:33 PM
      0 responses
      1 view
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      6 views
      0 likes
      Last Post Javierw.ok  
      Started by timmbbo, Today, 08:59 AM
      2 responses
      10 views
      0 likes
      Last Post bltdavid  
      Started by alifarahani, Today, 09:40 AM
      6 responses
      41 views
      0 likes
      Last Post alifarahani  
      Working...
      X