Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stop/Limit orders without need for entry signal

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

    Stop/Limit orders without need for entry signal

    there are several overloads for i.e.
    ExitLongStopMarket

    however, none of them makes it possible for us, to specify the order name/title for that exit (i.e. "myLongExit") without need inputing "FromEntrySignal" parameter.
    Make an overload, that will allow us to specify the exit name, without need for "FromEntrySignal".
    at this moment, only
    Code:
    ExitLongStopMarket(double price)
    is available.
    so, we need:
    Code:
    ExitLongStopMarket(double price, string exitSignalName)

    #2
    The overload you are asking for is simply not possible.

    Why?
    The method signature ExitLongStopMarket(double, string) is already being used.

    Have you tried using,

    Code:
    ExitLongStopMarket(double stopPrice, string signalName, string fromEntrySignal)
    with fromEntrySignal set to the empty string?

    https://ninjatrader.com/support/help...stopmarket.htm

    Comment


      #3
      bltdavid ah, i have not tried the empty "fromEntry", in the docs you linked, is written too... I did not know that... thanks!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      131 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      74 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      117 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      111 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      89 views
      0 likes
      Last Post CarlTrading  
      Working...
      X