Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

identifiying stoplosses

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

    identifiying stoplosses

    Hello,

    when doing entries for several contracts not in one order but each one with one entry and signal name I can then do the exits with signalnames to identify which exit.

    But how can this be done for stoplosses to see which stoploss was triggered. In the parameters there can only be defined the referring entry but no signal name.

    Is this true or can there be a signal name for stoplosses also?

    Thanks
    Tony

    #2
    tonynt,

    Yes, you can define a signal name for your stop losses. Please see the following available signature when using SetStopLoss()

    SetStopLoss(string fromEntrySignal, CalculationMode mode, double value, bool simulated)


    ttp://www.ninjatrader.com/support/helpGuides/nt7/index.html?setstoploss.htm
    MatthewNinjaTrader Product Management

    Comment


      #3
      Hello;

      this is the syntax for exitlongs where you can see to define "signal name" and "fromEntrySignal"
      ExitLong() ExitLong(int quantity)
      ExitLong(string fromEntrySignal)
      ExitLong(string signalName, string fromEntrySignal)


      with

      "signalName" "User defined signal name identifying the order generated."


      The syntax for stoplosses is:
      SetStopLoss(double currency)
      SetStopLoss(double currency, bool simulated)
      SetStopLoss(CalculationMode mode, double value)
      SetStopLoss(string fromEntrySignal, CalculationMode mode, double value, bool simulated)


      Where is here the signalname? (I didn´t ask for the entrysignal)

      Best
      Tony
      Last edited by tonynt; 07-10-2011, 03:21 PM.

      Comment


        #4
        Hello Tony,

        Thanks for the clarification. SetStopLoss will have StopLoss as the signal name. From there you can only link to the entry signal name.

        If you need to custom define a stop name, please use the Exit() methods for your stop losses.

        Please see ExitLong() as an example:

        http://www.ninjatrader.com/support/h...l?exitlong.htm

        Please let me know if there is anything else I can do for you.
        MatthewNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by login_dejavu, 04-10-2020, 01:49 PM
        7 responses
        196 views
        0 likes
        Last Post markdshark  
        Started by SheriDi, Today, 06:21 PM
        0 responses
        6 views
        0 likes
        Last Post SheriDi
        by SheriDi
         
        Started by efeuvejota01, 05-10-2023, 05:34 PM
        21 responses
        153 views
        0 likes
        Last Post bltdavid  
        Started by Skechers, Yesterday, 05:59 PM
        4 responses
        22 views
        0 likes
        Last Post Skechers  
        Started by diorfo57, Yesterday, 11:36 PM
        9 responses
        43 views
        0 likes
        Last Post diorfo57  
        Working...
        X