StockFetcher Forums · Filter Exchange · TheRumpledOne I need your Help<< >>Post Follow-up
David G
1 posts
msg #37679
Ignore David G
8/27/2005 3:33:23 PM

I've been trying to get this filter to work for weeks now. let me know how many seconds it takes you to fix it. The results I get are not very accurate.

Thank you



Show stocks where MA(9) is approaching
MA(33) from below
and Average Volume(90) is above 550000
and close is between .50 and 25.00
and nasdaq
and Chaikins Money Flow(30) is above 0.01


TheRumpledOne
6,407 posts
msg #37680
Ignore TheRumpledOne
8/27/2005 6:26:13 PM

Fetcher[
Show stocks where MA(9) is approaching MA(33) from below
and Average Volume(90) is above 550000
and close is between .50 and 25.00
and MARKET IS nasdaq
and Chaikins Money Flow(30) is above 0.01

]



Took about 15 seconds to make it "work".

You owe me $150,000.00

MAY ALL YOUR FILLS BE COMPLETE.


TheRumpledOne
6,407 posts
msg #37681
Ignore TheRumpledOne
8/27/2005 6:32:45 PM

Fetcher[
set{MADIFF, MA(33) - MA(9)}

set{E933b,days(ema(9) is above ema(33),100)}
set{E933a,days(ema(9) is below ema(33),100)}
set{E9xE33, E933a - E933b}

Show stocks where MA(9) is approaching MA(33) from below
and Average Volume(90) is above 550000
and close is between .50 and 25.00
and MARKET IS nasdaq
and Chaikins Money Flow(30) is above 0.01

add column MADIFF

add column MA(33)
add column MA(9)
add column E9xE33
add column industry
add column Chaikins Money Flow(30)

sort column 5 ascending

]



Added a few displays, no extra charge! LOL

MAY ALL YOUR FILLS BE COMPLETE.




TheRumpledOne
6,407 posts
msg #37682
Ignore TheRumpledOne
8/27/2005 6:40:24 PM

Fetcher[
/* 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) }
set{MADIFF, MA(33) - MA(9)}

set{E933b,days(ema(9) is above ema(33),100)}
set{E933a,days(ema(9) is below ema(33),100)}
set{E9xE33, E933a - E933b}
/* 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}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}


Show stocks where MA(9) is approaching MA(33) from below
and Average Volume(90) is above 550000
and close is between .50 and 25.00
and MARKET IS nasdaq
and Chaikins Money Flow(30) is above 0.01

add column MADIFF

add column MA(33)
add column MA(9)
add column E9xE33
add column industry
add column Chaikins Money Flow(30)
add column wrval
add column adval
add column rsval
add column moval

add column trend

and add column CxC {CxC_}
and add column VolCnt
and add column Vdbl
and add column volpct


add column rsi(2)
add column weekly rsi(2)

sort column 5 ascending

]



I wanted to see how "WARM" these stocks are and I threw in the "kitchen sink".

MAY ALL YOUR FILLS BE COMPLETE


nikoschopen
2,824 posts
msg #37889
Ignore nikoschopen
9/9/2005 4:39:03 AM

The "accumulation distribution" of this one eludes me:

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

It doesn't look to be one of the given indicators and I wasn't able to find any info on it. What exactly is it?


TheRumpledOne
6,407 posts
msg #37891
Ignore TheRumpledOne
9/9/2005 9:08:44 AM

Did you do a search on this forum? LOL!

Read this thread:

/* MPs RSIWRL DISPLAY */

You'll learn plenty about A/D there.

MAY ALL YOUR FILLS BE COMPLETE.


nikoschopen
2,824 posts
msg #37897
Ignore nikoschopen
9/9/2005 4:36:43 PM

Rump,

My question wasn't about what the definition of A/D is. I wanted to know whether SF supports that expression as one of their indicators, which I didn't find in their indicator section. So what you wrote in your filter, "INDPOSITION(accumulation distribution...)", is it recognized by SF? Hope that clarifies it a bit


StockFetcher Forums · Filter Exchange · TheRumpledOne I need your Help<< >>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.