Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

backtesting with stopp loss change

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

    backtesting with stopp loss change

    Hi,

    I want to know if it's possible to backtest/optimize a strategy with adjusting the stop loss when entry and adjustment trigger are in the same candle.
    I'm using 240min candles and I want to backtest a strategy that moves the stop to breakeven after some ticks in the direction of the trade.
    So if I call and my stop is 20 ticks below the entry price, it will put the stop to the entry price after the stock gained for example 50 ticks trying afterwards to hit the target of 100 ticks.
    So if I'm backtesting this strategy I don't think it moves the stop after gaining 50 ticks within the same 240min candle where it entered the call. afterwards, at the next candles the backtest shows adjustment i think. The problem shows up only in the same candle as the entry.
    My code is pretty similar to the code published once as an example for modifying the price of stop loss and profit target orders here in the forum by the Ninjatrader Customer Service.

    What do I have to change to get the stop moving during backtest within the same candle as the entry?

    Find the sample code published at the Forum attached


    Thanks in advance!
    Last edited by Hanko; 11-27-2019, 08:51 AM. Reason: Please move my question to the Ninjatrader 7 strategy development group

    #2
    SamplePriceModification.cs

    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
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    574 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X