PureBytes Links
Trading Reference Links
|
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
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|