Hallo, I would like to have yesterday High and Low based on Trading Hours 05:00 PM - 04:00 PM (Futures for JPY at GLOBEX) I tried to use yHigh = TimeFrameGetPrice( "H", inDaily, -1 ); yLow = TimeFrameGetPrice( "L", inDaily, -1 ); Bud it work on 24 hour base, starting exactly at 0:00 and ending at 23:59.
How to get yesterday H/L for time daily timeframe between 05:00 PM - 04:00 PM? Martin
