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:



        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 wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        26 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 02-22-2024, 01:11 AM
        5 responses
        32 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, Yesterday, 09:53 PM
        2 responses
        49 views
        0 likes
        Last Post wzgy0920  
        Started by Kensonprib, 04-28-2021, 10:11 AM
        5 responses
        192 views
        0 likes
        Last Post Hasadafa  
        Started by GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,234 views
        0 likes
        Last Post xiinteractive  
        Working...
        X