Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bars.BarsSinceSession unreliable on Renko charts

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

    #16
    bretddog, correct that limitation however that was for IB daily bars only.

    Comment


      #17
      Originally posted by NinjaTrader_Bertrand View Post
      Thanks for the details and file Marco, just tried this here and was unfortunately not able to reproduce - please see my screenshot attached from the 'run'.

      Are you on latest NT7 R10 here as this happens for you?

      Would you see the same still with freshly downloaded replay data from our server?

      Thanks,

      First of all, I have some breaking information, I did the same testrun on a 10 minute chart, and the problem is also there. See attached image. So the issue is NOT related to Renko or any other chart type.
      Because I exclusively use Renko for my strategies, I made the assumption it was Renko related, but again it is not.

      Are you on latest NT7 R10 here as this happens for you?
      No, I was on NT7 R9, but I now upgraded to R10. Unfortunately the problem still is there, no improvements

      Would you see the same still with freshly downloaded replay data from our server?
      I deleted and re-downloaded ES 09-12 from June29 to July 4, same problem.
      I also doubt if it is the data causing this, because as I've mentioned before, I also encountered this issue several times in the past with ES 09-11 / ES 03-12 and ES 06-12 data.

      Would it be helpful if I did a larger testrun this weekend on an ES 03-12 from Jan to March ? Just to get a bigger picture of how many times the error occurs ?

      Marco
      Attached Files

      Comment


        #18
        Where are you doing the start and too dates and what time are you hitting plat from as this does matter here.

        Finally does this only happen in market replay, can you see it when connected to a regular feed for this same date range?

        -Brett
        BrettNinjaTrader Product Management

        Comment


          #19
          hello Brett,

          Replay settings are:

          From: 6/29/2012 (June29) To: 7/4/2012(July4)
          when replay starts, at 06:00 CET on 6/29/2012 , slider is completely to the left.

          Comment


            #20
            We will give this another test to see if we can reproduce and update.
            BrettNinjaTrader Product Management

            Comment


              #21
              Brett,

              I just did a test on MarketReplay data for ES 09-11 from 20Jun2011 to 27Jul2011 and I got a very interesting result !
              The error seems to appear every 5th sessionbreak, please take a look at the attachment.
              It is on the sessionbreak from Monday to Tuesday each week, without exception. The error I reported in an earlier post was also on the sessionbreak from Monday to Tuesday.

              I also did a testrun on Historical data, with the same results; Bara.BarsSinceSession is wrong on each Monday-to-Tuesday sessionbreak.


              Maybe this is of any help to you.

              Marco
              Attached Files
              Last edited by marcow; 07-07-2012, 11:40 AM.

              Comment


                #22
                Hi Marco, thanks for the updates - but the bars / calendar day alignments are correct on your setup, right?

                Comment


                  #23
                  Originally posted by NinjaTrader_Bertrand View Post
                  Hi Marco, thanks for the updates - but the bars / calendar day alignments are correct on your setup, right?
                  sorry, I don't understand what you mean with bars / calendar day alignments, can you explain this a bit further ?

                  Comment


                    #24
                    Sure what I meant is - if you check your charts session segments, do they appear on the correct weekday for your timezone / date?

                    Comment


                      #25
                      Yes, they do.

                      Comment


                        #26
                        Thanks for clarifying, I will give this now a run on PC in your CET time as well.

                        Comment


                          #27
                          I could see this now on my machine running on CET time - thanks much for the patience and report, we will look into matters.

                          Comment


                            #28
                            To update, this has not been forgotten. It's under review by development.

                            Comment


                              #29
                              To conclude - development reviewed the report and steps we could find to reproduce with your help.

                              Unfortunately it touches a sensitive area, so it was added to the list of fixes implemented then for our next major update of the platform.

                              To workaround now, you could for example change regional settings to US, as I was only to trigger in on a machine running German settings, so your scenario worked normally on my US set machine here.

                              Comment


                                #30
                                Guess my best option would be to code my own barssincesession by using Bars.FirstBarOfSession something like:
                                Code:
                                 
                                 if (Bars.FirstBarOfSession)
                                  { Count = CurrentBar ;
                                    BarsInSession  = 1;
                                  }
                                else 
                                 BarsInSession = CurrentBar - Count;
                                What amazes me is that apparently I'm the only one on CET TimeZone settings who uses the Bars.BarsSinceSession in strategies trading the ES

                                Hope the next major update will come soon.


                                Marco

                                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