StockFetcher Forums · Filter Exchange · TRO'S CROCK POT 2.0<< 1 ... 13 14 15 16 17 ... 27 >>Post Follow-up
Cheese
1,374 posts
msg #157787
Ignore Cheese
10/6/2021 12:46:24 PM

https://www.stockfetcher.com/forums/Filter-Exchange/TRO-S-CROCK-POT-2-0/115856/130
nibor100 10/6/2021 12:02:05 PM
=====================================================================


THANK YOU VERY MUCH Ed S nibor100
You are one of the smartest persons in this forum, so I'm going to try to follow your instructions
and hopefully, this will give me a deeper learning of CROCK POT 2.0 and Redversa's trading.



Cheese
1,374 posts
msg #157788
Ignore Cheese
10/6/2021 1:19:02 PM

https://www.stockfetcher.com/forums/Filter-Exchange/TRO-S-CROCK-POT-2-0/115856/130
nibor100 10/6/2021 12:02:05 PM
=====================================================================


@nibor100
ok, I've just started to learn your very interesting and useful tracking tool. THANK YOU, Ed S.

@Redversa721
After using Ed S' tracking tool, I now appreciate the value of your filter even more. THANK YOU !


redversa721
157 posts
msg #157808
Ignore redversa721
10/7/2021 7:53:14 PM

Nibor

Just saw the system. That's pretty good way to track each week of changes. Let me dig further into that over the next few weeks. Great concept.

Will update this week's result tomorrow.

nibor100
1,095 posts
msg #157815
Ignore nibor100
10/8/2021 10:05:04 AM

a. Add these 2 lines to test whether or not you can double your pleasure with only half the purchases each week:

set{fourpcttriggered, count(Long_Profit > .04 , 1)}
add column fourpcttriggered {hit 4% target this week}

b. or add the following 2 lines to see if you can double your funds in 5 months without the benefit of compounding:

set{fivepcttriggered, count(Long_Profit > .05 , 1)}
add column fivepcttriggered {hit 5% target this week}

c. Always something different to explore and analyze,
Ed S.

redversa721
157 posts
msg #157823
Ignore redversa721
10/8/2021 4:49:51 PM

Week 6
Total Buys 22
Wins 18
Loss
Unsold : 4

weekly p&l
Gain Only: 89.26
Loss Only:

Total:
Total Gain : 624.61 [ Since Start]
Total Loss : -130.08 [Since Start]
Net : 494.53 [ Since Start]



Week 1 unsold : 0
Week 2 unsold : 4
Week 3 unsold : 3
Week 4 unsold : 1
Week 5 Unsold : 3
Week 6 Unsold : 4

Summary:
Week started off pretty red. The realized gain this week is about 90 bucks, since I have become much more faster at entering in the exit values i suppose my profits are at 2 % instead of catching some of the larger gains when market opens. Used to take me 15-20 mins to enter the exit values, in that time some equities are up 6-7%.

Now I am done by about 7 mins after market open and so am only mostly catching the exact 2% [Interesting how greed comes into the picture]

Unrealized loss from the 4 unsold equities are about 40 or so dollars.two of them are almost at purchase price.

So net realized so far is about 50 bucks.

Right now my exit percent is at 1.9%, I am going to try to up it to 2.29% and go from there.

Thoughts so far: system is pretty consistent, about 50-60 bucks per week for 5K invested. With a little bit of reinvestment , can be a decent source in year 3/4

This is also a perfect scenario for a bot, since there are only 2 operations. Create orders at close and then once filled Mon Morning, create exit orders.
=======
I am out of town on Monday/ Tuesday so I have not filled any transactions for next week. Will continue the week after





redversa721
157 posts
msg #157824
Ignore redversa721
10/8/2021 4:57:07 PM

Nibor. Heading out of town. 4% a week per equity would be amazing. I have to run a year worth of manual backtest to see how it compares against 2. But even a 3% would be epic.
To be honest a lot of stiocks pop up at least 4-10 percent during the week. Thanks for putting in the time.

I am upping up the percent from my current 1.9% to 2.29 and over time up the value to see what happens.


Mike,
It's not my system, just using what TRO and others have developed. I am just mechanically following their system.

Cheese / Nibor

One more strategy I am testing is the One stock a day, I believe I linked that on one of the previous page. I have been trying that the past few days as well and seems very promising [tried with small amounts this week and it was 100% success]

I am also back testing as well as fine tuning it. Looks good so far. Will update you after a couple of weeks of testing

It is simple, coz you buy at market close, enter your exit values . for a 5K investment, it is a easy 700 bucks a week.


Cheese
1,374 posts
msg #157825
Ignore Cheese
10/8/2021 5:07:39 PM

https://www.stockfetcher.com/forums/Filter-Exchange/TRO-S-CROCK-POT-2-0/115856/140
redversa721 10/8/2021 4:49:51 PM
redversa721 10/8/2021 4:57:07 PM
=====================================================================

redversa721 and nibor,
a BIG THANK YOU again to you two.


I'm happy to know that redversa721 has made steady progress and may be moving up
to the next level. I also like TRO's idea of mentoring chip to trade just one stock. Have
a safe trip.

nibor's tracking tool is a big boost to my crock pot learning journey !

nibor100
1,095 posts
msg #157826
Ignore nibor100
10/8/2021 8:36:18 PM

OOpss!,

I left out a couple of lines in the filter I posted previously so below is a corrected version with the added 4% and 5% columns:

Ed S.

Fetcher[
/* TRO STAT SCAN for SWING TRADERS - use only on Saturday and Sunday
*/
apply to watchlist(redoct2)

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

set{onepct, count(Long_Profit > .01 , 52)}
set{twopct, count(Long_Profit > .02 , 52)}
set{triggered, count(Long_Profit > .02 , 1)}

DRAW TRIGGERED

set{onepcttriggered, count(Long_Profit > .01 , 1)}
set{twopcttriggered, count(Long_Profit > .02 , 1)}

add column wkProfitPct
add column onepct {hit 1% target over last 52 weeks}
add column twopct {hit 2% target over last 52 weeks}

and add column separator
add column onepcttriggered {hit 1% target this week}
add column twopcttriggered {hit 2% target this week}
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}
set{wclop, weekly close - weekly open}
set{week_Profit, wclop / weekly open }
set{weekProfitPct, 100 * week_Profit }
and add column weekProfitPct{wk prft wkop to wkclose}

/*close is above 5*/
/*average volume(90) above 500000*/
/*TWOPCT ABOVE 44*/

/* sort column 7 descending
Original TRO Cookpot
*/

sort column 5 descending
chart-display is weekly

set{fourpcttriggered, count(Long_Profit > .04 , 1)}
add column fourpcttriggered {hit 4% target this week}

set{fivepcttriggered, count(Long_Profit > .05 , 1)}
add column fivepcttriggered {hit 5% target this week}
]



Cheese
1,374 posts
msg #157827
Ignore Cheese
10/8/2021 10:06:21 PM

https://www.stockfetcher.com/forums/Filter-Exchange/TRO-S-CROCK-POT-2-0/115856/140
TRO'S CROCK POT 2.0
nibor100 10/8/2021 8:36:18 PM
=====================================================================

THANK YOU, Ed S
No harm done in my case. I am there, yet.

nibor100
1,095 posts
msg #157852
Ignore nibor100
10/12/2021 11:15:58 AM

Last we heard, Redversa721 was going to be on travel Monday so would not be doing his weekly live test of the TRO Crock Pot 2.0 filter that he posted on Aug 29th earlier in this thread.

I'm going to quasi paper trade the top 20 stocks from that filter's run on Saturday, using SF, and Trading View for intraday data, and Excel for analysis.

1. These are the 20 stocks:
NCTY
BTBT
SI
ANY
CAN
MARA
SGOC
CARV
DAO
TYHT
ETHE
VTNR
AEHR
MOSY
LPI
CPE
MDIA
LMFA
BNED
DLPN

2. At the beginning of his live tests, I believe Redversa721 was spending about 20 minutes after the Open to set up his 2% exit profit stops and he consistently found that many of the stocks gain their 2% very quickly on the first day of the week.

So my first idea for Monday was to see how much profit could be gained by only being in the market for 30 minutes on the first day of the week and exiting all remaining open positions at 10am and theoretically taking the rest of the week off.

3. Since SF info is 20 minutes delayed, I ran my corrected checking filter, that I posted on Oct 8th, at 10:20am Monday and downloaded the CSV file into Excel. I set up all 20 buys to be based on $250 for his standard portfolio of $5K.

In an ideal world if one had just watched those 20 stocks from 9:30 to 10am, after buying them all at the Open and subsequently, selling the ones that went upward from the Open price at their highest achieved price and selling the other ones that only went down, at 10 am, the total $ gained would have been .$123 which is about a 2.5% overall gain.

17 of the 20 had highs greater than the Open in that first 30 minutes of trading,

Later I'll post the more realistic achievable gains by using 2% thru 5% profit stops during the first 30 minutes and also some end of day gain stats for Monday.

Ed S.

.


StockFetcher Forums · Filter Exchange · TRO'S CROCK POT 2.0<< 1 ... 13 14 15 16 17 ... 27 >>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.