Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

PriorDayOHLC() not returning correct values

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

  • prashanth09reddy
    replied
    Thanks Harry, I changed the template from default to NSE now its working perfectly.

    Leave a comment:


  • Harry
    replied
    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.

    Leave a comment:


  • NinjaTrader_Bertrand
    replied
    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.

    Leave a comment:


  • prashanth09reddy
    replied
    here i am using i = 14 and total bars in the chart = 253

    Leave a comment:


  • 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

Latest Posts

Collapse

Topics Statistics Last Post
Started by Vietanhnguyen2hotmailcom, Yesterday, 10:29 AM
4 responses
23 views
0 likes
Last Post Vietanhnguyen2hotmailcom  
Started by PhillT, 04-19-2024, 02:16 PM
4 responses
35 views
0 likes
Last Post PhillT
by PhillT
 
Started by ageeholdings, 05-01-2024, 05:22 AM
5 responses
37 views
0 likes
Last Post ageeholdings  
Started by reynoldsn, Today, 02:34 PM
0 responses
13 views
0 likes
Last Post reynoldsn  
Started by nightstalker, Today, 02:05 PM
0 responses
21 views
0 likes
Last Post nightstalker  
Working...
X