| 
 PureBytes Links 
Trading Reference Links 
 | 
Sorry made mistake in time, this for 10 am start of trading
TimeStop = cross( timenum(),113000);
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
-----Original Message-----
From: Graham [mailto:gkavanagh@xxxxxxxxxxxxx] 
Sent: Thursday, July 29, 2004 10:41 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Get Specific Intraday OHLC
Kevin
Maybe something like this
Daystart = datenum()!=ref(datenum(),-1);
TimeStop = cross( timenum(),093000);
xO = valuewhen(daystart,O);
xH = valuewhen(Timestop, highestsince(daystart,H));
xH = valuewhen(Timestop, lowestsince(daystart,L));
xO = valuewhen(timestop,C);
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
-----Original Message-----
From: Kevin Mullane [mailto:kmullane@xxxxxxxxx] 
Sent: Thursday, July 29, 2004 8:59 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Get Specific Intraday OHLC
Is there a way on intraday 5 minute data in AA to filter out and just 
retrieve OHLC data for the first 90 minutes of the day?
Kevin
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |