<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2477855436541845048</id><updated>2012-02-16T13:25:27.947-06:00</updated><category term='hot list'/><category term='pre hit'/><category term='stockfetcher'/><category term='trades'/><category term='fall forest fall'/><title type='text'>stock rememberance page</title><subtitle type='html'>momentum trading on the stock market</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rememberallofthis.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://rememberallofthis.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Chas</name><uri>http://www.blogger.com/profile/12364392793451344735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2477855436541845048.post-3602853947793437525</id><published>2009-01-19T22:21:00.004-06:00</published><updated>2009-01-19T22:27:57.332-06:00</updated><title type='text'>watch list for tuesday, jan 19</title><content type='html'>Futures are down quite a bit this evening - here's a few stocks to watch for shorts that are up more than 50% in the past 2 weeks.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ANSV UEC MMAB SSLR MPG GTCB HYBR FIG&lt;/span&gt;&lt;span&gt;(hopefully IB found borrows)&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; PGOG CIDM MEG TARG NFLD NAVI VRNM&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;VRNM one i know from past is junker&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477855436541845048-3602853947793437525?l=rememberallofthis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rememberallofthis.blogspot.com/feeds/3602853947793437525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2477855436541845048&amp;postID=3602853947793437525' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/3602853947793437525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/3602853947793437525'/><link rel='alternate' type='text/html' href='http://rememberallofthis.blogspot.com/2009/01/watch-list-for-tuesday-jan-19.html' title='watch list for tuesday, jan 19'/><author><name>Chas</name><uri>http://www.blogger.com/profile/12364392793451344735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2477855436541845048.post-5681585204593341114</id><published>2009-01-19T14:41:00.009-06:00</published><updated>2009-01-19T16:01:08.036-06:00</updated><title type='text'>Rangeability</title><content type='html'>As promised, I am posting the combination of Run Forest Run + &lt;a href="http://rememberallofthis.blogspot.com/2009/01/fall-forest-fall.html"&gt;Fall Forest Fall&lt;/a&gt; scans. I have named this the "Rangeability" scan because that is what I think of it as. It shows how many times a stock has run up OR down in the last 100 days! For those of you looking for volatility, you have found it. This also has the line "and D1020 &gt; 9" that removes stocks that have run 10% less than 10 times in the past 100 days.&lt;br /&gt;&lt;br /&gt;For those of you that don't know, this scan can be run using the &lt;a href="http://www.stockfetcher.com/"&gt;stockfetcher&lt;/a&gt; website.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/*Rangeability*/&lt;br /&gt;&lt;br /&gt;close is between 1 and 15&lt;br /&gt;average volume(90) above 50000&lt;br /&gt;&lt;br /&gt;set{volcnt, count(volume above 50000, 100) }&lt;br /&gt;set{volzero, count(volume equal 0, 100) }&lt;br /&gt;&lt;br /&gt;set{x2, open - low}&lt;br /&gt;set{Short_Profit, x2/open }&lt;br /&gt;set{x1, high - open}&lt;br /&gt;set{Long_Profit, x1/open }&lt;br /&gt;&lt;br /&gt;set{C1A, count(Long_Profit &gt; .04 , 100)}&lt;br /&gt;set{C2A, count(Long_Profit &gt; .09, 100)}&lt;br /&gt;set{C1B, count(Short_Profit &gt; .04 , 100)}&lt;br /&gt;set{C2B, count(Short_Profit &gt; .09, 100)}&lt;br /&gt;set{C0010A, C1A + C1B}&lt;br /&gt;set{C0010B, C2A + C2B}&lt;br /&gt;set{C0010, C0010A - C0010B}&lt;br /&gt;&lt;br /&gt;set{D1A, count(Long_Profit &gt; .09 , 100)}&lt;br /&gt;set{D2A, count(Long_Profit &gt; .19, 100)}&lt;br /&gt;set{D1B, count(Short_Profit &gt; .09 , 100)}&lt;br /&gt;set{D2B, count(Short_Profit &gt; .19, 100)}&lt;br /&gt;set{D1020A, D1A + D1B}&lt;br /&gt;set{D1020B, D2A + D2B}&lt;br /&gt;set{D1020, D1020A - D1020B}&lt;br /&gt;&lt;br /&gt;set{E1A, count(Long_Profit &gt; .19 , 100)}&lt;br /&gt;set{E2A, count(Long_Profit &gt; .29, 100)}&lt;br /&gt;set{E1B, count(Short_Profit &gt; .19 , 100)}&lt;br /&gt;set{E2B, count(Short_Profit &gt; .29, 100)}&lt;br /&gt;set{E2030A, E1A + E1B}&lt;br /&gt;set{E2030B,  E2A + E2B}&lt;br /&gt;set{E2030, E2030A - E2030B}&lt;br /&gt;&lt;br /&gt;set{F1A, count(Long_Profit &gt; .29 , 100)}&lt;br /&gt;set{F2A, count(Long_Profit &gt; .39, 100)}&lt;br /&gt;set{F1B, count(Short_Profit &gt; .29 , 100)}&lt;br /&gt;set{F2B, count(Short_Profit &gt; .39, 100)}&lt;br /&gt;set{F3040A, F1A + F1B}&lt;br /&gt;set{F3040B, F2A + F2B}&lt;br /&gt;set{F3040, F3040A - F3040B}&lt;br /&gt;&lt;br /&gt;set{G1A, count(Long_Profit &gt; .39 , 100)}&lt;br /&gt;set{G2A, count(Long_Profit &gt; .49, 100)}&lt;br /&gt;set{G1B, count(Short_Profit &gt; .39 , 100)}&lt;br /&gt;set{G2B, count(Short_Profit &gt; .49, 100)}&lt;br /&gt;set{G4050A, G1A + G1B}&lt;br /&gt;set{G4050B, G2A + G2B}&lt;br /&gt;set{G4050, G4050A - G4050B}&lt;br /&gt;&lt;br /&gt;set{H1A, count(Long_Profit &gt; .49 , 100)}&lt;br /&gt;set{H2A, count(Long_Profit &gt; .99, 100)}&lt;br /&gt;set{H1B, count(Short_Profit &gt; .49 , 100)}&lt;br /&gt;set{H2B, count(Short_Profit &gt; .99, 100)}&lt;br /&gt;set{H50100A, H1A + H1B}&lt;br /&gt;set{H50100B, H2A + H2B}&lt;br /&gt;set{H50100, H50100A - H50100B}&lt;br /&gt;&lt;br /&gt;set{I1A, count(Short_Profit &gt; .99 , 100)}&lt;br /&gt;set{I1B, count(Long_Profit &gt; .99 , 100)}&lt;br /&gt;set{I100, I1A + I1B}&lt;br /&gt;and D1020 &gt; 9&lt;br /&gt;and add column Short_Profit {ProfitPct}&lt;br /&gt;&lt;br /&gt;and add column C0010 {4_9}&lt;br /&gt;and add column D1020 {10_19}&lt;br /&gt;and add column E2030 {20_29}&lt;br /&gt;and add column F3040 {30_39}&lt;br /&gt;and add column G4050 {40_49}&lt;br /&gt;and add column H50100 {50_99}&lt;br /&gt;and add column I100 {100}&lt;br /&gt;&lt;br /&gt;and add column volcnt&lt;br /&gt;and add column volzero&lt;br /&gt;add column average day range(30)&lt;br /&gt;sort column 7 descending&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;If you don't know how this is supposed to work it may help to read my &lt;a href="http://rememberallofthis.blogspot.com/2009/01/fall-forest-fall.html"&gt;Fall Forest Fall&lt;/a&gt; post as well as 13th_floor's &lt;a href="http://greenonthescreen.blogspot.com/2008/06/im-gonna-try.html"&gt;i'm gonna try&lt;/a&gt; post on GOTS blog.&lt;br /&gt;&lt;br /&gt;An example of a strategy that could be used with this scan:&lt;br /&gt;1. Take the stocks that have 10% or more runs more than 60 of the last 100 days with volume (thats like 25-30 stocks).&lt;br /&gt;2. Wait for the stock to be 2% green or 2% red.&lt;br /&gt;3. Buy if 2% green, sell if 2% red.&lt;br /&gt;4. Based on recent history, 60% of the time you should get an additional 8% gain. Sometimes it won't work of course, but if you keep your stops at 3% or so you should have a very good risk/reward ratio.&lt;br /&gt;&lt;br /&gt;Feel free to ask any questions or leave comments and I will try to get back to you&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477855436541845048-5681585204593341114?l=rememberallofthis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rememberallofthis.blogspot.com/feeds/5681585204593341114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2477855436541845048&amp;postID=5681585204593341114' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/5681585204593341114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/5681585204593341114'/><link rel='alternate' type='text/html' href='http://rememberallofthis.blogspot.com/2009/01/rangeability.html' title='Rangeability'/><author><name>Chas</name><uri>http://www.blogger.com/profile/12364392793451344735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2477855436541845048.post-7880546627608073498</id><published>2009-01-13T01:25:00.007-06:00</published><updated>2009-01-13T02:40:21.421-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fall forest fall'/><title type='text'>Fall Forest Fall in a down market</title><content type='html'>Yes it was a down market yesterday - an excellent time to short the list of &lt;a href="http://rememberallofthis.blogspot.com/2009/01/fall-forest-fall.html"&gt;Fall Forest Fall&lt;/a&gt; stocks!&lt;br /&gt;The watchlist I posted on Sunday:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xF6JwmU7RdU/SWxCQqxpYZI/AAAAAAAAACo/VbsA54lP55Y/s1600-h/Picture+12.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 340px; height: 345px;" src="http://2.bp.blogspot.com/_xF6JwmU7RdU/SWxCQqxpYZI/AAAAAAAAACo/VbsA54lP55Y/s400/Picture+12.png" alt="" id="BLOGGER_PHOTO_ID_5290676516381352338" border="0" /&gt;&lt;/a&gt;That's an average loss of 12%, with FIG falling an amazing 30.67%&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477855436541845048-7880546627608073498?l=rememberallofthis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rememberallofthis.blogspot.com/feeds/7880546627608073498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2477855436541845048&amp;postID=7880546627608073498' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/7880546627608073498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/7880546627608073498'/><link rel='alternate' type='text/html' href='http://rememberallofthis.blogspot.com/2009/01/fall-forest-fall-in-down-market.html' title='Fall Forest Fall in a down market'/><author><name>Chas</name><uri>http://www.blogger.com/profile/12364392793451344735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xF6JwmU7RdU/SWxCQqxpYZI/AAAAAAAAACo/VbsA54lP55Y/s72-c/Picture+12.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2477855436541845048.post-1331877130505611634</id><published>2009-01-13T00:35:00.008-06:00</published><updated>2009-01-13T02:55:38.035-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pre hit'/><category scheme='http://www.blogger.com/atom/ns#' term='trades'/><title type='text'>Pre Hit Trade Example</title><content type='html'>When I first started trading I had a hard time correlating what I was reading and learning with what I was seeing on charts. This is an attempt to show you what I saw as it was happening. The chart setup I use the most is 3 minute bars, so that is what I have illustrated this trade with.&lt;br /&gt;&lt;br /&gt;Muddy preaches about the &lt;a href="http://greenonthescreen.blogspot.com/2008/06/few-late-pre-hits.html"&gt;pre hits&lt;/a&gt; (stocks that are up in premarket trading)... &lt;span style="font-weight: bold;"&gt;CCTYQ&lt;/span&gt; was a double pre hit (pre hit 2 days in a row). I don't know whether that makes it better or not but it worked this time. So before market open in the morning, I was watching it, waiting to buy on a sign of strength. I jumped in at .36 as soon as I saw activity. Look at the VOLUME on the gap up!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xF6JwmU7RdU/SWw3BJOHIVI/AAAAAAAAACI/MOTXPumDCcQ/s1600-h/Picture+8.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 162px;" src="http://2.bp.blogspot.com/_xF6JwmU7RdU/SWw3BJOHIVI/AAAAAAAAACI/MOTXPumDCcQ/s320/Picture+8.png" alt="" id="BLOGGER_PHOTO_ID_5290664155047993682" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It spiked up more, then started to go down, but never went RED. I was ready to sell if it went red, but it didn't, and continued to a high of 0.47&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xF6JwmU7RdU/SWw3BUD68KI/AAAAAAAAACQ/m6GBGb4bqPA/s1600-h/Picture+9.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 163px;" src="http://2.bp.blogspot.com/_xF6JwmU7RdU/SWw3BUD68KI/AAAAAAAAACQ/m6GBGb4bqPA/s320/Picture+9.png" alt="" id="BLOGGER_PHOTO_ID_5290664157958041762" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It went into sideways action for the next while, until volume started picking up again, with decreasing price - as you can see below. This is when I sold at 0.43 for a gain of 19%. I sold because of DECREASING price on INCREASING volume. Additionally, it broke the previous low of 0.435 that it had made after its high of 0.47&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xF6JwmU7RdU/SWw3BhdO9EI/AAAAAAAAACY/XE83-JEGCrs/s1600-h/Picture+10.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 162px;" src="http://3.bp.blogspot.com/_xF6JwmU7RdU/SWw3BhdO9EI/AAAAAAAAACY/XE83-JEGCrs/s320/Picture+10.png" alt="" id="BLOGGER_PHOTO_ID_5290664161553871938" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It continued down to a low of 0.33 - after I was long gone.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xF6JwmU7RdU/SWw3BsVCrAI/AAAAAAAAACg/lmhKTKKELug/s1600-h/Picture+11.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 163px;" src="http://3.bp.blogspot.com/_xF6JwmU7RdU/SWw3BsVCrAI/AAAAAAAAACg/lmhKTKKELug/s320/Picture+11.png" alt="" id="BLOGGER_PHOTO_ID_5290664164472302594" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope this helps some of you understand what to look for if you watch charts. The charting software I'm using is TD Ameritrade's StrategyDesk.&lt;br /&gt;Please leave any questions or comments, as well as suggestions about things you think would aid in understanding.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477855436541845048-1331877130505611634?l=rememberallofthis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rememberallofthis.blogspot.com/feeds/1331877130505611634/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2477855436541845048&amp;postID=1331877130505611634' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/1331877130505611634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/1331877130505611634'/><link rel='alternate' type='text/html' href='http://rememberallofthis.blogspot.com/2009/01/pre-hit-trade-example.html' title='Pre Hit Trade Example'/><author><name>Chas</name><uri>http://www.blogger.com/profile/12364392793451344735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xF6JwmU7RdU/SWw3BJOHIVI/AAAAAAAAACI/MOTXPumDCcQ/s72-c/Picture+8.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2477855436541845048.post-5067777500470299207</id><published>2009-01-11T11:18:00.000-06:00</published><updated>2009-01-11T16:21:42.819-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fall forest fall'/><category scheme='http://www.blogger.com/atom/ns#' term='stockfetcher'/><title type='text'>Fall Forest Fall</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xF6JwmU7RdU/SWoq_vIU1HI/AAAAAAAAACA/XVZ6f4cxur4/s1600-h/deforestation.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 213px;" src="http://3.bp.blogspot.com/_xF6JwmU7RdU/SWoq_vIU1HI/AAAAAAAAACA/XVZ6f4cxur4/s320/deforestation.jpg" border="0" alt=""id="deforestation" /&gt;&lt;/a&gt;&lt;br /&gt;Don't worry treehuggers, I'm not advocating deforestation. &lt;span style="font-weight:bold;"&gt;Fall Forest Fall&lt;/span&gt; is yet another play on the Run Forest Run scan. I was looking at the scan trying to figure out how it worked, and I'm happy to say I did. I realized though, the RFR scan only finds the stocks that have run UP in recent history. This scan searches for the ones that have run DOWN the most times. I also added a line to eliminate stocks that have run 10-19% less than 10 times.&lt;br /&gt;&lt;br /&gt;Why is this important? I don't just want stats, I want ALL THE STATS I CAN GET. Everything I know is an extra edge against all the other players in the market. The RFR scan is brilliant, but it only tells half the story. Fall Forest Fall fills that gap. If you are a short seller, this is an essential for your toolbox.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/*Fall, Forest, Fall*/&lt;br /&gt;&lt;br /&gt;close is between 1 and 15&lt;br /&gt;average volume(90) above 50000&lt;br /&gt;&lt;br /&gt;set{volcnt, count(volume above 50000, 100) }&lt;br /&gt;set{volzero, count(volume equal 0, 100) }&lt;br /&gt;&lt;br /&gt;set{x1, open - low} &lt;br /&gt;set{Short_Profit, x1/open } &lt;br /&gt;&lt;br /&gt;set{C1A, count(Short_Profit &gt; .04 , 100)} &lt;br /&gt;set{C2A, count(Short_Profit &gt; .09, 100)} &lt;br /&gt;set{C0010, C1A - C2A} &lt;br /&gt;&lt;br /&gt;set{D1A, count(Short_Profit &gt; .09 , 100)} &lt;br /&gt;set{D2A, count(Short_Profit &gt; .19, 100)} &lt;br /&gt;set{D1020, D1A - D2A} &lt;br /&gt;&lt;br /&gt;set{E1A, count(Short_Profit &gt; .19 , 100)} &lt;br /&gt;set{E2A, count(Short_Profit &gt; .29, 100)} &lt;br /&gt;set{E2030, E1A - E2A} &lt;br /&gt;&lt;br /&gt;set{F1A, count(Short_Profit &gt; .29 , 100)} &lt;br /&gt;set{F2A, count(Short_Profit &gt; .39, 100)} &lt;br /&gt;set{F3040, F1A - F2A} &lt;br /&gt;&lt;br /&gt;set{G1A, count(Short_Profit &gt; .39 , 100)} &lt;br /&gt;set{G2A, count(Short_Profit &gt; .49, 100)} &lt;br /&gt;set{G4050, G1A - G2A} &lt;br /&gt;&lt;br /&gt;set{H1A, count(Short_Profit &gt; .49 , 100)} &lt;br /&gt;set{H2A, count(Short_Profit &gt; .99, 100)} &lt;br /&gt;set{H50100, H1A - H2A} &lt;br /&gt;&lt;br /&gt;set{I100, count(Short_Profit &gt; .99 , 100)} &lt;br /&gt;&lt;br /&gt;and D1020 &gt; 9&lt;br /&gt;and add column Short_Profit {ProfitPct} &lt;br /&gt;&lt;br /&gt;and add column C0010 {4_9} &lt;br /&gt;and add column D1020 {10_19} &lt;br /&gt;and add column E2030 {20_29} &lt;br /&gt;and add column F3040 {30_39} &lt;br /&gt;and add column G4050 {40_49} &lt;br /&gt;and add column H50100 {50_99} &lt;br /&gt;and add column I100 {100} &lt;br /&gt;&lt;br /&gt;and add column volcnt&lt;br /&gt;and add column volzero&lt;br /&gt;add column average day range(30)&lt;br /&gt;sort column 7 descending&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Top 20 Fall Forest Fall stocks with volume over 100k, by ADR30:&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;GGP, FACT, MPG, GVHR, SRZ, NFP, FED, CPY, CHRS, NG, FIG, GFG, BEE, HSNI, MNI, EVC, FCG, ICOG, RAMS, LEA&lt;/span&gt;&lt;br /&gt;of note, FMD and PMI have both run down 10-19% a whopping &lt;span style="font-weight:bold;"&gt;39&lt;/span&gt; times in the past 100 days! In the case of PMI, 49% of the time you would have got a 10% or more gain if you just shorted on red!&lt;br /&gt;&lt;br /&gt;Later this week I'll post the combo RFR+FFF scan, that searches for total number of runs up OR down. Feel free to leave any questions or comments and I'll get back to you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477855436541845048-5067777500470299207?l=rememberallofthis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rememberallofthis.blogspot.com/feeds/5067777500470299207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2477855436541845048&amp;postID=5067777500470299207' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/5067777500470299207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/5067777500470299207'/><link rel='alternate' type='text/html' href='http://rememberallofthis.blogspot.com/2009/01/fall-forest-fall.html' title='Fall Forest Fall'/><author><name>Chas</name><uri>http://www.blogger.com/profile/12364392793451344735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_xF6JwmU7RdU/SWoq_vIU1HI/AAAAAAAAACA/XVZ6f4cxur4/s72-c/deforestation.jpg' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2477855436541845048.post-7612580138262307573</id><published>2009-01-09T18:47:00.001-06:00</published><updated>2009-01-10T13:26:25.419-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hot list'/><category scheme='http://www.blogger.com/atom/ns#' term='stockfetcher'/><title type='text'>HOT LIST scan!</title><content type='html'>The scanning software I use is &lt;a href="http://www.stockfetcher.com/"&gt;StockFetcher&lt;/a&gt;. It is web based and can be found at &lt;a href="http://www.stockfetcher.com/"&gt;stockfetcher.com&lt;/a&gt;.&lt;br /&gt;I thought I would share a scan I use at the beginning of every week to make what I call the "hot list" of stocks whose Average Day Range (10) is greater than Average Day Range (30). In addition I have combined this with Avery Horton's "Run Forest Run" scan that shows how many times a stock has run a given percentage in recent history. This gives me a really good idea of what stocks are in play and getting attention - not from the news, but from buyers/sellers!&lt;br /&gt;&lt;br /&gt;I want to find the stocks that are not just volatile, but getting more volatile, and this scan really can pick them up. This is also a good scan to use if you can't watch as many stocks as traders like Muddy, because it filters it down a lot more than the RFR or Deadly Combo scans.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;show stocks where average day range(30) is greater than 15&lt;br /&gt;and average day range(30) is less than average day range(10)&lt;br /&gt;and close is between 1 and 15&lt;br /&gt;and average volume(90) is above 100000&lt;br /&gt;&lt;br /&gt;set{volcnt, count(volume above 50000, 100) }&lt;br /&gt;set{volzero, count(volume equal 0, 100) }&lt;br /&gt;&lt;br /&gt;set{x1, high - open}&lt;br /&gt;set{Long_Profit, x1/open }&lt;br /&gt;&lt;br /&gt;set{C1A, count(Long_Profit &gt; .04 , 100)}&lt;br /&gt;set{C2A, count(Long_Profit &gt; .09, 100)}&lt;br /&gt;set{C0010, C1A - C2A}&lt;br /&gt;&lt;br /&gt;set{D1A, count(Long_Profit &gt; .09 , 100)}&lt;br /&gt;set{D2A, count(Long_Profit &gt; .19, 100)}&lt;br /&gt;set{D1020, D1A - D2A}&lt;br /&gt;&lt;br /&gt;set{E1A, count(Long_Profit &gt; .19 , 100)}&lt;br /&gt;set{E2A, count(Long_Profit &gt; .29, 100)}&lt;br /&gt;set{E2030, E1A - E2A}&lt;br /&gt;&lt;br /&gt;set{F1A, count(Long_Profit &gt; .29 , 100)}&lt;br /&gt;set{F2A, count(Long_Profit &gt; .39, 100)}&lt;br /&gt;set{F3040, F1A - F2A}&lt;br /&gt;&lt;br /&gt;set{G1A, count(Long_Profit &gt; .39 , 100)}&lt;br /&gt;set{G2A, count(Long_Profit &gt; .49, 100)}&lt;br /&gt;set{G4050, G1A - G2A}&lt;br /&gt;&lt;br /&gt;set{H1A, count(Long_Profit &gt; .49 , 100)}&lt;br /&gt;set{H2A, count(Long_Profit &gt; .99, 100)}&lt;br /&gt;set{H50100, H1A - H2A}&lt;br /&gt;&lt;br /&gt;set{I100, count(Long_Profit &gt; .99 , 100)}&lt;br /&gt;&lt;br /&gt;add column Long_Profit {ProfitPct}&lt;br /&gt;&lt;br /&gt;and add column C0010 {4_9}&lt;br /&gt;and add column D1020 {10_19}&lt;br /&gt;and add column E2030 {20_29}&lt;br /&gt;and add column F3040 {30_39}&lt;br /&gt;and add column G4050 {40_49}&lt;br /&gt;and add column H50100 {50_99}&lt;br /&gt;and add column I100 {100}&lt;br /&gt;&lt;br /&gt;and add column volcnt&lt;br /&gt;and add column volzero&lt;br /&gt;add column average day range(10)&lt;br /&gt;add column average day range(30)&lt;br /&gt;sort column 7 descending&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;the Hot List for the week of 1/12/09 (sorted in order of most runs 10-19%, Horton style)&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;MGAFF, NFLD, PNPFF, LNET, MEA, MNI, FIG, MEG, ABD, ALD, EMKR, HTM, CVGI, FTK, VRNM, UIS, CWST, LAVA, PRSC, MIC, DNN, KFN, AHD, XTXI&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;feel free to leave any questions or comments you have in the comments section and I will get back to you&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477855436541845048-7612580138262307573?l=rememberallofthis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rememberallofthis.blogspot.com/feeds/7612580138262307573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2477855436541845048&amp;postID=7612580138262307573' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/7612580138262307573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/7612580138262307573'/><link rel='alternate' type='text/html' href='http://rememberallofthis.blogspot.com/2009/01/hot-list-scan.html' title='HOT LIST scan!'/><author><name>Chas</name><uri>http://www.blogger.com/profile/12364392793451344735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2477855436541845048.post-943858770401257921</id><published>2009-01-09T18:18:00.000-06:00</published><updated>2009-01-09T23:51:49.879-06:00</updated><title type='text'>New Blog</title><content type='html'>I've been trading full time since August of 2008. Everything I use now is a derivation of &lt;a href="http://greenonthescreen.blogspot.com/"&gt;Muddy's method&lt;/a&gt;. Nothing can express how grateful I am for his effort to share the wealth of knowledge that he has about how to make money trading stocks.&lt;br /&gt;I trade the momentum of stocks. I don't care what their P/E ratio is, what the CEO said that day, or what analyst recommended it. I care about what the price is doing.&lt;br /&gt;Most of my trades come from the Scottrade Market Movers list, and I keep a special eye out for the ones that have shown up a lot in the &lt;a href="http://www.stockfetcher.com"&gt;StockFetcher&lt;/a&gt; scans I run every night.&lt;br /&gt;&lt;br /&gt;Shamefully, I have to admit his blog is not just for the edification of the public! I hope to keep a record of some ideal trades on here and also try to educate about what makes me pull the trigger to buy or sell. I also am going to share some of the SF scans I have made.&lt;br /&gt;&lt;br /&gt;chas&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2477855436541845048-943858770401257921?l=rememberallofthis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rememberallofthis.blogspot.com/feeds/943858770401257921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2477855436541845048&amp;postID=943858770401257921' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/943858770401257921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2477855436541845048/posts/default/943858770401257921'/><link rel='alternate' type='text/html' href='http://rememberallofthis.blogspot.com/2009/01/new-blog.html' title='New Blog'/><author><name>Chas</name><uri>http://www.blogger.com/profile/12364392793451344735</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
