Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

PriorDayOHLC() not returning correct values

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

    PriorDayOHLC() not returning correct values

    Hi,
    I am using below code to get open and close values for i days ago bar. But due to some reason it is returning only close values

    open1 = PriorDayOHLC().PriorOpen[i];
    close1 = PriorDayOHLC().PriorClose[i];
    open2 = PriorDayOHLC().PriorOpen[i + 1];
    close2 = PriorDayOHLC().PriorClose[i + 1];

    But sometimes it is working perfectly. But most times it is returning wrong values. Can you please let me know what i am doing wrong


    open1 30.11
    close1 30.11
    open2 31.97
    close2 31.97

    #2
    here i am using i = 14 and total bars in the chart = 253

    Comment


      #3
      prashanth09reddy, on which symbol / chart intervals are you working with this? i would be just the bars ago for that particular chart - it would not mean you request x days ago for this intra-day chart only indicator.

      Comment


        #4
        The indicator calculates the prior day's OHLC based on the selected session template. Please make sure that you use the correct session template for the instrument: I suggest to open all charts with <instrument settings>, never use the templates 24/7 or 24/5, as they do not match the trading times of any instrument that I know.

        Comment


          #5
          Thanks Harry, I changed the template from default to NSE now its working perfectly.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CarlTrading, 03-31-2026, 09:41 PM
          1 response
          152 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          87 views
          1 like
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          131 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          127 views
          1 like
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          106 views
          0 likes
          Last Post CarlTrading  
          Working...
          X