Hi all,

I am trying to get the dayHigh(ET,0) and dayLow(ET,0) values for the current day so far for the NYSE session for 24/7 or 24/5 for BarPeriod 15min in zorro but I don't get it frown

Via dayHigh/dayLow I can get the values for the ET zone but these functions rely on StartMarket and EndMarket.
If I try to set StartMarket to 0 and EndMarket to 2359 it is in UTC time and the dayHigh and dayLow functions return the high/low from 5am to 12pm.

Barzone does not work because of intraday barperiod.

Any other way to get these values?

Thank you very much
Mark