StockFetcher Forums · Filter Exchange · TRO CROCK POT - SLOW COOKERS FOR SWING TRADERS<< 1 ... 2 3 4 5 6 ... 26 >>Post Follow-up
StJoe
91 posts
msg #67622
Ignore StJoe
9/23/2008 5:58:09 AM

TRO,

So using RFR crock pot, I picked SCA and bought at open for $2.19 and set limit at $2.30 fo a %5 gain. Well it closed at 1.88 with no pop.

So, my question is, I jsut hold for the pop right?

StJoe

chetron
2,817 posts
msg #67624
Ignore chetron
modified
9/23/2008 6:54:51 AM

morning tro, hope your day starts off great, that being said.....


if this filter was the offspring of MTC, then couldn't you play it any time the price crosses monday's open and grab your 1% all week long? or is it just a one time use thing?

tia chetron



TheRumpledOne
6,529 posts
msg #67626
Ignore TheRumpledOne
modified
9/23/2008 8:45:41 AM

9/23/2008 5:58:09 AM

TRO,

So using RFR crock pot, I picked SCA and bought at open for $2.19 and set limit at $2.30 fo a %5 gain. Well it closed at 1.88 with no pop.

So, my question is, I jsut hold for the pop right?

StJoe
======================================================================

There is NO SUCH THING as RFR CROCK POT.

This system was written for a 1% weekly gain.

I suggest you trade a different system.



TheRumpledOne
6,529 posts
msg #67627
Ignore TheRumpledOne
9/23/2008 8:49:01 AM

chetron

modified 9/23/2008 6:54:51 AM

morning tro, hope your day starts off great, that being said.....


if this filter was the offspring of MTC, then couldn't you play it any time the price crosses monday's open and grab your 1% all week long? or is it just a one time use thing?

tia chetron
=====================================================

YES and NO.

If price drops on Monday and bounces back later during the week, then YES, you could enter SO LONG AS price has NOT hit the 1% LONG Target.

In other words, NO DOUBLE DIPPING!! Only one trade per week per stock.



jimichelssf
12 posts
msg #67640
Ignore jimichelssf
9/23/2008 11:06:58 AM

Tro....

I'm new to these forums and to trading and just wanted to add my thanks to the others for your sharing so much.

Thank You!

This Crock Pot filter seems to be what I was looking for since I still need my day job.

I realize (I think) that this plan is setup to buy at the open on Monday and exit at 1% automatically.....

But what if a stock on Friday evening's list did not make it to 1% above Monday's open by the time the market closes on Monday? Imagine that the price is at or below the Monday open price when it closes on Monday evening.

Does that increase the probability that the 1% move above Monday's open will occur on Tuesday thru Friday.... if you are able to buy on Tuesday at or below the open on Monday?

Maybe the probability remains the same but the time range has been a little compressed?

Many Thanks!

James

TheRumpledOne
6,529 posts
msg #67642
Ignore TheRumpledOne
9/23/2008 11:16:20 AM

James:

NO ONE KNOWS WHAT WILL HAPPEN NEXT, ME INCLUDED.

I just trade what and how the statistics tell me to trade.

So if you buy on Monday and the stock drops you can either:

1) stop out

2) wait it out

3) add to your position

There's another way to look at it...

Say you buy 5 stocks.

Instead of selling the individual stocks when they hit 1%, you sell when the accumulated profit is 1%. So you might have mixture of losers and winners when you sell, but your total portfolio profit is still 1%.

Once again...

IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!!



jimichelssf
12 posts
msg #67645
Ignore jimichelssf
9/23/2008 11:39:54 AM

TRO:

Thanks!

I'm going to try it for a while. It's seems to be wicked simple.

I'll try to let you know how it progresses... and when I think myself into a hole I'll ask for a refresher.

James

chetron
2,817 posts
msg #67726
Ignore chetron
modified
9/25/2008 7:14:48 AM

HOW ABOUT WHICH IS A BETTER BET??????????


