StockFetcher Forums · Filter Exchange · CLOSE BREAKING RESISTANCE<< >>Post Follow-up
TheRumpledOne
6,410 posts
msg #56659
Ignore TheRumpledOne
modified
11/10/2007 10:58:52 AM

*** TESTING

Fetcher[
/* BREAKING RESISTANCE*/

Set{ RES5, resistance(5,1) }
Set{ RES13, resistance(13,5) }
Set{ RES26, resistance(26,10) }
Set{ RES50, resistance(50,10) }
Set{ RES200, resistance(200,10) }

set{A0, count(close above RES5 1 day ago , 1)}
set{A1, count(close above RES13 1 day ago , 1)}
set{A2, count(close above RES26 1 day ago , 1)}
set{A3, count(close above RES50 1 day ago , 1)}
set{A4, count(close above RES200 1 day ago , 1)}

set{rr1,5 * a0}
set{rr2,8 * a1} /* 8 = 13 - 5 */
set{rr3,13 * a2} /* 13 = 26 - 13 */
set{rr4,24 * a3} /* 24 = 50 - 26 */
set{rr5,150 * a4} /* 150 = 200 - 50 */
set{rra,rr1 + rr2}
set{rrb,rra + rr3}
set{rrc,rrb + rr4}
set{rr,rrc + rr5}

rr above 0

average volume(5) above 1000000

and add column rr

and add column RES5 1 day ago
and add column RES13 1 day ago
and add column RES26 1 day ago
and add column RES50 1 day ago
and add column RES200 1 day ago

sort column 5 descending

draw resistance(5,1)
draw resistance(13,5)
draw resistance(26,10)
draw resistance(50,10)
draw resistance(200,10)
]



StockFetcher Forums · Filter Exchange · CLOSE BREAKING RESISTANCE<< >>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.