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 arvidvanstaey, Today, 02:19 PM
      4 responses
      11 views
      0 likes
      Last Post arvidvanstaey  
      Started by samish18, 04-17-2024, 08:57 AM
      16 responses
      61 views
      0 likes
      Last Post samish18  
      Started by jordanq2, Today, 03:10 PM
      2 responses
      9 views
      0 likes
      Last Post jordanq2  
      Started by traderqz, Today, 12:06 AM
      10 responses
      18 views
      0 likes
      Last Post traderqz  
      Started by algospoke, 04-17-2024, 06:40 PM
      5 responses
      48 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X