Fetcher[

/* SHOULD I BUY OR SHOULD I SHORT NOW */

/* TRO STAT SCAN for LONG SWING TRADERS - use only on Saturday and Sunday */

set{whiop, weekly high - weekly open}
set{Long_Profit, whiop / weekly open }
set{wkProfitPct, 100 * Long_Profit }

set{C1A, count(Long_Profit > .04 , 52)}
set{C2A, count(Long_Profit > .09, 52)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .09 , 52)}
set{D2A, count(Long_Profit > .19, 52)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .19 , 52)}
set{E2A, count(Long_Profit > .29, 52)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .29 , 52)}
set{F2A, count(Long_Profit > .39, 52)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .39 , 52)}
set{G2A, count(Long_Profit > .49, 52)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .49 , 52)}
set{H2A, count(Long_Profit > .99, 52)}
set{H5052, H1A - H2A}

set{I52, count(Long_Profit > .99 , 52)}
set{Lfivepct, count(Long_Profit > .05 , 52)}
set{Lziphi, count(whiop equal 0 , 52)}
set{Lziphix, count(whiop below 0.10 , 1)}
set{Lonepct, count(Long_Profit > .01 , 52)}
set{Ltwopct, count(Long_Profit > .02 , 52)}
set{Lhalfpct, count(Long_Profit > .005 , 52)}
set{Lqtrpct, count(Long_Profit > .0025 , 52)}

add column wkProfitPct {LwkProfitPct}
add column Lqtrpct
add column Lhalfpct
add column Lonepct
add column Ltwopct
add column Lfivepct

add column Lziphi


and add column separator
and add column separator

draw whiop
draw Lziphix
sort column 8 descending


/* TRO CROCK POT - SHORT SWING TRADERS - use only on Saturday and Sunday */

set{woplo, weekly open - weekly low }
set{Short_Profit, woplo / weekly open }
set{SwkProfitPct, 100 * Short_Profit }

set{SC1A, count(Short_Profit > .04 , 52)}
set{SC2A, count(Short_Profit > .09, 52)}
set{SC0010, SC1A - SC2A}

set{SD1A, count(Short_Profit > .09 , 52)}
set{SD2A, count(Short_Profit > .19, 52)}
set{SD1020, SD1A - SD2A}

set{SE1A, count(Short_Profit > .19 , 52)}
set{SE2A, count(Short_Profit > .29, 52)}
set{SE2030, SE1A - SE2A}

set{SF1A, count(Short_Profit > .29 , 52)}
set{SF2A, count(Short_Profit > .39, 52)}
set{SF3040, SF1A - SF2A}

set{SG1A, count(Short_Profit > .39 , 52)}
set{SG2A, count(Short_Profit > .49, 52)}
set{SG4050, SG1A - SG2A}

set{SH1A, count(Short_Profit > .49 , 52)}
set{SH2A, count(Short_Profit > .99, 52)}
set{SH5052, SH1A - SH2A}

set{SI52, count(Short_Profit > .99 , 52)}
set{Sfivepct, count(Short_Profit > .05 , 52)}
set{Sziphi, count(woplo equal 0 , 52)}
set{Sziphix, count(woplo below 0.10 , 1)}
set{Sonepct, count(Short_Profit > .01 , 52)}
set{Stwopct, count(Short_Profit > .02 , 52)}
set{Shalfpct, count(Short_Profit > .005 , 52)}
set{Sqtrpct, count(Short_Profit > .0025 , 52)}

add column Sqtrpct
add column Shalfpct
add column Sonepct
add column Stwopct
add column Sfivepct

add column Sziphi


and add column separator
and add column SC0010 {4_9}
and add column SD1020 {10_19}
and add column SE2030 {20_29}
and add column SF3040 {30_39}
and add column SG4050 {40_49}
and add column SH5052 {50_99}
and add column SI52 {100}
and add column separator
and add column woplo
and add column separator

close above 1
average volume(90) above 1000000
volume above 1000000

draw woplo
draw Sziphix

chart-display is weekly

date offset is 0

]



tomm1111
202 posts
msg #67839
Ignore tomm1111
modified
9/29/2008 12:08:31 AM

Last Monday was in and out within 30 min.

This week I may have to get some extra helpings.

StJoe
91 posts
msg #67842
Ignore StJoe
9/29/2008 6:48:20 AM

tomm,
What stock did you go after?

StockFetcher Forums · Filter Exchange · TRO CROCK POT - SLOW COOKERS FOR SWING TRADERS<< 1 ... 2 3 4 5 6 ... 26 >>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.