StockFetcher Forums · General Discussion · I trade just one stock, TRO-style<< 1 ... 3 4 5 6 7 ... 21 >>Post Follow-up
WESTFALL
9 posts
msg #61526
Ignore WESTFALL
4/16/2008 10:19:17 AM

Anybody been playing CNX????

steffi323
31 posts
msg #61529
Ignore steffi323
4/16/2008 11:45:56 AM

notice all of these scans are for the big boards!!!
avery how about a scan for the otcbb/pink sheet stocks less than 0.20???
not for daytrading but longer holds >1day due to not being able to be a pattern day trader!!!
tx


TheRumpledOne
6,407 posts
msg #61542
Ignore TheRumpledOne
modified
4/16/2008 8:44:40 PM

steffi323

notice all of these scans are for the big boards!!!
avery how about a scan for the otcbb/pink sheet stocks less than 0.20???
not for daytrading but longer holds >1day due to not being able to be a pattern day trader!!!
tx

===============================================

You can run the filters for pennies,.

Change the selection criteria.

By the way, SPF 10% "pop" today!



SFMc01
358 posts
msg #61641
Ignore SFMc01
4/20/2008 6:16:34 PM

Chip; I would enjoy chatting with you. Would you please contact me: SFMc01@aol.com

Thanks Steve

TheRumpledOne
6,407 posts
msg #61654
Ignore TheRumpledOne
4/21/2008 8:29:03 AM

Fetcher[
/* PRICE POSITION PERCENT DISPLAY */

/* enter your Upper Limit criteria */
set{UpperLim, 0 + 202.96}

/* enter your Lower Limit criteria */
set{LowerLim, 0 +81.90}

set{touch5d, count( low equal LowerLim , 1) }

/* enter your Lower Limit criteria */
set{LOW5w, Low 5 week Low}
set{DIFF5, CLOSE MINUS LOW5w }
set{touch5w, count( low equal LOW5w , 1) }

/* enter your Lower Limit criteria */
set{LOW13w, Low 13 week Low}
set{DIFF13, CLOSE MINUS LOW13w }
set{touch13w, count( low equal LOW13w , 1) }

/* enter your Lower Limit criteria */
set{LOW26w, Low 26 week Low}
set{DIFF26, CLOSE MINUS LOW26w }
set{touch26w, count( low equal LOW26w , 1) }

/* enter your Lower Limit criteria */
set{LOW52w, Low 52 week Low}
set{DIFF52, CLOSE MINUS LOW52w }
set{touch52w, count( low equal LOW52w , 1) }

set{touch3, touch5d + touch5w }
set{touch2, touch3 + touch13w }
set{touch1, touch2 + touch26w }
set{touch, touch1 + touch52w }

set{LimDiff, UpperLim minus LowerLim}
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOn, PPDiv * 100}

set{PCT, LimDiff / LowerLim}

/* column display */

add column BallOn
add column PCT

add column touch5d
add column touch5w
add column touch13w
add column touch26w
add column touch52w


add column separator
add column sector
add column industry


add column DIFF5
add column DIFF13
add column DIFF26
add column DIFF52

add column LOW5w
add column LOW13w
add column LOW26w
add column LOW52w


/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price


set{BallLow, count( BallOn < 2 , 1 ) }
set{BallHigh, count( BallOn > 98 , 1 ) }
set{PlayBall, BallLow + BallHigh }

/* Selection Criteria */

symlist(aapl)

Sort column 5 ascending

/* DRAW LINES */

draw upperlim on plot price
draw lowerlim on plot price

draw LOW5w on plot price
draw LOW13w on plot price
draw LOW26w on plot price
draw LOW52w on plot price
]



Sure would be nice to have YTD numbers like:

high ytd
high ytd 1 year ago



chip
67 posts
msg #61689
Ignore chip
4/22/2008 12:03:42 PM

Had a day to trade yesterday & today. I ended up holding overnight, missing my TP by $0.01 yesterday, went in again this morning at 5.16 and out at 5.36 to net $140.

Steve -- you've got mail.

TheRumpledOne
6,407 posts
msg #61697
Ignore TheRumpledOne
modified
4/22/2008 1:32:56 PM

Fetcher[
/* TRO - HIGH MINUS OPEN FIVE DAY DISPLAY */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{ClLo, high - open}

set{B10A, count(Long_Profit > .05 , 100)}

set{A10A, count(Long_Profit > .05 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}


set{ a1, hiop 1 day ago }
set{ a2, hiop 2 day ago }
set{ a3, hiop 3 day ago }
set{ a4, hiop 4 day ago }


set{ b1, hiop + a1}
set{ b2, b1 + a2 }
set{ b3, b2 + a3}
set{ b4, b3 + a3 }

set{ profit, b4 - 0.10 }

and add column B10A {GT05%}
and add column AvgRng
and add column separator

add column hiop
add column hiop 1 day ago { hiop1 }
add column hiop 2 day ago { hiop2 }
add column hiop 3 day ago { hiop3}
add column hiop 4 day ago { hiop4 }
add column profit
and add column separator
add column ClLo
and add column separator

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator

add column industry
add column sector
and add column separator


/* SELECTION CRITERIA */

symlist(SPF)

sort column 5 descending
]



ClLo is CLOSE MINUS LOW.

SPF has a tendency to bounce off the low.


TheRumpledOne
6,407 posts
msg #61698
Ignore TheRumpledOne
modified
4/22/2008 1:37:08 PM

In $5.17 and out $5.38

Left a dime on the table...

A 4% return in 30 minutes is not too shabby.





TheRumpledOne
6,407 posts
msg #61755
Ignore TheRumpledOne
4/23/2008 5:18:09 PM

Anyone catch SPF under $5 today?

Bounced back to $5.15



chip
67 posts
msg #61758
Ignore chip
4/23/2008 7:26:14 PM

I got 5.08 - 5.15 then 5.04 - 5.17.

That first one took much longer than I'm comfortable with, but I kept asking WWTROD (What Would The Rumpled One Do) and it panned out.

StockFetcher Forums · General Discussion · I trade just one stock, TRO-style<< 1 ... 3 4 5 6 7 ... 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.