PureBytes Links
Trading Reference Links
|
Sum(Volume, 10) / 10;
D
> How about
>
> MA(Volume, 10);
>
> or
>
> Sum(Volume, 10) / 10);
>
> Dave
>
> > the only thing i can think of since i dont see a specific function
> > would be the crude ref(volumn,10) + ref(volumn,9 ... etc) / 10
> > or make a do while loop and go from there - but is there a function?
> > or better way - i mean if you want average volumn over a 90 bar
> > period thats gonna hurt - speed wise - then it might hurt either way
> > --- In amibroker@xxxxxxxxxxxxxxx, "emptyhead_77" <gms_clan@xxxx>
> > wrote:
> > > how do you get the average volumn for last x bars
> > > tks if you can help
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
<<attachment: winmail.dat>>
|