StockFetcher Forums · General Discussion · I trade just one stock, TRO-style<< 1 ... 17 18 19 20 21 >>Post Follow-up
tdavisfn
13 posts
msg #70495
Ignore tdavisfn
1/8/2009 5:07:56 PM

How about a Gap Down filter for those very bearish days?
TIA

chetron
2,817 posts
msg #70496
Ignore chetron
1/8/2009 5:34:21 PM

maybe....


Fetcher[


/* Ultimate Previous-Close-to-Open Gap-dn 10+ Cent bearish Stat Filter */


set{Gap1, Close 1 day ago - Open}
set{Gap2, Close 2 day ago - Open 1 day ago}
set{Gap3, Close 3 day ago - Open 2 day ago}
set{Gap4, Close 4 day ago - Open 3 day ago}
set{Gap5, Close 5 day ago - Open 4 day ago}

set{ Avg3 , CMA( Gap1 , 3 ) }
set{ Avg5 , CMA( Gap1 , 5 ) }
set{ Avg10 , CMA( Gap1 , 10 ) }
set{ Avg30 , CMA( Gap1 , 30 ) }
set{ Avg100 , CMA( Gap1 , 100 ) }
set{ Avg250 , CMA( Gap1 , 250 ) }
set{ Avg400 , CMA( Gap1 , 400 ) }

set{Day1, count( Gap1 > .099 , 1)}
set{Day2, count( Gap1 > .099 , 2)}
set{Day3, count( Gap1 > .099 , 3)}
set{Day4, count( Gap1 > .099 , 4)}
set{Day5, count( Gap1 > .099 , 5)}
set{Day6, count( Gap1 > .099 , 6)}
set{Day7, count( Gap1 > .099 , 7)}
set{Day8, count( Gap1 > .099 , 8)}
set{Day9, count( Gap1 > .099 , 9)}
set{Day10, count( Gap1 > .099 , 10)}
set{Day15, count( Gap1 > .099 , 15)}
set{Day20, count( Gap1 > .099 , 20)}
set{Day25, count( Gap1 > .099 , 25)}
set{Day30, count( Gap1 > .099 , 30)}
set{Day40, count( Gap1 > .099 , 40)}
set{Day50, count( Gap1 > .099 , 50)}
set{Day75, count( Gap1 > .099 , 75)}
set{Day100, count( Gap1 > .099 , 100)}

/* DISPLAY COLUMNS */

add column separator
add column separator
add column Gap5 {(5)}
add column Gap4 {(4)}
add column Gap3 {(3)}
add column Gap2 {(2)}
add column Gap1 {(1)}

add column separator
add column separator
add column Day1 {1}
add column Day2 {2}
add column Day3 {3}
add column separator
add column Avg3
add column separator
add column Day4 {4}
add column Day5 {5}
add column separator
add column Avg5
add column separator

add column Day6 {6}
add column Day7 {7}
add column Day8 {8}
add column Day9 {9}
add column Day10 {10}
add column separator
add column Avg10
add column separator

add column Day15 {15}
add column Day20 {20}
add column Day25 {25}
add column Day30 {30}
add column separator
add column Avg30
add column separator
add column Day40 {40}
add column Day50 {50}
add column Day75 {75}
add column Day100 {100}
add column separator
add column Avg100
add column Avg250
add column Avg400
add column separator
add column separator

/* SELECTION CRITERIA */

and draw Linear Regression Indicator(20)
and draw Linear Regression(45,1.0)
and draw Linear Regression Slope(10)

and draw Parabolic SAR(0.09,0.9)

and draw MA(50)
and draw MA(200)

/* SYMLIST( ) */

/* SORT CRITERIA */

SORT COLUMN 34 DESCENDING


]



jimhbutton
104 posts
msg #70499
Ignore jimhbutton
modified
1/8/2009 9:54:12 PM

tdavisfn wrote:

"How about a Gap Down filter for those very bearish days? TIA"

This is the one that I've had on file.

I have an "advanced subscription" so I don't know if it will work properly with those who have a "standard subscription." That's where Chetron's expertise is always appreciated. As Tia said earlier "AND FOR THE BASICS....i can go as high as column 34..."

With the "advanced subscription" I prefer ""SORT COLUMN 36 DESCENDING" because it correlates well with my "Days 1 - 30 Bearish Gap-Down Stats" filter:

