Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bars with same time stamp

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

    Bars with same time stamp

    I have a simple indicator which marks bars where the Typical Price changes direction from the prior bar.

    If the two bars involved in this pattern have the same time stamp, the Drawn marker is placed on the 1st bar rather than the actual bar where the condition is true.

    Is this a bug or do I need to rethink my indicators?
    Attached Files

    #2
    >> Is this a bug or do I need to rethink my indicators?
    Probably the latter, since it's expected to have multiple volume bars with same timestamp (always was).

    Comment


      #3
      Dierk,
      I understand that volume bars can share a time stamp, always have. However I'm seeing behavior in 7b4 that I don't recall seeing in 6.5.

      Relative to two bars sharing a time stamp:
      When the 2nd bar is created it is a unique bar, indicated by:
      1) It plots on a chart
      2) It gets its own, and unique, bar number.
      3) It values show on the Data Box, and Mini Data Box

      Why then can I NOT draw an object on that 2nd bar?

      When the 2nd bar is complete I issue this statement
      DrawTriangleDown("DT"+CurrentBar,false,0,High[0],Color.Black);

      But it works as this
      DrawTriangleDown("DT"+CurrentBar,false,1,High[0],Color.Black);

      Also with Snap Mode set to "Bar" I cannot select the 2nd bar in drawing.

      Comment


        #4
        There was a change in concept, since NT7 would have timestamps (and no longer bar index) as anchor points. This change was driven by
        - supporting multi series charts and
        - deficits we encountered with the legacy NT6.5 logic

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        182 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        334 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        259 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        358 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        188 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X