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 algospoke, 04-17-2024, 06:40 PM
        3 responses
        26 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by bmartz, 03-12-2024, 06:12 AM
        3 responses
        28 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Aviram Y, Today, 05:29 AM
        2 responses
        9 views
        0 likes
        Last Post Aviram Y  
        Started by gentlebenthebear, Today, 01:30 AM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by cls71, Today, 04:45 AM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X