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 AnnBarnes, Today, 12:17 PM
        0 responses
        2 views
        0 likes
        Last Post AnnBarnes  
        Started by Lopat, 03-05-2023, 01:19 PM
        4 responses
        167 views
        0 likes
        Last Post Sam2515
        by Sam2515
         
        Started by f.saeidi, Today, 12:14 PM
        0 responses
        2 views
        0 likes
        Last Post f.saeidi  
        Started by giulyko00, Today, 12:03 PM
        0 responses
        4 views
        0 likes
        Last Post giulyko00  
        Started by AttiM, 02-14-2024, 05:20 PM
        12 responses
        213 views
        0 likes
        Last Post DrakeiJosh  
        Working...
        X