PureBytes Links
Trading Reference Links
|
Graham,
Thank you for your code. I have made a test. I got the volume of day
bar instead of intraday bar. Could you tell me how I can get Max.
volume during the intraday?
Thanks,
Mass
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> 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@xxxx> 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@xxxx> 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 --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/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/
|