|
Dear Don, I included an exponential moving average
of the ROC to identify trend changes. I agree with Randy’s post that
being able to rank all stocks against each other in a 1-99 ranking system would
be great. My sense is that it can be done but I’m not familiar enough
with AFL to do it. Regards, Fred //IBD Weighted ROC //Ideally would like to compare an ROC of a stock vs all other
stocks and rank them 1-99. Per = Param("Per",63,5,250,1); IBDroc = ((C-Ref(C,-63)/Ref(C,-63))*0.4 + (C-Ref(C,-126)/Ref(C,-126))*0.2 + (C-Ref(C,-189)/Ref(C,-189))*0.2 + (C-Ref(C,-252)/Ref(C,-252))*0.2)*100; IBDrocMA = EMA(IBDroc,Per); Plot(IBDroc,"IBD Weighted ROC",colorBlue,styleLine); Plot(IBDrocMA,"EMA of IBDroc",colorBlue,styleDashed); From: On
9/6/06, Don Lindberg <[EMAIL PROTECTED] Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- Re: [amibroker] IBD Relative Strength Joe Landry
- Re: [amibroker] IBD Relative Strength Don Lindberg
- Re: [amibroker] IBD Relative Strength Don Lindberg
- Re: [amibroker] IBD Relative Strength Don Lindberg
- Re: [amibroker] IBD Relative Strength Randy Harmelink
- RE: [amibroker] IBD Relative Strength Fred S. Esch
- RE: [amibroker] IBD Relative Strength Don Lindberg
- Re: [amibroker] IBD Relative Strength Don Lindberg
- Re: RE: [amibroker] IBD Relative Strength allansn
- Re: [amibroker] IBD Relative Strength Yuki Taga
- Re: [amibroker] IBD Relative Strength Randy Harmelink
- Re: [amibroker] IBD Relative Strengt... Graham
- RE: [amibroker] IBD Relative Str... Fred S. Esch
- Re: [amibroker] IBD Relative... Tomasz Janeczko
- Re: [amibroker] IBD Relative... Yuki Taga
