StockFetcher Forums · Stock Picks and Trading · GUPPY trading<< 1 2 3 4 >>Post Follow-up
graftonian
1,089 posts
msg #144107
Ignore graftonian
7/16/2018 11:20:10 AM

For you GUPPY fans out there:

Is AMD a buy at $16.90? If no, why not? If you have a better idea, please share it here

Mactheriverrat
3,132 posts
msg #144121
Ignore Mactheriverrat
7/17/2018 1:11:16 AM

Nice catch!

graftonian
1,089 posts
msg #144128
Ignore graftonian
modified
7/17/2018 8:41:33 AM

Bought IQ in pre mkt at 35.30 initial stop at 31.83. Somehow I missed this setup. Mac, thanks for the heads up.
Going to take a shot at ABEV this morning.

graftonian
1,089 posts
msg #144131
Ignore graftonian
7/17/2018 10:18:39 AM

ABEV in @ 4.89 stop @ 4.67
AMD - still struggling toward the buy signal (16.89)

Mactheriverrat
3,132 posts
msg #144139
Ignore Mactheriverrat
7/17/2018 6:56:32 PM

Your welcome Graf

graftonian
1,089 posts
msg #144224
Ignore graftonian
7/26/2018 3:44:00 PM

Does VKTX meet the criteria for a GUPPY buy in tomorrow morning?

Mactheriverrat
3,132 posts
msg #144229
Ignore Mactheriverrat
7/26/2018 6:51:18 PM

VKTX - I would say yes but Fridays are days to be more cautious .
Here's a chart without Guppy MMA's which Guppy MMA's look good on VKTX , BB bands at 6 month lows . VKTX at resistance line so if she can break above it and hold into the close - I would say next week could see upward movement.



graftonian
1,089 posts
msg #144235
Ignore graftonian
7/27/2018 9:44:37 AM

Mac, thanks for the input. My CBL puts the buy at 11.03, which it topped yesterday. Think I'll take a shot if and when it finds a bottom this morning. Again, thanx.

Mactheriverrat
3,132 posts
msg #144237
Ignore Mactheriverrat
7/27/2018 1:54:07 PM

Like I said Fridays are just about crap anymore.

graftonian
1,089 posts
msg #144239
Ignore graftonian
7/29/2018 11:38:00 AM

This code is missing one important piece of information, that being the Guppy "count back line" or CBL. If any of you geniuses out there can figure out how to code that, it would be most appreciated.
The following code generally finds pretty good candidates, they do need to be put through the classic Daryl Guppy scrutiny.
This week I am holding ABEV, AEG, and GOL, all doing OK

Fetcher[
/*FRIDAY THE 13TH */
/* EMA 3 AND 15 cross, MACD cross, stochastic cross, and HULL MA going positive
to pick candidates for Guppy style trading */
market is not OTCBB
Average Volume(30) > 1000000
close between .5 and 20
CHART-TIME IS 6 months
Draw ema(3)
draw ema(15)
draw ema(30)
draw ema(60)
/**********/
set{trig1, count(ema(3) crossed above ema(15), 1)}
draw MACD
set{trig2, count(MACD Fast Line(12,26,9) crossed above MACD Slow Line(12,26,9) within the last 3 days, 1)}
draw Stochastic %K(15,5,3)
set{trig3, count(Stochastic %K(15,5,3) crossed above Stochastic %D(15,5,3) within the last 3 days, 1)}
set{x, trig1 + trig2}
set{x1, x + trig3}
/*HULL MA */
set{slow1, cwma(close, 15)}
set{slow2, 2 * slow1}
set{slow3, cwma(close, 30)}
set{valslow, slow2 - slow3}
set{HULL30MA, cwma(valslow, 5)}
draw HULL30MA on plot price
set{trig4, count(slope of HULL30MA > 0, 1)}
plottype{entry, zerobar}
set{entry, x1 + trig4}
draw entry
/*filter*/
entry > 2
/*************/
add column separator
add column trig1{ema_cross}
add column trig2{macd_cross}
add column trig3{stoch_cross}
add column trig4{hull_ma30}
add column separator
add column entry
sort on column 11 descending
]






StockFetcher Forums · Stock Picks and Trading · GUPPY trading<< 1 2 3 4 >>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.