StockFetcher Forums · Filter Exchange · Former RSI(2) < 1 Stocks that had a Doji in last 0 - 3 days<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #35980
Ignore TheRumpledOne
5/12/2005 9:37:27 PM

When Muddy posts a stock in the BNG chat, I usually look at it on
the www.prophet.net 3mon/d chart.

Today, I saw a pattern... the stocks were former RSI(2) < 1 stocks
that had a DOJI in the chart BEFORE THE POP!

Also, since I have been studying momentum, I created the filter
below to show the stocks momentum.

This filter scans for former rsi(2) < 1 stocks that had a doji in
the last 0 - 3 days.

It has 3 momentum display columns.

MoMoX: number of days since the momentum(25) line crossed above (+)
or below (-) the Momentum average line.

MoMoZ: number of days since the momentum(25) line crossed above (+)
or below (-) the Momentum Zero line.

MoMoT: number of days since the momentum(25) line has been
increasing (+) or decreasing (-). The momentum trend!

Fetcher[
/* Momentum Days since last CrossOver */

set{MoMoX, days(momentum(25) above cma(momentum(25),20), 100) - days(momentum(25) BELOW cma(momentum(25),20), 100)}


/* Momentum Days since CrossOver of Zero line */

set{MoMoZ, days(momentum(25) below 0, 100) - days(momentum(25) above 0,100)}

/* Momentum Trend */

set{MoMoD1, momentum(25) 1 day ago}
set{MoMoT, days(momentum(25) below MoMoD1, 100) - days(momentum(25) above MoMoD1, 100)}


set{dojix, close - open}
set{doji,days(dojix equal 0,100)}

and add column MoMoX
and add column MoMoZ
and add column MoMoT

add column doji

set{R2a, days(rsi(2) is below 1,30)}

and add column momentum(25)


R2a above 0

doji above -1
doji below 4

close below ema(5)
close below 1

sort column 4 descending
]



MAY ALL YOUR FILLS BE COMPLETE.




knowsenough
54 posts
msg #35990
Ignore knowsenough
5/13/2005 10:44:22 AM

Thanks Rump...
Hadn't played around with patterns in quite a while so your post got the wheels turning, and I remember messing around with the draw your own which I may try again this weekend. With pattern matching using three down, I was able to add MPWR & PDII to yesterday's new filter, that I re-ran last night, that returned GSOL, SHOE, FOB, ARDI, ENC. Gonna see how these new one's perform. Backtest showed a 69% completion so it looks favorable. Later.


TheRumpledOne
6,407 posts
msg #35998
Ignore TheRumpledOne
5/13/2005 11:12:50 PM

Whoops!

Bug in filter above (MoMoX).

Here's the corrected filter.

Fetcher[
/* Momentum Days since last CrossOver */

set{MoMoX, days(momentum(25) below cma(momentum(25),20), 100) - days(momentum(25) above cma(momentum(25),20), 100)}


/* Momentum Days since CrossOver of Zero line */

set{MoMoZ, days(momentum(25) below 0, 100) - days(momentum(25) above 0,100)}

/* Momentum Trend */

set{MoMoD1, momentum(25) 1 day ago}
set{MoMoT, days(momentum(25) below MoMoD1, 100) - days(momentum(25) above MoMoD1, 100)}


set{dojix, close - open}
set{doji,days(dojix equal 0,100)}

and add column MoMoX
and add column MoMoZ
and add column MoMoT

add column doji

set{R2a, days(rsi(2) is below 1,30)}

and add column momentum(25)


R2a above 0

doji above -1
doji below 4

close below ema(5)
close below 1

sort column 4 descending
]




MAY ALL YOUR FILLS BE COMPLETE.






StockFetcher Forums · Filter Exchange · Former RSI(2) < 1 Stocks that had a Doji in last 0 - 3 days<< >>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.