Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Every Single Draw tool that uses BarsAgo is Messed up in New version

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

    Every Single Draw tool that uses BarsAgo is Messed up in New version

    You have introduced a bug in your new version. Using BarsAgo does not work properly on Multiple Data Series. You tools get confused between the root data series and the data series a draw is initiated. I am thinking that you must have a check in your draw code that is testing to see if the bar your accessing to draw to/from is on the chart except you are not referencing the root data series and because of this legitimate draws cause errors. I have found the only temp fix is to check that CurrentBars[n] > the BarsAgo I am attempting to draw when the actual consideration is CurrentBars[0] > BarsAgo.

    #2
    I am getting some similar errors relating to Drawing Tools barsAgo parameter in NT 8.0.6. I have a separate post describing the errors:
    http://ninjatrader.com/support/forum...66&postcount=1

    Comment


      #3
      Camdo
      Looks like exactly the same issue. If you put in a check before your dot.
      Something like
      If ( CurrentBars[BarsInProgress] > BarsAgo ) Draw.Dot () ;
      BarsAgo being the BarsBack you are looking to place the dot on the root series. You should avoid
      the error you get when BarsAgo is not zero. I tested this in several of my indicators and it seemed to work. But there are other problems. Things are not drawing the way they should . I tested this by uninstalling and reinstalling 8.0.5 and everything is back to normal except that 8.0.5 has its own problems, so I just got fed up and went back to NT7.

      Comment


        #4
        Hello JerryWar,

        You appear to be reporting the same behavior in another thread.


        May I confirm that this is a new issue?
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Same issue, I was totally frazzled by this having to spend 1/2 the day trying to figure out what was going
          wrong. When I was convinced as to what was happening I just posted, not thinking.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by TheMarlin801, 10-13-2020, 01:40 AM
          20 responses
          3,914 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by timmbbo, 07-05-2023, 10:21 PM
          3 responses
          150 views
          0 likes
          Last Post grayfrog  
          Started by Lumbeezl, 01-11-2022, 06:50 PM
          30 responses
          805 views
          1 like
          Last Post grayfrog  
          Started by xiinteractive, 04-09-2024, 08:08 AM
          3 responses
          11 views
          0 likes
          Last Post NinjaTrader_Erick  
          Started by Johnny Santiago, 10-11-2019, 09:21 AM
          95 responses
          6,194 views
          0 likes
          Last Post xiinteractive  
          Working...
          X