I still get the errors, with EURUSD, Zorro Version 1.5.

Please find the scripts and logs attached here:

High level overview:

When using this code, Daily High Values are different, the Daily Low values are correct.

Code:
DH = dayHigh(ET,0); 
DL = dayLow(ET,0);




When swapping the assignments, Daily High Values are correct, the Daily Low values are wrong.

Code:
DL = dayLow(ET,0);
DH = dayHigh(ET,0);




Thank you for the help.

Scripts and Logs