StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 51 52 53 54 55 ... 105 >>Post Follow-up
Radiomuse
288 posts
msg #71608
Ignore Radiomuse
2/20/2009 12:18:41 PM

TRO - thanks! So the MTC Checker is telling us the stocks that, if they go up .10 from open, there's a high probability they'll go up .50 from open. I assume you have the same stats filter for the downside - can you post it? I'm wondering if the companies looking good on one scan will typically look just as good the other direction.

Do you factor in Average Day Range at all? Do you like AAPL because the volume is so huge? I'm thinking AMZN, APOL, CELG are looking like good combinations of winpct, volume, ADR and price under $100 (just personal preference).

Radiomuse
288 posts
msg #71623
Ignore Radiomuse
2/20/2009 2:50:52 PM

Combining up winners and down winners into one list - NTRS looks like an interesting candidate.

Fetcher[/* TRO MTC CHECKER - UP AND DOWN MASTER LIST */

set{oplow, open - low}
set{down10, count( oplow > 0.09, 100 ) }
set{down50, count( oplow > 0.49, 100 ) }
set{pct1, down50 / down10 }
set{winpctdown, 100 * pct1 }

set{ hiop, high - open }
set{ up10, count( hiop > 0.09, 100 ) }
set{ up50, count( hiop > 0.49, 100 ) }
set{ pct2, up50 / up10 }
set{winpctup, 100 * pct2 }

add column up10
add column up50
add column winpctup{winup%}
add column down10
add column down50
add column winpctdown{windown%}
add column average day range(10) {adr10}
add column average day range(30) {adr30}
add column average daily volume(90)

set{upplusdown,winpctdown+winpctup}
set{updownavg,upplusdown/2}
add column updownavg

updownavg above 79

average volume(90) above 500000
average day range(30) above 3

market is nasdaq
price below 150
sort column 14 descending
]




chetron
2,817 posts
msg #71637
Ignore chetron
2/21/2009 1:42:44 PM

just a thought....

Fetcher[
/* TRO MTC CHECKER - UP AND DOWN MASTER LIST */

set{oplow, open - low}
set{down10, count( oplow > 0.09, 100 ) }
set{down50, count( oplow > 0.49, 100 ) }
set{pct1, down50 / down10 }
set{winpctdown, 100 * pct1 }

set{ hiop, high - open }
set{ up10, count( hiop > 0.09, 100 ) }
set{ up50, count( hiop > 0.49, 100 ) }
set{ pct2, up50 / up10 }
set{winpctup, 100 * pct2 }

add column up10
add column up50
add column winpctup{winup%}
add column down10
add column down50
add column winpctdown{windown%}
add column average day range(10) {adr10}
add column average day range(30) {adr30}
add column average daily volume(90)

set{upplusdown,winpctdown+winpctup}
set{updownavg,upplusdown/2}
add column updownavg

updownavg above 79
average volume(90) above 500000
average day range(30) above 3
average day range(10) above average day range(30)

market is nasdaq
price below 150
sort column 14 descending
]



TheRumpledOne
6,529 posts
msg #71670
Ignore TheRumpledOne
2/23/2009 10:44:36 AM

Image and video hosting by TinyPic

FADE THE GAP

13th_floor
724 posts
msg #71683
Ignore 13th_floor
2/23/2009 9:21:31 PM

A thing of beauty!

Eman93
4,750 posts
msg #72914
Ignore Eman93
3/19/2009 12:32:01 AM

I just realized you are doing the same thing as the fib zones more or less just with out the fib numbers, using hi low and close. What types of set ups do you find stronger than others?
Thanks.


TheRumpledOne
6,529 posts
msg #72919
Ignore TheRumpledOne
3/19/2009 8:56:00 AM

This has nothing to do with fib zones.

Read the thread if you want to understand.



chetron
2,817 posts
msg #72920
Ignore chetron
3/19/2009 9:17:17 AM

= )

Eman93
4,750 posts
msg #72949
Ignore Eman93
modified
3/19/2009 8:43:55 PM

I know thats what I said... you plot yesterdays high ,low and close and trade off the open on a gap down or yesterdays close on a gap up. What is a stronger set up for going long? open below yesterdays low, open below yesterdays close but under the mid point between close and low? thats all.......I cant run stats on the setups, it would help me pull the trigger so to say.....

TheRumpledOne
6,529 posts
msg #73049
Ignore TheRumpledOne
3/24/2009 11:22:07 AM

This is way too funny...

http://www.firsthourtrading.com/details.html

StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 51 52 53 54 55 ... 105 >>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.