StockFetcher Forums · Stock Picks and Trading · Short -Sell Filter<< 1 ... 7 8 9 10 11 ... 12 >>Post Follow-up
Village Elder
231 posts
msg #151042
Ignore Village Elder
3/2/2020 5:40:19 PM

ALT - STO 2,630 shares at the open price of $3.80
Trade closed at end of the day (exit rule 1). BTC at $3.16 for a gain of $1,683.20 (+16.84%)

NVAX - STO 715 shares at the open price of $13.96
Trade closed at end of the day (exit rule 1). BTC at $12.02 for a gain of $1,387.10 (+13.90%)

DWT - STO 1,340 shares at the open price of $7.43
Trade closed at end of the day (exit rule 1). BTC at $6.84 for a gain of $830.80 (+8.31%)

APT recovered more today (now down ONLY -$4,800) but that is a lot better than where it was last week. ROC(5,1) is at 122.8 so it has another day or two to drop.

Village Elder
231 posts
msg #151045
Ignore Village Elder
modified
3/2/2020 7:19:45 PM

Trades for 3/3/2020:

KPTI

TRIL


Not trading stocks that I recently traded profitably (CODX, TEDU, MRNA) or ones that are on the list due to being acquired (FTSV, GCAP). My own preferences on the former, but the latter do not qualify as valid trades.

Village Elder
231 posts
msg #151053
Ignore Village Elder
3/3/2020 10:42:36 AM

TRIL - STO 1,610 shares at the open price of $6.21

KPTI - STO 375 shares at the open price of $26.51

Village Elder
231 posts
msg #151062
Ignore Village Elder
3/3/2020 6:44:59 PM

TRIL - STO 1,610 shares at the open price of $6.21
Trade closed at end of the day (exit rule 1). BTC at $5.80 for a gain of $660.10 (+6.60%)

KPTI - STO 375 shares at the open price of $26.51
Trade closed at end of the day (exit rule 1). BTC at $24.67 for a gain of $688.13 (+6.92%)

APT - STO 925 shares at the open price of $10.81
Holding for an exit rule to be triggered. ROC(5,1) currently at 91.9

Village Elder
231 posts
msg #151074
Ignore Village Elder
3/4/2020 9:04:23 AM

Trades for 3/4/2020:

INO

NCNA

MITO


Again, I'm not trading any stocks I have traded in the past week or so - when you look at the charts, I am avoiding those since they have already had their run up (and usually a big run down). Also you need to look at whether or not a stock has popped on the filter because of an acquisition (like GCAP or FTSV).

I had a request to re-post the filter I am using - really nothing has changed in it since the first post, except that I am screening out stocks that do not have a lot of shares available.

Fetcher[
close above 3
close above close 1 day ago
volume above 1000000
roc(5,1) above 50
shares outstanding above 10

add column roc(5,1)
sort on column 5 descending
ADD COLUMN SHARES OUTSTANDING

draw roc(5,1) line at 50
chart-time is 21 days
]



Village Elder
231 posts
msg #151080
Ignore Village Elder
3/4/2020 7:32:43 PM

INO - STO 1,175 shares at the open price of $8.50
Trade closed at end of the day (exit rules 1 and 2). BTC at $8.02 for a gain of $558.13 (+5.59%)

MITO - STO 3,310 shares at the open price of $3.02
Trade closed at end of the day (exit rule 1). BTC at $2.67 for a gain of $1,158.50 (+11.59%)

APT - STO 925 shares at the open price of $10.81
Trade closed at end of the day (exit rule 2). BTC at $16.00 for a loss of -$4,800.75 (-48.01%)

NCNA - STO 1,150 shares at the open price of $8.68
Holding trade until an exit rule is triggered.

Village Elder
231 posts
msg #151085
Ignore Village Elder
3/5/2020 8:11:33 AM

Trades for 3/5/2020:

OMER

XAIR

Village Elder
231 posts
msg #151091
Ignore Village Elder
3/6/2020 7:41:13 AM

NCNA - STO 1,150 shares at the open price of $8.68
Trade closed at end of the day (exit rules 1 and 2). BTC at $7.99 for a gain of $793.50 (+7.95%)

OMER - STO 510 shares at the open price of $19.56
Holding trade until an exit rule is triggered.

XAIR - STO 920 shares at the open price of $10.89
Trade closed at end of the day (exit rules 1 and 2). BTC at $9.31 for a gain of $1,453.60 (+14.51%)

Village Elder
231 posts
msg #151092
Ignore Village Elder
3/6/2020 7:47:01 AM

In order to help those who are trying to backtest what I am doing in this thread, and to formalize some of my seemingly discretionary choices into the code, here is an updated version of the filter that uses the same selection criteria, but is coded so that only stocks where the signal is new today and has not triggered in the previous 10 days are selected. This way one does not trade stocks one has already traded recently.

Hope this helps, but for me I have been doing this pretty much all along.

The exits rules are simple - take a profit any time, or wait for a cross below ROC(5,1) =50.

__________

Fetcher[
/*Define individual entry criteria*/
set{entry1, count(close above 3,1)}
set{entry2, count(close above close 1 day ago,1)}
set{entry3, count(volume above 1000000,1)}
set{entry4, count(roc(5,1) above 50,1)}
set{entry5, count(shares outstanding above 10,1)}

/*Now combine them into a single signal for today*/
set{entry6, entry1 * entry2}
set{entry7, entry6 * entry3}
set{entry8, entry7 * entry4}
set{entry, entry8 * entry5}

/*Pick candidates where all of the criteria are met for today AND for the first time in the last 10 days*/
count(entry above 0,1) equals 1
count(entry above 0,10) equals 1

add column roc(5,1)
sort on column 5 descending
ADD COLUMN SHARES OUTSTANDING

draw entry
draw roc(5,1) line at 50
chart-time is 21 days
]



Village Elder
231 posts
msg #151095
Ignore Village Elder
3/6/2020 8:53:52 AM

Trades for today - 3/6/2020:

OCUL
VSTM
GNMK
CLSD

StockFetcher Forums · Stock Picks and Trading · Short -Sell Filter<< 1 ... 7 8 9 10 11 ... 12 >>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.