Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unmanaged Approach

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

    Unmanaged Approach

    When doing backtests, using the unmanaged approach and
    submitting buy limit orders / buy stop orders,
    will they be rejected when the current Close is lower than the limit price /
    higher than the stop price as it's the case for the managed approach?

    #2
    Sorry for our late reply here Stephan123, yes the same considerations apply to managed and unmanaged mode as this would be not be a valid order you're trying to submit.

    The difference managed vs unmanaged is mostly in disabling the internal order handling rules for the umnanaged approach to give you more flexibility to self manage order submission.

    Comment


      #3
      I need to accomplish the following:

      bars: daily
      mode: backtest

      Entry, if the price has moved a certain range away from the Open, eighter higher or lower.
      The problem is, if using long stop orders, they are only submitted, if the actual Close
      isn't higher than the stop price. Analogous for limit orders.
      So, almost half of all potential trading possibilities are not realized due to the order handling.
      Using intraday granularity could of course solve the problem, but, in that case I need to
      stick to the daily data.
      Any way to get around those order cancelations?

      Comment


        #4
        Stephan,

        You can add intrabar granularity using the following reference sample.

        You can submit orders to different Bars objects. This allows you the flexibility of submitting orders to different timeframes. Like in live trading, taking entry conditions from a 5min chart means executing your order as soon as possible instead of waiting until the next 5min bar starts building. You can achieve this by


        It sounds like your issue may be caused by this.
        Adam P.NinjaTrader Customer Service

        Comment


          #5
          As I wrote I have to stay with the daily data in that case.
          No way to add intraday data.
          Any way to get it going with daily data?

          Comment


            #6
            Stephan.,

            Why do you need to stick only to daily data? You can use BarsInProgress to filter between tick data and the daily data series. Does your data provider limit you to daily only?
            Adam P.NinjaTrader Customer Service

            Comment


              #7
              The data is self build and random (Wiener Process).
              Finding a way to implement the desired logic with that data is in this case faster and easier than extending the simulation to intraday granularity.

              Comment


                #8
                Stephan,

                I am familiar with the Wiener Process. So this data you generate yourself? I would suggest using Bertrands suggestion from before perhaps. You can control the orders a bit more carefully this way.
                Adam P.NinjaTrader Customer Service

                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