StockFetcher Forums · Filter Exchange · TRO CROCK POT - SLOW COOKERS FOR SWING TRADERS<< 1 2 3 4 5 ... 26 >>Post Follow-up
dcsnowden
52 posts
msg #67297
Ignore dcsnowden
modified
9/15/2008 12:18:05 PM



TheRumpledOne
6,407 posts
msg #67300
Ignore TheRumpledOne
9/15/2008 2:10:30 PM

Thanks for sharing.

GOT PORK?



StJoe
91 posts
msg #67308
Ignore StJoe
9/15/2008 8:20:23 PM

Hey lfrisch and TRO,

Actualy I am very new. IWork duing the day and have to place my trades at night.
I also use Scottrade and they charge me $14 for a round trip. Today was my first shot at swing trading. Using TRO's "SLOW COOKER FOR SWING TRADERS" ( thank you very much TRO! It woiked for me!)

Ibought RDN at market open and then placed a sell at 2% and it hit and sold 24 min. later!

So, do I have to wait for my funds to be available until Thursday? Or can I use them now?

One thing I found with Scottrade is I had to wait until I owned the stock before I could place my sell stop. Is that common ? If so how can I set it up the night before and not have to be there after the market opens to set my sell stop?

Also, how do I get to trade cheaper then a $14 round trip?

Thanks to all who respond.

StJoe

tomm1111
202 posts
msg #67315
Ignore tomm1111
9/15/2008 10:59:55 PM

No worries...

It's an awesome filter. I wish I loaded up on a 3-4 positions prior open today.

dcsnowden
52 posts
msg #67363
Ignore dcsnowden
9/17/2008 11:38:37 AM

RUMP

I was wondering if you would mind altering your filter so as to screen for volitile stocks that swing 1 to 5 percent
up AND down from monday's open on any given week.....then one could take a position either short or long based
on trend direction. May not get many statistically appealing returns, but........
Thanks in advance......DCS


TheRumpledOne
6,407 posts
msg #67376
Ignore TheRumpledOne
modified
9/17/2008 5:13:32 PM

There's already a LONG version and a SHORT version in post #1

But this might do what you want

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

set{whiop, weekly high - weekly open}
set{Long_Profit, whiop / weekly open }
set{lgwkProfitPct, 100 * Long_Profit }
set{lgfivepct, count(Long_Profit > .05 , 52)}
set{lgonepct, count(Long_Profit > .01 , 52)}


set{woplo, weekly open - weekly low }
set{Short_Profit, woplo / weekly open }
set{shwkProfitPct, 100 * Short_Profit }
set{shfivepct, count(Short_Profit > .05 , 52)}
set{shonepct, count(Short_Profit > .01 , 52)}

add column lgonepct
add column shonepct
and add column separator
add column lgfivepct
add column shfivepct


and add column separator
and add column weekly open {wopen}
and add column weekly high {whigh}
and add column weekly low {wlow}
and add column weekly close {wclose}
and add column separator

lgonepct above 47
shonepct above 47
close is above 1
average volume(90) above 500000

sort column 6 descending

chart-display is weekly

date offset is 0
]



TheRumpledOne
6,407 posts
msg #67377
Ignore TheRumpledOne
9/17/2008 5:16:10 PM

StJoe
- Ignore StJoe 9/15/2008 8:20:23 PM

Hey lfrisch and TRO,

Actualy I am very new. IWork duing the day and have to place my trades at night.
I also use Scottrade and they charge me $14 for a round trip. Today was my first shot at swing trading. Using TRO's "SLOW COOKER FOR SWING TRADERS" ( thank you very much TRO! It woiked for me!)

Ibought RDN at market open and then placed a sell at 2% and it hit and sold 24 min. later!

So, do I have to wait for my funds to be available until Thursday? Or can I use them now?

One thing I found with Scottrade is I had to wait until I owned the stock before I could place my sell stop. Is that common ? If so how can I set it up the night before and not have to be there after the market opens to set my sell stop?

Also, how do I get to trade cheaper then a $14 round trip?

Thanks to all who respond.

StJoe

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

I don't know if TD Ameritrade is still offering their IZONE accounts. $10 round trip unlimited shares.

If you have a MARGIN account then you don't have to wait 3 days but you can't do more than 3 round trips (day trades) in a 5 day period or you're account will be flagged as a PATTERN DAY TRADER.

If you have a cash account then you have to wait the 3 days. Just divide your account into thirds. That way you can trade each day.



Sqwii
160 posts
msg #67379
Ignore Sqwii
9/17/2008 6:36:11 PM

I am not quite sure about this TRO.

But can't you make a stock filter which looks for STATS between all stocks where you PICK one stock on mondays and hold to fridays and sell them there.. which stocks tend to move up in these 5 days ?

Best Regards

Chris

TheRumpledOne
6,407 posts
msg #67390
Ignore TheRumpledOne
modified
9/17/2008 9:33:40 PM

That would be the first filter posted UNLESS I don't understand your question.

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

set{wclop, weekly high - weekly close}
set{Long_Profit, wclop / 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{fivepct, count(Long_Profit > .05 , 52)}
set{zipcl, count(wclop equal 0 , 52)}
set{zipclx, count(wclop below 0.10 , 1)}
set{onepct, count(Long_Profit > .01 , 52)}
set{twopct, count(Long_Profit > .02 , 52)}
set{halfpct, count(Long_Profit > .005 , 52)}
set{qtrpct, count(Long_Profit > .0025 , 52)}

add column wkProfitPct
add column qtrpct
add column halfpct
add column onepct
add column twopct
add column fivepct

add column zipcl


and add column separator
and add column C0010 {4_9}
and add column D1020 {10_19}
and add column E2030 {20_29}
and add column F3040 {30_39}
and add column G4050 {40_49}
and add column H5052 {50_99}
and add column I52 {100}
and add column separator
and add column weekly open {wopen}
and add column weekly high {whigh}
and add column weekly low {wlow}
and add column weekly close {wclose}
and add column separator

close is above 1
average volume(90) above 500000

draw whiop
draw zipclx
sort column 8 descending

chart-display is weekly

date offset is 0
]



Perhaps the above is what you wanted....

How many times Weekly Close - Weekly Open above 1%.





Sqwii
160 posts
msg #67400
Ignore Sqwii
9/18/2008 4:38:00 AM

TRO , I just want to know that I am correct.

That means that you can also use the filter for example today and get results for the best gainers(next 5 days)? Or it is only for using in the weekend?

I thought it could be a nice filter if you could make it just for the "next 5 days" which stocks is statistically open over 1% over the next 5 days?

But indeed I tried this filter and it came up with LNN as the first buy. Would you then tell me the first stocks the filter shows would be the best ? or do you have some kind of let the best stocks be on the top :-) ?

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