TheRumpledOne 6,411 posts msg #42476 - Ignore TheRumpledOne modified |
3/25/2006 2:00:05 PM
I decided to check to see if I could "push" Advanced SF a little today.
I added 2 more trends to the mix 30 day and 100 day.
Glossary:
ADD COLUMN TREND /* 10/30/60/100/200 day trend 1 = up, 0 = down */
ADD COLUMN t1ago /* trend 1 day ago */
ADD COLUMN T10a /* number days since 10 day trend was 0 */
ADD COLUMN T30a /* number days since 30 day trend was 0 */
ADD COLUMN T60a /* number days since 60 day trend was 0 */
ADD COLUMN T100a /* number days since 100 day trend was 0 */
ADD COLUMN T200a /* number days since 200 day trend was 0 */
tdiff is used to determine if a trend changed. If above 0 then at least one trend turned up.
So if any trend ( 10, 30, 60, 100, 200 ) changes this filter will pick it up.
Also, SF decided to draw tdiff on the chart. What I see is the 10 day trend flips to zero when a stock is basing (consolidating) then when it flops back to 1, it's off to the races if the other trends were 1!!
Feel free to try different days and combinations. Who knows, maybe RIGGS will fix this filter too!
MAY ALL YOUR FILLS BE COMPLETE.
|
TheRumpledOne 6,411 posts msg #42489 - Ignore TheRumpledOne modified |
3/25/2006 6:52:14 PM
Trend of the LOW... looking for rising lows.
The selection:
t1diff above 0
trend equal 11111
finds stocks where all the lows are rising and at least one low trend just turned positive.
In case you didn't notice or are wondering why I used different trend numbers, 3/5/8/13/21 are FIB numbers.
MAY ALL YOUR FILLS BE COMPLETE.
|
TheRumpledOne 6,411 posts msg #42490 - Ignore TheRumpledOne |
3/25/2006 6:54:15 PM
Of course, there has to be a HIGH TREND CHANGE filter too.
Higher Highs mean $$$$$
|
TheRumpledOne 6,411 posts msg #47816 - Ignore TheRumpledOne modified |
11/5/2006 8:01:28 AM
For you "BOTTOM FISHERS":
Thinking of what Mark Crisp said about weekly charts.
When the 4 week trend changes from 1 to 0 that a bottom may have been hit. That appears as xxxx 1xxxx in the trend columns.
Looks like this filter went past a SF limit. The 52 and 104 week trends are the same!
|