TheRumpledOne 6,529 posts msg #39223 - Ignore TheRumpledOne |
11/30/2005 3:32:55 PM
This is returning winners...
I wait for the stock to move up .10 BEFORE I enter.
Look at the HiOp column and you will see why!!
MAY ALL YOUR FILLS BE COMPLETE.
|
BFreshour 139 posts msg #39227 - Ignore BFreshour |
11/30/2005 5:49:01 PM
Hey! Isn't that my filter? Why no props? :) Just kidding!
|
TheRumpledOne 6,529 posts msg #39236 - Ignore TheRumpledOne |
12/1/2005 12:12:02 AM
Yes, it is your filter that I slightly modified.
|
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)--------------------------------------------------------
-------------------------------------------------------
|