Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

What s PriorDayOHLC().PriorLow[0];?

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

  • NinjaTrader_Emily
    replied
    Hello timmbbo,

    Thank you for your post.

    The PriorDayOHLC indicator provides information from the prior day/session. PriorDayOHLC().PriorLow[0] would provide the low of the previous session and not the low so far from today's session. If you would like to get the low so far from today's session, you could use the CurrentDayOHL indicator instead and get the value from CurrentDayOHL().CurrentLow[0]

    For more information, please see the following help guide pages:Additionally, you may view the source code for these indicators in the NinjaScript Editor window if you'd like.

    Please let us know if we may be of further assistance.

    Leave a comment:


  • timmbbo
    started a topic What s PriorDayOHLC().PriorLow[0];?

    What s PriorDayOHLC().PriorLow[0];?


    I'm having difficulty understanding which day PriorDayOHLC().PriorLow[0] resides on. From your help:

    double value = PriorDayOHLC().PriorLow[0];
    Print("The prior session low value is " + value.ToString());

    Would this print out the Low of Yesterday's session, or the current low so far generated by today's session?

    Thanks
    Last edited by timmbbo; 07-24-2023, 09:32 PM.

Latest Posts

Collapse

Topics Statistics Last Post
Started by meatskin, Today, 03:07 PM
0 responses
12 views
0 likes
Last Post meatskin  
Started by Pa_Baz, 12-14-2024, 09:40 PM
26 responses
372 views
1 like
Last Post MarioM94  
Started by crystalet, 12-06-2022, 06:59 AM
2 responses
52 views
1 like
Last Post mrmark123  
Started by ClauTrade, Today, 02:26 PM
2 responses
10 views
0 likes
Last Post ClauTrade  
Started by jpapa, Today, 01:44 PM
6 responses
23 views
0 likes
Last Post jpapa
by jpapa
 
Working...
X