I am using real-time 1m data at Hong kong to access the DJIA and other
symbols of Hong Kong.
>From Hong Kong time, DJIA opens 10:30pm in the night and closes 5:00 am
the next day morning.
I want to run this line:
DayO = TimeFrameGetPrice("O", inDaily); // to get the opening price of
today
However, the result returned is the openning price of the midnight
12:00am bar instead of the open price which should be of previous night
(10:30pm bar)
How can I possibly make TimeFrameGetPrice to get the true opening price
across the midnight, but simulatenously don't affect other local (HK)
symbols whose trading sessions are in day time?
Thanks.