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 asked this question unfortunately in a wrong thread, so I hope someone can help me here.
    I want to know if it's possible to backtest/optimize a strategy with adjusting the stop loss when entry and adjustment trigger are calculated 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 would show the 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 attached.


    Thanks in advance!
    Attached Files

    #2
    Hello Hanko,

    Thanks for your post.

    Historical data is processed following CalculateOnBarClose=true rules. The strategy will not process OnBarUpdate following CalculateOnBarClose=false rules for backtesting. If you would like to test your strategy following CalculateOnBarClose=false rules so your logic is processed with each tick, you could test with the Market Replay connection to mimic realtime data. Alternatively, a single tick data series can be added to the script to have your strategy take actions with each new tick.

    Market Replay - https://ninjatrader.com/support/help...ket_replay.htm

    Multi Time Frame and Instruments - https://ninjatrader.com/support/help...nstruments.htm

    Please let us know if we can be of further assistance.

    Comment


      #3
      Thank you Jim!
      I will try to make it by using multi frame.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      558 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      546 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X