StockFetcher Forums · Filter Exchange · TREND ANALYSIS<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #56618
Ignore TheRumpledOne
modified
11/9/2007 12:19:13 PM

*** W O R K - I N - P R O G R E S S ***


Fetcher[
/* TREND ANALYSIS */

market is nasdaq 100

set{ xrange, high - low }
set{ xmid, xrange * .50 }

set{ closeapm, count( close above xmid 1 day ago , 1 ) * 10 }
set{ closeam, count( close above xmid , 1 ) * 10 }
set{ closea20m , count( close above ma(20) , 1 ) * 20 }
set{ high3d, count( high equal high 3 day high, 1) * 15 }
set{ high3w, count( high equal high 3 week high, 1) * 25 }
set{high3m , count( high equal high 3 month high, 1) * 30 }


set{ closebpm, count( close below xmid 1 day ago , 1 ) * -10 }
set{ closebm, count( close below xmid , 1 ) * -10 }
set{ closeb20m , count( close below ma(20) , 1 ) * -20 }
set{ low3d , count( low equal low 3 day low , 1 ) * -15 }
set{ low3w , count( low equal low 3 week low , 1 ) * -25 }
set{ low3m , count( low equal low 3 month low , 1 ) * -25 }



set{ UP1, high3w + high3m }
set{ UP2, UP1 + high3d }
set{ UP3, UP2 + closea20m }
set{ UP4, UP3 + closeam }
set{ UP, UP4 + closeapm }


set{ DOWN1, closeb20m + low3d }
set{ DOWN2, DOWN1+ low3w }
set{ DOWN3, DOWN2+ low3m }
set{ DOWN4, DOWN3+ closebm }
set{ DOWN, DOWN4+ closebpm }

set{ TREND, UP + DOWN }

add column TREND
add column UP
add column DOWN

sort column 5 descending

]




*** W O R K I N P R O G R E S S ***

quotes.ino.com sends out a free trend analysis each day.

Working on duplicating it. Just for the fun of it.




StockFetcher Forums · Filter Exchange · TREND ANALYSIS<< >>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.