StockFetcher Forums · Filter Exchange · Filter based on price and volume<< 1 2 3 >>Post Follow-up
jrbikes
624 posts
msg #52956
Ignore jrbikes
7/10/2007 6:55:55 PM

that is a cool filter, it gives the same type of resutlts as the EMA(18) filter, I just couldnt figure out the percent above, Im kinda a toggly switch kind of guy, I notice it shows the 9,18,27 MA,s in a equidistant set up, that is the same thing I talked about in my post that no one answered, I guess Im alone on these penny stocks, the set up is the same, only when RSI(14) hits 80, you better sell, they drop 3 times as fast as they go up, no need to buy a filter, just use this one and you can do it for free! come on guys, some one get with me on these pennies! its good for practice? (the MA set up is on Bigcharts, in the SMA setting on basic charts, I just like it better! Im going to look at TRDY, bye!

SAFeTRADE
630 posts
msg #52959
Ignore SAFeTRADE
7/10/2007 7:57:51 PM

The percent thing is where the close is 20% above the MA(50). In other words
%^ma50 equals close crossed above ma(50) * 1.20. Price takes off when those combinations are met.

Fetcher[set{55high, count(high reached a new 55 day high in the last 1 day,1)}
set{55lhigh, count(high reached a new 55 day high in the last 1 day,55)}
set{55mhigh, count(high reached a new 55 day high in the last 1 day,5)}
set{13low, count(close reached a new 13 day low in the last 1 day,1)}
set{turnvol30, obv(30) / 1000000}
set{turn30, turnvol30 / shares outstanding}
set{turnval, indposition(turn30, 60) * 100}

high reached a new 55 day high in the last 1 day
close > 15
volume > 450000
shares outstanding < 100
turnval > 98


set{rss, close / close 120 days ago}
set{spxc,ind(spy,close)}
set{spx120,ind(spy,close 120 days ago)}
set{rsb, spxc / spx120}

set{rs1, rss / rsb}
set{rs, indposition(rs1, 60) * 100}
set{68, 68}

draw weekly rsi(2) on plot turnval
draw rsi(14) on plot turnval
draw 68 on plot turnval
draw aroon oscillator(25) line at 50
SET{50change, close / ma(50)}
set{ma50%, 50change - 1.}
draw 50change line at 1.20
set{50^120%, ma(50) * 1.20}

draw 50^120% on plot price
draw ma(50)
add column separator
add column 55lhigh{55/55}
add column 55mhigh{55/5}
add column separator
add column turn30{%turn}
add column turnvol30{obv30}
add column shares outstanding{shout}
add column separator
add column turnval
add column rs
add column ma50%{%^50}
add column separator
add column aroon oscillator(25){aroon}
add column rsi(14){rsi14}
add column weekly rsi(2){rsi2}

draw 13low on plot 55high

/* Life Expectancy Check */

set{lifespan, high 55 day high + low 13 day low}
set{Midlife, lifespan / 2}
set{cls, close}
]



Tweaked it some more consolidating the screens.



StockFetcher Forums · Filter Exchange · Filter based on price and volume<< 1 2 3 >>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.