Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Different Target & Stops

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

    Different Target & Stops

    Suppose I wanted to define a TARGET on a long trade activated by CONDITION A and a different target if the long trade was activated by CONDITION B.

    How do I differentiate which target (or stop) to have NJ use?

    #2
    Hi CRCatNinja, you would then simply adjust your Stop / Target values depending on which entry condition got you into the trade. Here's the link to a reference sample explaining how to achieve this - http://www.ninjatrader-support2.com/...ead.php?t=3222

    Comment


      #3
      Can you set up different profit targets like this?

      SetProfitTarget("Long 1a", CalculationMode.Ticks, 10);
      SetProfitTarget("Long 1b", CalculationMode.Ticks, 20);

      Comment


        #4
        Hi edgeliner, yes this should work.

        Comment


          #5
          Thank you all!!!

          Comment


            #6
            Is there a correct way to code the following?

            if ((Position.MarketPosition > Position.AvgPrice + 5 * TickSize)

            Then "Do something"

            Thanks!

            Comment


              #7
              Hi, not sure what you are trying to code - Position.MarketPosition will return Long, Short or Flat depending on the current positioning - http://www.ninjatrader-support.com/H...tPosition.html

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              630 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              364 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              105 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              566 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              568 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X