StockFetcher Forums · Filter Exchange · Ideas?<< >>Post Follow-up
AfricaFund
18 posts
msg #41668
Ignore AfricaFund
3/2/2006 2:46:14 AM

This is a filter I've been working on - largely a mod of both TRO and Rigg's filters - many thanks to both of you! Having a tough time getting some of the kinks worked out though. Weekly stochrsi(2) not being recognized and slope of DMA problems..... Any ideas??? Thanks! (this is a sell side, simply reverse criteria for buy side.)


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}

draw trend
draw rsi(2)
draw stochrsi(2,2)
draw weekly stochrsi(2,2)
draw DMA(28,-14)
draw weekly DMA(28,-14)

trend is above 50
weekly bollinger oscillator(20) is above 50
DMA(28,-14) is above weekly DMA(28,-14)
stochrsi(2,2) equals 1
rsi(2) is above 95
weekly stochrsi(2,2)} equals 1
set{slp,8 day slope of DMA(28,-14)}
slp is less than 0.025
slp is greater than -0.025


WALLSTREETGENIUS
983 posts
msg #41669
Ignore WALLSTREETGENIUS
3/2/2006 3:06:35 AM

I don't think you're quite there, but it's a nice start! Good luck....

Fetcher[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}

draw trend
draw rsi(2)
draw stochrsi(2,2)
draw weekly stochrsi(2,2)
draw DMA(28,-14)
draw weekly DMA(28,-14)

trend is above 50
weekly bollinger oscillator(20) is above 50
DMA(28,-14) is above weekly DMA(28,-14)
stochrsi(2,2) equals 1
rsi(2) is above 95
weekly stochrsi(2,2)} equals 1
set{slp,8 day slope of DMA(28,-14)}
slp is less than 0.025
slp is greater than -0.025
]




RIGGS.




StockFetcher Forums · Filter Exchange · Ideas?<< >>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.