PureBytes Links
Trading Reference Links
|
Sorry, read it again and wondered if you meant the highest volume
today for a bar
VolHigh = HHV( V, BarsSince( DateNum()!=Ref(DateNum(),-1) )+1 );
note not much difference is therre :)
On Wed, 2 Mar 2005 13:00:53 +0800, Graham <kavemanperth@xxxxxxxxx> wrote:
> assume you mean total of todays total volume
>
> VolToday = Sum( V, BarsSince( DateNum()!=Ref(DateNum(),-1) )+1 );
>
>
> On Wed, 02 Mar 2005 04:09:33 -0000, masspectrometry
> <yangwangyw@xxxxxxxxxxx> wrote:
> >
> >
> > Hi,
> >
> > Could someone tell me how to get the maximum volum value in the
> > intraday and before the recent bar (a bar/15 min)? Thanks.
> >
> > Mass
> >
> >
> > 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
> >
> >
> >
> >
> >
>
> --
> Cheers
> Graham
> http://e-wire.net.au/~eb_kavan/
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
|