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 poplagelu, Today, 05:00 AM
      0 responses
      3 views
      0 likes
      Last Post poplagelu  
      Started by fx.practic, 10-15-2013, 12:53 AM
      5 responses
      5,407 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by Shai Samuel, 07-02-2022, 02:46 PM
      4 responses
      98 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by DJ888, Yesterday, 10:57 PM
      0 responses
      8 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      160 views
      0 likes
      Last Post loganjarosz123  
      Working...
      X