StockFetcher Forums · Stock Picks and Trading · Picks and Pans Since Jan 2020<< 1 ... 22 23 24 25 26 ... 29 >>Post Follow-up
sandjco
648 posts
msg #153363
Ignore sandjco
modified
8/2/2020 2:24:02 PM

My attempt at Darva

Fetcher[
sp500
draw Darvas box

set{DB1, count(darvas box > darvas box 1 week ago,1) * count(darvas box > darvas box 2 weeks ago,1)}
db1 > 0
]



of course...edits/suggestions to improve are welcome as always!


nibor100
1,010 posts
msg #153366
Ignore nibor100
8/2/2020 4:56:34 PM

a. If you want to keep your running post accurate I suggest you modify your prior post that has Apple announcing a 1-4 split to a 4-1 split as there is a big difference in outcomes.

b. Darvas was very selective once he had his system refined; choosing only those Momo plays of the highest order.

c. You probably want to add some kind of history aspect to your filter regarding recent highs as several of the stocks returned seem to be in declines which Darvas would not have bought once his system was defined.

d. Weinstein also preferred stocks reaching all time highs.

Ed S.

sandjco
648 posts
msg #153370
Ignore sandjco
8/2/2020 7:50:31 PM

@Ed S. Thank you for dropping by and the feedback!
a. Yes, my error - AAPL splits 4:1 (get 3 shares for the 1 you have) and not 1:4 as written; last time it split was 7:1 in 2014

b. Still searching. The amended script below has still too much hits. Wonder if there was a way to catch a stock "while at rest" between boxes?

c. added new highs history lookback and WMA150 to filter out those stocks not in an uptrend.

Fetcher[
sp500
draw Darvas box


set{X1, count(close reached a new 52 week high within the last 90 days,1)}
set{X2, count(darvas box above darvas box 1 week ago,1) * count(darvas box above darvas box 3 weeks ago,1)}
set{x3, count(close > WMA(150),1)}
set{x4, X1 * X2}
set{x5, X3 * X4}

x5 > 0
add column sector
]



sandjco
648 posts
msg #153372
Ignore sandjco
8/2/2020 8:56:41 PM

Things that makes you go hmmm...

https://www.nytimes.com/2020/07/31/business/kodak-ceo-stock-options.html


The game is not rigged....at all.

xarlor
562 posts
msg #153373
Ignore xarlor
8/2/2020 9:26:47 PM

Adding a recent 3-year high makes your filter look quite promising, sandjco. At first I thought it may just be another sign of the unhinged market the past few months. I went back pre-crash and the filter seems to hold up then too.

Fetcher[
sp500
draw Darvas box


set{X1, count(close reached a new 52 week high within the last 90 days,1)}
set{X2, count(darvas box above darvas box 1 week ago,1) * count(darvas box above darvas box 3 weeks ago,1)}
set{x3, count(close > WMA(150),1)}
set{x4, X1 * X2}
set{x5, X3 * X4}

/* Only show stocks that reached a new 3-year high within the last 10 days */
set{3yrh,count(close reached a new high 3 year high,10)}
set{x6,x5*3yrh}
x6 > 0
add column sector
]



sandjco
648 posts
msg #153424
Ignore sandjco
8/4/2020 9:51:38 PM

Forgive me father for I have sinned....I should start another thread called "confessions of an earnings junkie". So hard to be disciplined...

Played ENPH today...what will it do from here thereon?


The good - existing position.
The derp play? Adding during earnings day...

sandjco
648 posts
msg #153435
Ignore sandjco
8/5/2020 11:07:04 PM

43 HIBL $106.07 stop $99.11
351 DFEN $12.23 stop $11.38

Using today's EOD. Testing the ATR position sizing concept

Fetcher[
SET{SHARESTOBUY, 300/atr(20)}
set{positionamt, close * sharestobuy}
set{stoploss, close - ATR(20)}

add column sharestobuy {shares}
add column stoploss {stop}
add column positionamt {size}
]



sandjco
648 posts
msg #153496
Ignore sandjco
modified
8/10/2020 12:32:46 PM

Picked up more DPST; will use EOD pricing.
Will pick up DUSL/MIDU probably EOD

HIBL and DFEN holding.

Shorted MCRB $25; will probably cover EOD

edit: scaled back on ENPH

sandjco
648 posts
msg #153500
Ignore sandjco
8/10/2020 6:17:26 PM

Closed MCRB using $22.70. +2.30 for a day's trip.

Picked up DPST $66.14 stop at $60.66 and MIDU $25.18 stop at $24.18
DFEN moved stop to $12.63
HIBL moved stop to $112.99

ron22
255 posts
msg #153502
Ignore ron22
modified
8/10/2020 8:21:58 PM

sandjco, Nice trade on MCRB.

StockFetcher Forums · Stock Picks and Trading · Picks and Pans Since Jan 2020<< 1 ... 22 23 24 25 26 ... 29 >>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.