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
Comment