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 zstheorist, Today, 07:52 PM
        0 responses
        3 views
        0 likes
        Last Post zstheorist  
        Started by pmachiraju, 11-01-2023, 04:46 AM
        8 responses
        149 views
        0 likes
        Last Post rehmans
        by rehmans
         
        Started by mattbsea, Today, 05:44 PM
        0 responses
        5 views
        0 likes
        Last Post mattbsea  
        Started by RideMe, 04-07-2024, 04:54 PM
        6 responses
        33 views
        0 likes
        Last Post RideMe
        by RideMe
         
        Started by tkaboris, Today, 05:13 PM
        0 responses
        5 views
        0 likes
        Last Post tkaboris  
        Working...
        X