This is read-only version of AFL library entry. Ability to add user formulas
and comment is only available from members-only area.
Details:
Formula name:
Ranking and sorting stocks
Author/Uploader:
Herman van en Bergen - (email hidden)
Date/Time added:
2005-03-01 06:33:36
Origin:
Keywords:
Ranking Scoring Sorting
Level:
semi-advanced
Flags:
function
DISCLAIMER: Most formulas present in AFL on-line library are submitted
by the users and are provided here on an "as is" and "as available" basis.
AmiBroker.com
makes no representations or warranties of any kind to the contents or the operation
of material presented here. We do not maintain nor provide technical support
for 3rd party formulas. Description:
A function to rank stocks according to your scoring formula. The top-tickers can be listed on a chart for demo or the tickers/scores strings can be read by your code for other use. Slow on large watchlists!
Marc Poussard marcmeg [at] europe.com 2005-03-01 11:03:39
I am new to Amibroker and am trying to figure out where I would insert this formular into. I tried opening an edit formula window for an indicator but nothing happened. Would you mind walking me through some of the basics involved. Thanks
dave david346 [at] yahoo.com 2005-03-06 18:19:54
hi,get a error message,
line 120 column 21
error # 7,
sub ,out of range.
can you
HELP me
thanks dave
Dennis
2005-09-16 02:25:21
It is great to see all the possibilities but could someone please make a simpler example?
Something like:
Find 10 stocks with highest closing price & add to watchlist #10.
Ralph
2006-11-29 02:37:53
You might like Tickerank.com too.
jim wiehe
2007-06-23 11:10:07
Multiple variables used without being initialized appears 7 times.
Budy
2007-12-07 17:02:16
Did anyone managed to run this code?
KH Tang
2008-01-13 21:36:29
This is possibly one of the Most Useful Tool that it can be found here...!!!
There is no error and can be use immediately.
As the Note in the GetScore Function hints that the return C is just for Easy Verification.
User would need to choose to change it back to RSI() or anything he like;
I would suggest to modify it to RSI()*ADX(), which will differentiate which stock has a strong trend. THANKS to Herman for your generousity and great job! Yes. There is MONEY inside!!!
KH Tang
2008-01-13 21:48:14
Oh! Sorry...
I means IFT_RSI*ADX() [not RSI()*ADX()]