StockFetcher Forums · Filter Exchange · Searching?<< >>Post Follow-up
rrochon
117 posts
msg #44540
Ignore rrochon
6/2/2006 5:08:26 PM

When I do a search for a topic or a member's posts they come all mixed up chronologically. Is there any way to sort the finds by date like they use to come? I do not see any improvement in this new way of sorting. Why did they improve a good thing???

I am searching for MP's original RSIWRL formula and I get a bazillion formulas by TheRumpledon and improvements. Since I can't sort by date I have no way of knowing whether he has a more current improvement.

Also I am searching for A/D, so I can add it to my RSIWRL scan in SF, but I guess it has not been invented. I have it on my Prophetnet, charts, but often it is high when the rest of the indicators are at the bottom.

Dick


BFreshour
139 posts
msg #44541
Ignore BFreshour
6/2/2006 5:29:51 PM

'accumulation distribution' is what its called on SF unless I'm misunderstanding what you want.


glm47
51 posts
msg #44558
Ignore glm47
6/2/2006 10:09:22 PM

Its the ADX indicator.


TheRumpledOne
6,407 posts
msg #44573
Ignore TheRumpledOne
6/3/2006 6:22:23 PM

This is what you're looking for

Fetcher[
/* WARM FILTER FOR MP RSIWLR PROPHET DISPLAY ACCUMULATION DISTRIBUTION LOW */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) }

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) }

/* CALCULATE 10/60/200 day trend */
set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{u1, T200 * 1}
Set{u2, T60 * 10}
Set{u3, T10 * 100}

Set{uu, u1 + u2}
Set{TREND, uu + u3}

/* CALCULATE DAILY AND WEEKLY BOTTOM TAIL SIZE */
set{BTSize, close - low}
set{WBTSize, weekly close - weekly low}

add column wrval
add column adval
add column rsval
add column moval

add column trend

add column wbtsize
add column btsize

/* SELECT STOCKS WITH WARM NEAR 60 DAY BOTTOM */

wrval below .20
adval below .01
rsval below 20
moval below .01


/* PRICE/VOLUME SELECTION CRITERIA */
price above .001
average volume(10) above 200000

sort column 6 ascending
]



MAY ALL YOUR FILLS BE COMPLETE.


StockFetcher Forums · Filter Exchange · Searching?<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.