Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Reducing tartget

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

    Reducing tartget

    Hi guys,

    I have a profit trigger for lifting my stop when the trade is going my way. I am trying to reduce my target when it goes against me too far. I had it working and it sort of works but I am missing somthing its probably staring me in the face and I cant see it.

    I am using // to stop one from working while I test the other.

    Any help appreciated.

    Thanks Raef

    if ( (BarsInProgress == 0)
    && barcounter >
    3
    && Low[0] < Position.AvgPrice - (Triggerlevel2) * TickSize)
    {
    SetProfitTarget(CalculationMode.Price, (Position.AvgPrice + Trlveloffset2 * TickSize));
    //ExitLongLimit (Position.AvgPrice - Trlveloffset2 * TickSize);
    PlaySound(@"C:\Program Files (x86)\NinjaTrader 7\sounds\AutoBreakEven.wav");

    }

    #2
    Raef, do you work that code with CalculateOnBarClose = false so it could trigger intrabar as your tick trigger is hit / touched?

    Comment


      #3
      Hi Bertrand,

      Not at this stage I would preffer not to on bar update would still allow time to move the target. Im mainly on 10min chart so pleanty of time. The trigger I am using seems to be correct its just the repositioning of the target that has problems it has worked then I have changed somthing and it stopped working.

      Thanks raef

      Comment


        #4
        Ok, do you remember what you have changed in your code? If you position this from BarsInProgress 0 without any COBC = false then it could only update the price level for the target every 10 min bar, so this would not adjust at the exact trigger level hit likely.

        Comment


          #5
          Thanks.

          I must have somthing else wrong somewhere else if the scripting looks ok I will keep working on it.

          ThanksRaef

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          648 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          573 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          575 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X