StockFetcher Forums · Stock Picks and Trading · Intraday Alerts<< 1 ... 1133 1134 1135 1136 1137 ... 1903 >>Post Follow-up
klynn55
747 posts
msg #116892
Ignore klynn55
11/20/2013 1:47:14 PM

kevin how would you scan for a strong two day drop? or was that just an observation, how did OXBT catch your eye?

shillllihs
5,984 posts
msg #116897
Ignore shillllihs
11/20/2013 3:10:42 PM

Shorted RYN 44.19 ;-)

Kevin_in_GA
4,599 posts
msg #116899
Ignore Kevin_in_GA
11/20/2013 3:44:24 PM

I'm using the modfied connors filter I posted here a while back. My particular variation looks for at least a 4% drop the first day, and at least another 5% the following day. I personally cherry pick on the second day those which have really dropped a lot (like OXBT did), and place a limit order a few percent below where they caught my attention. Usually there are a few that drop a lot - like ONVO today, which I got into at 8.45 (too early, so I might add to this one tomorrow if it does not move up quickly).

scott111552
173 posts
msg #116906
Ignore scott111552
11/20/2013 7:15:36 PM

/* TRO STAT SCAN for 1 day 8 pct loss, 2 day 10 pct loss or more */
/* and fails */

set{ DayChg1 , day change}
set{ DayChg2x , close - close 2 days ago }
set{ DayChg2y , DayChg2x / close 2 days ago }
set{ DayChg2 , DayChg2y * 100 }

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl , CCa - CCb}

set{ pick1 , count( DayChg1 below -7.9999 , 1 ) }
set{ pick2 , count( DayChg2 below -9.9999 , 1 ) }
set{ pickx , pick1 + pick2 }
set{ pickx1 , pickx 1 day ago }
set{ pick3 , count( ClxCl below 0 , 1 ) * pickx1 }
set{ pick , pickx + pick3 }

add column DayChg1
add column DayChg2
add column ClxCl

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

/* Long Profit Percent Statistics Display */


set{HiOp, high - open}
set{Long_Profit, HiOp/open }
set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .02 , 100)}
set{B3A, count(Long_Profit > .03 , 100)}
set{B4A, count(Long_Profit > .04, 100)}
set{B5A, count(Long_Profit > .05, 100)}
set{B10A, count(Long_Profit > .10 , 100)}
set{B20A, count(Long_Profit > .20 , 100)}
set{B50A, count(Long_Profit > .50, 100)}

add column HiOp
add column Long_Profit {ProfitPct}

and add column B1A {OVER1PCT}
and add column B2A {OVER2PCT}
and add column B3A {OVER3PCT}
and add column B4A {OVER4PCT}
and add column B5A {OVER5PCT}
and add column B10A {OVER10PCT}
and add column B20A {OVER20PCT}
and add column B50A {OVER50PCT}

and add column volcnt
and add column volzero

pick above 0

close is between 1 and 15
average volume(10) above 250000

sort column 12 descending

Avery posted this scan in the Run Forest Run thread. Very useful.....

Eman93
4,750 posts
msg #116910
Ignore Eman93
11/20/2013 11:22:16 PM

TSLA a confluence of support between 95 to 97... it is very oversold on the weekly should be very volatel prob a good day trader imho..

johnpaulca
12,036 posts
msg #116917
Ignore johnpaulca
11/21/2013 12:39:13 AM

TSLA...trend is broken sellers will be all over any bounce....shoulda kept those shorts.

janeiro
25 posts
msg #116927
Ignore janeiro
11/21/2013 6:38:15 AM

Hi Kevin,

i was looking too for a a way to find OXBT likes...

Is it the one posted by Scott and then modified for 4&5 down or it is a different one?

If it is a different one...mind to post it here?

Thx David


johnpaulca
12,036 posts
msg #116930
Ignore johnpaulca
11/21/2013 9:28:28 AM

Gold stocks looks very attractive at these prices....very oversold.

johnpaulca
12,036 posts
msg #116931
Ignore johnpaulca
11/21/2013 9:33:23 AM

NEM...will fade the gap on 90-min chart

johnpaulca
12,036 posts
msg #116934
Ignore johnpaulca
modified
11/21/2013 10:33:06 AM

shillllihs
462 posts
msg #116897
- Ignore shillllihs 11/20/2013 3:10:42 PM

Shorted RYN 44.19 ;-)
*********************************************************

now $44.69....learn how to trade before posting your rubbish....glty.


StockFetcher Forums · Stock Picks and Trading · Intraday Alerts<< 1 ... 1133 1134 1135 1136 1137 ... 1903 >>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.