StockFetcher Forums · Filter Exchange · Trend following Swing Filter<< >>Post Follow-up
tinegaph
2 posts
msg #39709
Ignore tinegaph
12/21/2005 3:20:20 AM

This is just a simple filter showing stocks that are in a confirmed uptrend.
Enter on first green after a minor pullback and exit on push to new highs. Previous day's low can be used as a stop. Picking a stock from the current strong sector is a plus.

Fetcher["show stocks where 45 day slope of the close is above 0.15
and high reached a new 1 month high within the last 10 days
and EMA(10) crossed above EMA(20)within the last 2 months
and EMA(20) crossed above EMA(50)within the last 2 months
and EMA(50)crossed above EMA(200)within the last 2 months
and price has been increasing over the last 1 day
and average volume(30) is more than 500000
and close is above 1
sort column 3 descending
add column sector description
add column PE
offset date is 0"
]



Any suggestions to make it even more powerful welcome.


TheRumpledOne
6,407 posts
msg #39716
Ignore TheRumpledOne
12/21/2005 1:07:45 PM

Fetcher[
show stocks where 45 day slope of the close is above 0.15
and high reached a new 1 month high within the last 10 days
and EMA(10) crossed above EMA(20)within the last 2 months
and EMA(20) crossed above EMA(50)within the last 2 months
and EMA(50)crossed above EMA(200)within the last 2 months
and price has been increasing over the last 1 day
and average volume(30) is more than 500000
and close is above 1
sort column 3 descending
add column sector description
add column PE

/* Multiple ZOOM LENS */

/* NORMALIZE momentum(12) */

set{moval22, INDPOSITION(momentum(12), 22) * 100}
set{moval60, INDPOSITION(momentum(12), 60) * 100}
set{movalwk, INDPOSITION(weekly momentum(12), 26) * 100}


/* NORMALIZE williams %r(10) */

set{wrval22, INDPOSITION(williams %r(10), 22) }
set{wrval60, INDPOSITION(williams %r(10), 60) }
set{wrvalwk, INDPOSITION(weekly williams %r(10), 26)}


/* PLOT CRITERIA */

draw moval22
draw moval60 on plot moval22
draw movalwk on plot moval22

draw wrval22
draw wrval60 on plot wrval22
draw wrvalwk on plot wrval22

add column moval22
add column moval60
add column movalwk

add column wrval22
add column wrval60
add column wrvalwk

add column industry


/* MP RSIWLR ANALYZER DISPLAY */
/* NORMALIZE accumulation distribution */

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

/* NORMALIZE momentum(12) */

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

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

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


/* DRAW THE MP RSIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval

/* END MPs RSIWRL DISPLAY CODE */


]



Just added the ZOOM LENS.

MAY ALL YOUR FILLS BE COMPLETE.



StockFetcher Forums · Filter Exchange · Trend following Swing Filter<< >>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.