riggs 313 posts msg #39298 - Ignore riggs | 
12/3/2005 1:15:49 PM
  Nice to see people are starting to catch on to the POWERFUL 3/13 crossover. 
 
 
  | 
shelupinin 120 posts msg #39465 - Ignore shelupinin | 
12/11/2005 7:05:29 AM
  outlaw69, even better filter for you :)
  	    
 with 1-2% stop loss and 1-2 days holding period you may see great results
 Alex
 
 
  | 
TheRumpledOne 6,529 posts msg #41574 - Ignore TheRumpledOne | 
2/25/2006 1:52:51 PM
  Since there are so many new people, I will POP TO THE TOP some informative threads.
 
 
  | 
judgetrade 107 posts msg #41607 - Ignore judgetrade | 
2/27/2006 2:27:21 PM
  thank you TRO!
 
 
  | 
TheRumpledOne 6,529 posts msg #42628 - Ignore TheRumpledOne modified | 
3/29/2006 1:50:20 PM
  AAPL rsi(2) was .41
 
 Up over $2 right now...
 
 
 Symbol	Last	%Chg	Vol	RSI(2)	Weekly RSI(2)
 SEPR	47.91	-2.8	3654100	0.03	1.56
 AAPL	58.71	-1.34  48940100	0.41	9.3
 YRCW	37.41	-1.5	1583600	0.72	0.99
 
 
 
  | 
BFreshour 139 posts msg #42646 - Ignore BFreshour | 
3/30/2006 9:03:27 AM
  Oh man, was that AAPL trade ever a beauty yesterday!  Wow!
 
 
  | 
gates007 6 posts msg #43021 - Ignore gates007 | 
4/17/2006 1:44:13 AM
  TheRumpledOne,
 
 First of all congratulations for a nice discovery. I just gone through your brainchild rsi(2) < 1 and have collected following filters from the discussion sequence.
 
 But now I am confused as which one is the best? which one should i use? As you must have played a lot with these rsi(2) < 1 filters, I would be thankful if you could guide on the best of these fiters on rsi(2) <1
 
 or various rsi(2) < 1 filter is meant for specific situation like bear market/bull market etc. If so guide on that too.
 
 Thanks for your time.
 
 gates007
 
 Note: I hope I haven't missed out any more rsi(2) < 1 filter discussed so far.
 
 (1)------------------------------------------
   	    
 
 (2)--------------------------------------------
 SHOW STOCKS WHERE RSI (2) IS BELOW 1 AND 60 DAY SLOPE OF
 CLOSE IS ABOVE 0 AND LOW IS NEAR BOTTOM LRI(60) AND AVERAGE VOLUME
 (90) IS ABOVE 100000 AND PRICE IS BETWEEN 1 AND 10
 
 (3)--------------------------------------------
  
 /* Copyright 2005 by Avery T. Horton, Jr. */ 
 /* Permission to use within StockFetcher Granted */ 
 /* Permission to publish or post on any other forum DENIED */ 
 /* doji is number of days since last doji (Open = Close) -1 means no doji in last 100 days */ 
 set{dojix, close - open} 
 set{doji,days(dojix equal 0,100)} 
 add column doji 
 add column rsi(2) 
 and close above 0.01 
 and Average Volume(10) is above 50000 
 and volume above 100000 
 and 60 day slope of the close is above 0 
 and rsi(2) < 1 
 
 (4)--------------------------------------------------------
 
   	    
 
 -------------------------------------------------------
 
 
 
  | 
TheRumpledOne 6,529 posts msg #43023 - Ignore TheRumpledOne | 
4/17/2006 8:14:28 AM
  Just to keep thing straight...
 
 The HolyGrail, as far as I know, is the originator of RSI(2).  He taught it to me years ago.
 
 I have programmed it on many platforms now.
 
 Most of the credit has to go to him.
 
 
 
 
  | 
gates007 6 posts msg #43027 - Ignore gates007 | 
4/17/2006 11:41:37 AM
  TheRumpledOne:
 I take back my congratulations to you based on your suggestion...now could you please enlighten the new people like me on the other questions like which RSI(2) < 1 filter is in use now and which one is the best
 
 gates007
 
 
  | 
TheRumpledOne 6,529 posts msg #43029 - Ignore TheRumpledOne | 
4/17/2006 3:19:38 PM
  Here's the guts:
 
  	    
 
 Add your own price/volume criteria.
 
 All that's left to do is TRADE!
 
 
 
 
  |