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 inanazsocial, Today, 01:15 AM
      0 responses
      2 views
      0 likes
      Last Post inanazsocial  
      Started by trilliantrader, 04-18-2024, 08:16 AM
      5 responses
      22 views
      0 likes
      Last Post trilliantrader  
      Started by Davidtowleii, Today, 12:15 AM
      0 responses
      3 views
      0 likes
      Last Post Davidtowleii  
      Started by guillembm, Yesterday, 11:25 AM
      2 responses
      9 views
      0 likes
      Last Post guillembm  
      Started by junkone, 04-21-2024, 07:17 AM
      9 responses
      70 views
      0 likes
      Last Post jeronymite  
      Working...
      X