Fetcher[

/* Ultimate Previous-Close-to-Open Gap-Down 10+ Cent Bullish Stat Filter */


set{Gap1, Close 1 day ago - Open }
set{Gap2, Close 2 days ago - Open 1 day ago }
set{Gap3, Close 3 days ago - Open 2 days ago }
set{Gap4, Close 4 days ago - Open 3 days ago }
set{Gap5, Close 5 days ago - Open 4 days ago }

set{ Avg3 , CMA( Gap1 , 3 ) }
set{ Avg5 , CMA( Gap1 , 5 ) }
set{ Avg10 , CMA( Gap1 , 10 ) }
set{ Avg30 , CMA( Gap1 , 30 ) }
set{ Avg100 , CMA( Gap1 , 100 ) }
set{ Avg250 , CMA( Gap1 , 250 ) }
set{ Avg400 , CMA( Gap1 , 400 ) }

set{Day1, count( Gap1 > .099 , 1)}
set{Day2, count( Gap1 > .099 , 2)}
set{Day3, count( Gap1 > .099 , 3)}
set{Day4, count( Gap1 > .099 , 4)}
set{Day5, count( Gap1 > .099 , 5)}
set{Day6, count( Gap1 > .099 , 6)}
set{Day7, count( Gap1 > .099 , 7)}
set{Day8, count( Gap1 > .099 , 8)}
set{Day9, count( Gap1 > .099 , 9)}
set{Day10, count( Gap1 > .099 , 10)}
set{Day15, count( Gap1 > .099 , 15)}
set{Day20, count( Gap1 > .099 , 20)}
set{Day25, count( Gap1 > .099 , 25)}
set{Day30, count( Gap1 > .099 , 30)}
set{Day40, count( Gap1 > .099 , 40)}
set{Day50, count( Gap1 > .099 , 50)}
set{Day75, count( Gap1 > .099 , 75)}
set{Day100, count( Gap1 > .099 , 100)}

/* DISPLAY COLUMNS */

add column separator
add column separator
add column Gap5 {(5)}
add column Gap4 {(4)}
add column Gap3 {(3)}
add column Gap2 {(2)}
add column Gap1 {(1)}

add column separator
add column separator
add column Day1 {1}
add column Day2 {2}
add column Day3 {3}
add column separator
add column Avg3
add column separator
add column Day4 {4}
add column Day5 {5}
add column separator
add column Avg5
add column separator

add column Day6 {6}
add column Day7 {7}
add column Day8 {8}
add column Day9 {9}
add column Day10 {10}
add column separator
add column Avg10
add column separator

add column Day15 {15}
add column Day20 {20}
add column Day25 {25}
add column Day30 {30}
add column separator
add column Avg30
add column separator
add column Day40 {40}
add column Day50 {50}
add column Day75 {75}
add column Day100 {100}
add column separator
add column Avg100
add column Avg250
add column Avg400
add column separator
add column separator

/* SELECTION CRITERIA */

and draw Linear Regression Indicator(20)
and draw Linear Regression(45,1.0)
and draw Linear Regression Slope(10)

and draw Parabolic SAR(0.09,0.9)

and draw MA(50)
and draw MA(200)

SYMLIST( )

/* SORT CRITERIA */

SORT COLUMN 36 DESCENDING

]




jimhbutton
104 posts
msg #70503
Ignore jimhbutton
modified
1/8/2009 10:07:56 PM

This is the 30 trading day filter that I use with my Gap Down scans. Just plug your stock symbols into the "SYMLIST( )" in order to get a 6-week gap down history:

Fetcher[

/* Days 1 - 30 Bearish Gap-Down Stats */

set{Gp-Dn1, Close 1 day ago - Open}
set{Gp-Dn2, Close 2 days ago - Open 1 day ago}
set{Gp-Dn3, Close 3 days ago - Open 2 days ago}
set{Gp-Dn4, Close 4 days ago - Open 3 days ago}
set{Gp-Dn5, Close 5 days ago - Open 4 days ago}
set{Gp-Dn6, Close 6 days ago - Open 5 days ago}
set{Gp-Dn7, Close 7 days ago - Open 6 days ago}
set{Gp-Dn8, Close 8 days ago - Open 7 days ago}
set{Gp-Dn9, Close 9 days ago - Open 8 days ago}
set{Gp-Dn10, Close 10 days ago - Open 9 days ago}
set{Gp-Dn11, Close 11 days ago - Open 10 days ago}
set{Gp-Dn12, Close 12 days ago - Open 11 days ago}
set{Gp-Dn13, Close 13 days ago - Open 12 days ago}
set{Gp-Dn14, Close 14 days ago - Open 13 days ago}
set{Gp-Dn15, Close 15 days ago - Open 14 days ago}
set{Gp-Dn16, Close 16 days ago - Open 15 days ago}
set{Gp-Dn17, Close 17 days ago - Open 16 days ago}
set{Gp-Dn18, Close 18 days ago - Open 17 days ago}
set{Gp-Dn19, Close 19 days ago - Open 18 days ago}
set{Gp-Dn20, Close 20 days ago - Open 19 days ago}
set{Gp-Dn21, Close 21 days ago - Open 20 days ago}
set{Gp-Dn22, Close 22 days ago - Open 21 days ago}
set{Gp-Dn23, Close 23 days ago - Open 22 days ago}
set{Gp-Dn24, Close 24 days ago - Open 23 days ago}
set{Gp-Dn25, Close 25 days ago - Open 24 days ago}
set{Gp-Dn26, Close 26 days ago - Open 25 days ago}
set{Gp-Dn27, Close 27 days ago - Open 26 days ago}
set{Gp-Dn28, Close 28 days ago - Open 27 days ago}
set{Gp-Dn29, Close 29 days ago - Open 28 days ago}
set{Gp-Dn30, Close 30 days ago - Open 29 days ago}

/* DISPLAY COLUMNS */

add column separator
add column separator
add column Gp-Dn1 {1}
add column Gp-Dn2 {2}
add column Gp-Dn3 {3}
add column Gp-Dn4 {4}
add column Gp-Dn5 {5}
add column Gp-Dn6 {6}
add column Gp-Dn7 {7}
add column Gp-Dn8 {8}
add column Gp-Dn9 {9}
add column Gp-Dn10 {10}
add column Gp-Dn11 {11}
add column Gp-Dn12 {12}
add column Gp-Dn13 {13}
add column Gp-Dn14 {14}
add column Gp-Dn15 {15}
add column Gp-Dn16 {16}
add column Gp-Dn17 {17}
add column Gp-Dn18 {18}
add column Gp-Dn19 {19}
add column Gp-Dn20 {20}
add column Gp-Dn21 {21}
add column Gp-Dn22 {22}
add column Gp-Dn23 {23}
add column Gp-Dn24 {24}
add column Gp-Dn25 {25}
add column Gp-Dn26 {26}
add column Gp-Dn27 {27}
add column Gp-Dn28 {28}
add column Gp-Dn29 {29}
add column Gp-Dn30 {30}
add column separator
add column separator

/* SORT CRITERIA */

SYMLIST( )

SORT COLUMN 2 DESCENDING

]









burns1971
16 posts
msg #71116
Ignore burns1971
1/31/2009 4:14:34 PM

Earlier in this thread SPF and RDN seemed to be the stocks to trade over and over again. Would Chip or any other contributor care to share their opinion about the present performance of these stocks? If they've fallen out of favor, which stocks would you suggest?

Thanks,
Bill

13th_floor
724 posts
msg #71119
Ignore 13th_floor
1/31/2009 6:36:12 PM

"Earlier in this thread SPF and RDN seemed to be the stocks to trade over and over again. Would Chip or any other contributor care to share their opinion about the present performance of these stocks? If they've fallen out of favor, which stocks would you suggest?"
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Imo,RDN is still ok,SPF is nowhere.
Even better than RDN now are MPG ALD NG FIG MEG MTG BEE AXL and of course FAZ/FAS if you are nimble.
Just draw a line and trade over/under(long/short)..these are the best right now...all things change,these will to no doubt...stay on top of the changes.

TheRumpledOne
6,407 posts
msg #71123
Ignore TheRumpledOne
2/1/2009 8:40:09 PM

Use the RUN FOREST, RUN filter to find what stocks to trade.



burns1971
16 posts
msg #71124
Ignore burns1971
2/1/2009 9:58:12 PM

Thank you, 13th and TRO, for your input. I find your posts extremely helpful.

I have two questions for 13th floor:

1) Regarding your comment, "draw a line and trade over/under(long/short)", does it matter where you draw the line, such as the opening price?

2) Do you still find that using 1/2 of the stock's ADR(30) as a mental stop works well?

Thanks again,

Bill

wwildeeeee
4 posts
msg #74408
Ignore wwildeeeee
5/14/2009 11:23:22 PM

Tro

Can we communicate by email?

wwildeeeee@comcast.net

TheRumpledOne
6,407 posts
msg #74426
Ignore TheRumpledOne
5/15/2009 11:27:03 AM

you have mail

StockFetcher Forums · General Discussion · I trade just one stock, TRO-style<< 1 ... 17 18 19 20 21 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.