PureBytes Links
Trading Reference Links
|
Thanks for the tips. I have read the Users Guide twice and have
searched it for specifics often. The ROC() is a useful funtion, but
right now will not be of much use. My problem biggest problem has
been my inability to compare one ticker to another, or more
specifically one ticker's volume to the volume of all other tickers
in a market. This seems to be the essential aspect to creating a
ranking of stocks, as per volume, change in price, ROC(), or
whatever. There doesn't seem to be a function like say RANK(), the
parameters of which might be: "Ticker for
comparison," "Group/Market/Watchlist for comparing," "Array to
compare"
There, of course, could be many variations on a function such as this
and I haven't thought them through - but it would be useful.
It would allow for the creation of Composite Tickers based on such
popular measures as Most Active per Volume, per percentage change,
per percentage increase in volume, etc.
Thankyou for your time,
-Rich
--- In amibroker@xxxxxxxxxxxxxxx, Udo.Harke@xxxx wrote:
> Rich,
>
> maybe you should devise a selection of those particular stocks
based on the AFL library function ROC() by comparing today's progress
( > 0) versus the preceding day's change of price (> 0 too) expressed
as percentage?
>
> Some information about this function is also contained in the
User's Guide which is a companion product issued with AmiBroker!
>
> Best regards,
>
> Udo
>
> -----Ursprüngliche Nachricht-----
> Von: rlb21079
> An: amibroker@xxxxxxxxxxxxxxx
> Gesendet: Sonntag, den 25. Mai 2003 22:58 Uhr
> Betreff: [amibroker] Re: Bugged out (1)
>
>
> I'm very sorry to all reading my previous posts. Esp. Tomasz. I
> wanted to create a composite ticker holding each day a single
value
> comprised of the sum of the direction of change for the 15 most
> active stocks of that given day. If the 15 most actively traded
> stocks were all positive, then value would be +15, if all but one
> then value would be +13...etc. I inteded the requirement of the
> rangefrom and rangeto dates to be the same b/c I figured I needed
to
> run the explore once for every day I wanted to calculate the
number.
> The code wasn't done, this was just the first couple steps to
isolate
> the 15 most actives, but I really can't figure any other way.
I'll
> get more practice with something easier and hopefully be able to
do
> this later.
> All the best,
> Rich
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> 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 ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/CNxFAA/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/
|