Based on CurrentDayOHL indicator. CurrentWeekOHL will draw lines on your chart: Open, High, Low for the given week.
You can select on which day the indicator should start calculating from.
An example to access the week open value:
double currentWeekOpenPrice = CurrentWeekOpen(true,true,true,DayOfWeek.Monday).C urrentWeekOpen[0];
Enjoy
