StockFetcher Forums · Filter Exchange · TRO CROCK POT - SLOW COOKERS FOR SWING TRADERS<< 1 ... 3 4 5 6 7 ... 26 >>Post Follow-up
TheRumpledOne
6,407 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?

TheRumpledOne
6,407 posts
msg #67846
Ignore TheRumpledOne
9/29/2008 9:22:31 AM

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.

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

DO NOT BE GREEDY!!!

tomm1111
202 posts
msg #67892
Ignore tomm1111
9/30/2008 12:18:36 AM

I only took one position today, as I realized it wasn't going to be ordinary day. VVUS. Even just one position was a risk, but I thought the bill would clear the house and get some sort of a bounce.

Not surprisingly, it's down today. I will be watching it closely tomorrow. This, and the pile of cash I'm sitting on, are my only two positions.

IMHO, the only people who should be trading right now are experience day traders. The risk/reward isn't right for swing trades. (or those who cannot be in front of a computer during market open.)

tomm1111
202 posts
msg #67893
Ignore tomm1111
9/30/2008 12:28:06 AM

DO NOT BE GREEDY!!!

---------------------------------

That is good advice. Thx.

johnpaulca
12,036 posts
msg #67897
Ignore johnpaulca
9/30/2008 12:50:59 AM

I will keep trading old faithful TWM every day in this crappy market. It was up nicely today about 15%, it's a fairly easy stock to trade.

mystiq
650 posts
msg #67900
Ignore mystiq
9/30/2008 5:33:31 AM

chetron
- 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 */
===============================================================================
chetron-
do i run each filter individually, (short swing traders/long swing traders) or together..? for the full effect..?
i get over 1,620 hits for the LONG swing & over 70 hits for the SHORT swing...(ran the filter Tues 05:30/ i know it is for sat/sun use only)- thx mystiq

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