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.

Reply via email to