TheRumpledOne 6,411 posts msg #55051 - Ignore TheRumpledOne modified |
9/22/2007 11:55:54 AM
|
TheRumpledOne 6,411 posts msg #55052 - Ignore TheRumpledOne |
9/22/2007 12:09:43 PM
I add the line:
LowerLim above 0
to the filters because something must have changed.
I noticed a bounce of "garbage" in the list - stocks with LowerLim <= 0!!
|
betyerbottomdollar 169 posts msg #55091 - Ignore betyerbottomdollar |
9/23/2007 3:40:47 PM
TRO you are the most insane stockfetcher code writer on the block! Your personal annual ROI must be a million percent. Is your last name Buffett? He is pretty rumpled I would say. Great investor (owning a chain of Margaritaville restaurants in tourist traps...genius!), and his music always leaves me wanting a cheeseburger in paradise. Anyway, nice work on those filters.
I don't know what they do, but they look complicated. Nice work.
:)
|
TheRumpledOne 6,411 posts msg #55099 - Ignore TheRumpledOne |
9/23/2007 11:26:48 PM
The filters ARE NOT COMPLICATED.
Just a bunch of simple displays.
Look at my BASIC FILTER DISPLAY and you'll see how it saves you from looking at a bunch of charts.
|
TheRumpledOne 6,411 posts msg #55205 - Ignore TheRumpledOne modified |
9/25/2007 8:23:28 PM
Due to the 100 day limitation, I can't test more than 100 days.
This filter checks to see that the UpperLim occurred after the LowerLim in the last 100 days.
ULDays is days since High 100 day High.
LLDays is days since Low 100 day Low.
I found SCON a couple of weeks ago with the original NTRI filter.
I stripped out most of the displays since some of you think the original filter was complicated.
|
TheRumpledOne 6,411 posts msg #55239 - Ignore TheRumpledOne |
9/26/2007 8:55:59 AM
|
TheRumpledOne 6,411 posts msg #55363 - Ignore TheRumpledOne |
9/29/2007 12:36:40 PM
|
TheRumpledOne 6,411 posts msg #55552 - Ignore TheRumpledOne |
10/5/2007 4:31:22 PM
|
mdl060374 94 posts msg #55601 - Ignore mdl060374 modified |
10/9/2007 12:15:06 PM
I am impressed with your filter, but am a bit confused.
Am I right in assumming the list is a continually growing list of stocks that triggered since the beginning of the year?
And if so, is their a way to see when they were added to the list?
I am asking b/c I asking to see their behavior when they were added, and what"trigger" CAUSED them to end up on the list.
(in other words, are you finding them after they break out and looking to play a future set up, or fiding them b/4 they break out? B?c I cant see when they were added, I amnot sure what I am to be looking for, etc)
I am bit confused with the coding you are using, as to what is going on. :(
Thanks for any clarification.
|
TheRumpledOne 6,411 posts msg #55602 - Ignore TheRumpledOne modified |
10/9/2007 12:37:32 PM
Though the filter looks "long and complicated" it is really simple.
What's the trigger? It's really simple. At some point during the year the stock's price had to be BELOW $1 and ABOVE $1. Of course, not at the same time..LOL!!
I update the filter weekly to keep stocks on the list.
You can change the UpperLim and LowerLim set statements to only look back a week or 2 if you like to find "fresh" stocks.
I'll have to write code to indicate how long the stock has been on the list.
|