Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trouble with Open, High, Low, Close

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

    Trouble with Open, High, Low, Close

    I am getting incorrect values during playback. When I refresh the script, the history displays the correct values. Replay does not. I have tried CalculateOnBarClose as true and false. v.6.0.0.8

    e.g. Up until 7:00 am, it was refeshed history. 7:01 am is replay.

    Print(
    "Open: " + Open[0].ToString() +" High: " + High[0].ToString() + " Low: " + Low[0].ToString() + " Close: " + Close[0].ToString()+ " " + Time[0].ToString());

    Open: 1402.25 High: 1402.5 Low: 1402 Close: 1402.25 3/2/2007 6:59:00 AM
    Open: 1402 High: 1402 Low: 1402 Close: 1402 3/2/2007 7:00:00 AM
    Open: 1401.5High: 1401.5 Low: 1401.5 Close: 1401.5 3/2/2007 7:01:00 AM << this is wrong


    p.s.Later. This is inconsistent.I am no longer getting the error and did not change anything in that area of my script. I cannot duplicate the problem anymore.




    #2
    imported post

    I will double check tomorrow however, please report back if you can replicate with consistency. Thanks.
    RayNinjaTrader Customer Service

    Comment


      #3
      imported post

      I am getting it again. It is on a tick chart. I will send you my script.

      Comment


        #4
        imported post

        We also would need
        - replay files
        - which instrument are you experiencing this issue on?
        - what are your strategegy settings (screenshot)?

        Thanks

        Comment


          #5
          imported post

          ES 03-07 50 tick chart. Live, not replay today. Dierk, I will send you the script also.
          Attached Files

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          558 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          324 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          546 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          547 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X