StockFetcher Forums · Filter Exchange · CLOSE BREAKING SUPPORT<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #56658
Ignore TheRumpledOne
modified
11/10/2007 10:42:40 AM

*** TESTING

Fetcher[
/* BREAKING SUPPORT */

Set{ SUP5, support(5,1) }
Set{ SUP13, support(13,5) }
Set{ SUP26, support(26,10) }
Set{ SUP50, support(50,10) }
Set{ SUP200, support(200,10) }

set{A0, count(close below SUP5 1 day ago , 1)}
set{A1, count(close below SUP13 1 day ago , 1)}
set{A2, count(close below SUP26 1 day ago , 1)}
set{A3, count(close below SUP50 1 day ago , 1)}
set{A4, count(close below SUP200 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 SUP5 1 day ago
and add column SUP13 1 day ago
and add column SUP26 1 day ago
and add column SUP50 1 day ago
and add column SUP200 1 day ago

sort column 5 descending

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



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