StockFetcher Forums · Filter Exchange · Touching Resistance<< 1 2 >>Post Follow-up
kasheehan
8 posts
msg #48415
Ignore kasheehan
12/6/2006 12:32:25 PM

Thanks traderblues. That filter is definitely along the lines of what I was trying to accomplish!

Thanks also to TRO for taking the time to try to answer my request despite my poor attempts at explaining exactly what I meant by horizontal resistance.




gchen
11 posts
msg #48455
Ignore gchen
12/8/2006 7:00:35 AM

Traderblues,

Nice filter. Could you also enlighten me how to code a similar filter to search for stocks that have touched support at least 2 or 3 times within the last 30 days. Thank you


TheRumpledOne
6,407 posts
msg #48460
Ignore TheRumpledOne
modified
12/8/2006 10:39:36 AM

Fetcher[

set{old100high,close 100 day high}
set{dayshi, days( high above close 100 day high, 100 ) }

set{old100LOW,close 100 day LOW}
set{dayslo, days( low below close 100 day low, 100 ) }


set{f14, fast stochastic fast %k(14)}
set{f141, fast stochastic fast %k(14) 1 day ago }

set{f14b,days(f14 is above f141, 100)}
set{f14a,days(f14 is below f141, 100)}
set{f14xf14, f14a - f14b}



draw old100HIGH on plot close
draw old100LOW on plot close
draw fast stochastic fast %k(14)}

do not draw close 20 week low

count(close reached a new 100 day LOW,59) is below 1

and count(LOW is BELOW old100LOW,59) is above 2
and count(LOW is BELOW old100LOW,10) is above 0

add column old100HIGH
add column old100LOW
add column dayshi
add column dayslo

add column separator
add column f14xf14
add column fast stochastic fast %k(14)

sort column 8 ascending
]



Maybe that'll work?

I display and plot the old 100 day high/low.

The dayshi/dayslo columns tell you how many days since the price exceeded the close 100 day high/low. This may work well INTRADAY!!

I also added MUDDY's FAST Stochastic Columns.



HTH.














gchen
11 posts
msg #48509
Ignore gchen
12/10/2006 8:18:16 AM

It looks good. Thank you TRO.


StockFetcher Forums · Filter Exchange · Touching Resistance<< 1 2 >>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.