| TheRumpledOne 6,529 posts
 msg #84822
 - Ignore TheRumpledOne
 | 12/22/2009 2:51:32 PM 
 Anyone see PMI and RDN run today?
 
 
 | 
| johnpaulca 12,036 posts
 msg #84823
 - Ignore johnpaulca
 | 12/22/2009 3:20:24 PM 
 rode RDN...$$$$, got out way too early ($7.50)
 
 
 | 
| miketranz 978 posts
 msg #84832
 - Ignore miketranz
 | 12/22/2009 11:45:28 PM 
 John,just curious,how did you get on a move like that? Mike........
 
 
 | 
| johnpaulca 12,036 posts
 msg #84834
 - Ignore johnpaulca
 | 12/23/2009 12:32:14 AM 
 Mike: I trade RDN regularly so it's on my trading list. It was consolidating in my Booya buyzone + ema100 for the past two weeks. I looked for the breakout on the 2hr- chart, I actually saw it rumbling yesterday....hth
 
 
 | 
| trendscanner 265 posts
 msg #84837
 - Ignore trendscanner
 | 12/23/2009 8:04:11 AM 
 JP, can I ask a dumb question? When you say you use a 2 hour chart, is that simply a chart where each price bar (candlestick) represents a single 2 hour period? I don't think I have any software that does that.
 
 thanks
 
 
 
 | 
| chetron 2,817 posts
 msg #84839
 - Ignore chetron
 modified
 | 12/23/2009 8:51:08 AM 
 td strategydesk does it.
 
 
 | 
| johnpaulca 12,036 posts
 msg #84840
 - Ignore johnpaulca
 | 12/23/2009 8:56:49 AM 
 Thanks Chet.
 
 
 | 
| cunparis 71 posts
 msg #87284
 - Ignore cunparis
 modified
 | 1/28/2010 11:43:15 AM 
 After getting a bit beat up with S&P 500 & Oil futures I thought I'd come back and check out the stocks.  I was surprised to see this thread is still alive.
 
 I ran RFR and took the first stock with > 1 million shares which was MNI.  I set up a 5min & 1min chart and saw a 1-2-3 topping pattern just after the open.  So I went short and it has went down 40 cents, that's 8%.  Amazing.
 
 I'm curious what entry criteria you guys are using?  I basically look for reversal patterns on a 5min or 1min chart.  Like 1-2-3, double top/bottom, etc.
 
 I don't remember what the going green means.  I'm used to doing some kind of breakout / reversal trades.
 
 Here's a chart:
 
 http://tinypic.com/r/2q9hxkm/6
 
 If anyone has traded both futures & stocks I'm curious which you prefer.  I think there's a bigger edge in stocks.
 
 
 
 
 
 
 | 
| Radiomuse 288 posts
 msg #87587
 - Ignore Radiomuse
 | 2/1/2010 2:35:31 PM 
 I'm confused by a tiny piece of the code from the 10 Percent Pops per Week filter on the 1st page...
 
 set{A10A, count(Long_Profit > .10 , 1)}
 set{chg, sum( A10A - A10A 1 day ago ,5)}
 
 add column chg{(wk)}
 add column chg 1 week ago{(-1wk)}
 
 What is the "chg" trying to calculate?  I thought it was just adding up the number of 10 percent pops in the last 5 days, but then wouldn't it just be...
 
 set{chg, sum( A10A ,5)}  ??
 
 Why is it subtracting A10A 1 day ago from A10A?
 
 Thanks (probably to Chet :), and sorry for the confusion.
 
 
 
 
 | 
| TheRumpledOne 6,529 posts
 msg #87807
 - Ignore TheRumpledOne
 modified
 | 2/4/2010 12:44:20 PM 
 chg is the number of pops over the last 5 days.
 
 I don't remember why I used " - A10A 1 day ago".
 
 It may have had something to do with the way SF was calculating/counting.
 
 Or it could be a mistake!!
 
 Good question.
 
 
 
 
 
 I added the chgx column which is set{chgx, sum( A10A   ,5)}
 
 Will have to take a look and see which is correct.
 
 Thanks.
 
 
 |