Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is it possible to see a bar before its fully closed in a backtest?

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

    Is it possible to see a bar before its fully closed in a backtest?

    If I have a strategy that depends on weekly bars, but I want to know what a bar looks like before it closes, what is the best way to do so? The reason for this is because when I'm running my strategy in real-time, Close[0] references the current, unfinished weekly bar (for example if today is Wednesday, it would show Close[0] as the Close of Wednesday). However, when I run this code in a backtest, Close[0] returns the Close from 5 days ago (last Friday). This is a bit annoying to have to use Close[1] in Real-time in order to get the same results as my backtest's Close[0]. In addition, if my strategy does require knowledge of unfinished candles, it seems like that is not possible in backtests unless I manually aggregate the 1-minute chart, for example, into a pseudo-weekly bar for Sunday-Wednesday.

    Are there some functions/tricks that I should be aware of for this?

    #2
    Use the replay function. It will replay the period tick by tick. You can jump also, if you wish, to certain moments to speed up things a bit.
    To use the replay function you should download that data day by day. To do that, click:
    Control center
    File
    Utilities
    Download replay data


    or change the settings. To do that, click:
    Control center
    Tools
    Options
    Data
    Select "Record for marketplay".

    If the settings are changed NT will save all the detailed data from that moment on. So for past data you should download it.

    Don't forget to put for the indicator "Calculate on the bar close" to false, or you will not see the indicator change permanently.
    Last edited by marcus2300; 11-24-2018, 06:15 PM.

    Comment


      #3
      Hi marcus. I'm still having issues in backtests. https://ninjatrader.com/support/help...a_strategy.htm says that backtests can only be run on the CLOSE of candles. However, if I have 5 minute data and Tick data as my two data series for my backtest, is there a way to calculate the current 5 minute bar from the tick data? This would help me mimic real-time market dynamics for backtests.

      Comment


        #4
        I backtest manually. A good backtest would test at least every 1 minute, not just the close of the bar. That can make a huge difference in performance.
        Last edited by marcus2300; 11-25-2018, 03:39 AM.

        Comment


          #5
          Hello stokhastic,

          Thank you for writing in.

          Backtests are based off historical performance and historical bars, there would be no supported method for testing the performance including the current bar while testing with the strategy analyzer.
          You could use Market Playback to test how a strategy has preformed up to the current moment.



          Please let us know if you need further assistance.

          Alan P.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by NullPointStrategies, Today, 05:17 AM
          0 responses
          50 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          126 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          69 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          42 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          46 views
          0 likes
          Last Post TheRealMorford  
          Working...
          X