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:
- https://ninjatrader.com/support/help...r_day_ohlc.htm
- https://ninjatrader.com/support/help...nt_day_ohl.htm
Please let us know if we may be of further assistance.
Leave a comment: