PureBytes Links
Trading Reference Links
|
Tony thanks!! I'm amazed at how powerful this software is.
Everyday I learn about a dozen new things. Lots of fun
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> Hello chairman,
>
> You have at your disposal, The most versatile and powerful
program on the
> market,
>
> You can test your own questions....
>
> load into AA window....select current stock, n last quotations ,
n=1..click
> explore...
> your question is answered in a matter of .00000000001 seconds.
>
> x=MA(V,30);
> y=Sum(V,30)/30;
> Filter=1;
> AddColumn(x,"x",1);
> AddColumn(y,"Y",1);
> Anthony
>
> -------Original Message-------
>
> From: amibroker@xxxxxxxxxxxxxxx
> Date: Sunday, March 16, 2003 10:34:44
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Criteria question
>
> I'm writing a scan in which one of the criteria is average volume
> over a certain period, say 30 days, is greater than 350K shares.
> Would a scan using a 30 day moving average over 350K be the same
as
> finding the actual average volume of those 30 days? seems like a
> dumb question as I'm typing, but I'd like to know for future
> reference especially when applied to other search criteria.
> Besides, is there a function that measures the average whatever
over
> a certain time period?
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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 the Yahoo! Terms of
Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Your own Online Store Selling our Overstock.
http://us.click.yahoo.com/rZll0B/4ftFAA/46VHAA/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/
|