Solved. I changed the compressed timestamp to "END time of interval" instead of "START time of interval" so the time now says 11:59:59 instead of 00:00:00. Don't get why this matters though as the DateNum() value in daily view is the same either way.
Anyway, sorted. Jules. --- In [email protected], "jooleanlogic" <joole...@...> wrote: > > I have two symbols AP and APS for the Aussie Spi futures. > APS is basically a 24 hour instrument and AP is the day only version of it > from 9:50-16:30. They're identical during the day session. > > I want to view the AP symbol (just high to low bar) overlaid on the APS(24h) > symbol in the daily timeframe only. When I do the following though: > > fh = Foreign("AP M0-SFE", "high"); > fl = Foreign("AP M0-SFE", "low"); > Plot(fh, "FH", colorRed); > Plot(fl, "FL", colorGreen); > > only Mondays seem to work. For all other days, fh and fl just seem to get > assigned the close price of AP. > > Both symbols are part of the same group which is time-shifted 2 hours. It's a > 1 minute mixed intraday/eod database and no filtering is applied. > Both symbols are realtime using eSignal but have had historical ascii data > imported. > > Any ideas? > Thanks, > Jules. >
