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 WeyldFalcon, 08-07-2020, 06:13 AM
      10 responses
      1,413 views
      0 likes
      Last Post Traderontheroad  
      Started by firefoxforum12, Today, 08:53 PM
      0 responses
      9 views
      0 likes
      Last Post firefoxforum12  
      Started by stafe, Today, 08:34 PM
      0 responses
      10 views
      0 likes
      Last Post stafe
      by stafe
       
      Started by sastrades, 01-31-2024, 10:19 PM
      11 responses
      169 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by kmunroe478, Today, 05:39 PM
      0 responses
      6 views
      0 likes
      Last Post kmunroe478  
      Working...
      X