StockFetcher Forums · Stock Picks and Trading · Using Guppy GMMA - Put AMBA on pullback watch list buy in today.<< 1 2 3 >>Post Follow-up
graftonian
1,089 posts
msg #131258
Ignore graftonian
9/18/2016 1:22:36 PM

Mac, Watched the video, plus another by Daryl Guppy. Alot of interesting ideas. I am working on 2 filters,one to measure how the long term and short term averages are "stacked", and the other to measure the compression and expansion of the two groups. Will post when I get them cleaned up.

graftonian
1,089 posts
msg #131265
Ignore graftonian
9/18/2016 7:59:37 PM

There are two filters in the following code, one for reversals in long term trend and another (commented out) for short dips in long trend.
Fetcher[
/*Guppy MMA, sep 18*/
market is not OTCBB
Average Volume(30) > 1000000

/*short term*/
draw EMA(3)
draw EMA(5)
draw EMA(7)
draw EMA(9)
draw EMA(11)
draw EMA(13)

/*A point for each pair stacked right*/
set{SS35, count(EMA(3) > EMA(5),1)}
set{SS57, count(EMA(5) > EMA(7), 1)}
set{SS79, count(EMA(7) > EMA(9), 1)}
set{SS911, count(EMA(9) > EMA(11), 1)}
set{SS1113, count(EMA(11) > EMA(13), 1)}

set{ss1, SS35 + SS57}
set{ss2, ss1 + SS79}
set{ss3, ss2 + SS911}
set{short_term_score, ss3 + SS1113}

/*long term*/
draw EMA(70)
draw EMA(60)
draw EMA(50)
draw EMA(40)
draw EMA(35)
draw EMA(30)

set{LS6070, count(EMA(60) > EMA(70), 1)}
set{LS5060, count(EMA(50) > EMA(60), 1)}
set{LS4050, count(EMA(40) > EMA(50), 1)}
set{LS3540, count(EMA(35) > EMA(40), 1)}
set{LS3035, count(EMA(30) > EMA(35), 1)}
set{LS1, LS6070 + LS5060}
set{LS2, LS1 + LS4050}
set{LS3, LS2 + LS3540}
set{long_term_score, LS3 + LS3035}

draw long_term_score
draw short_term_score
set{comp_score, long_term_score + short_term_score}

add column separator
add column short_term_score
add column long_term_score
add column comp_score

/*compression/expansion*/
set{short_band01, EMA(3) - EMA(15)}
set{short_bandwidth, short_band01 / EMA(15)}
draw short_bandwidth
draw short_bandwidth line at 0
set{long_band01, EMA(30) - EMA(70)}
set{long_bandwidth, long_band01 / EMA(70)}
draw long_bandwidth on plot short_bandwidth
add column separator
add column short_bandwidth
add column long_bandWidth

/*FILTER for trend reversal*/
set{days_down, count(comp_score < 1, 15)}
add column days_down
sort on column 9 descending
comp_score > 0
long_term_score < 1
short_term_score < 3
short_term_score > short_term_score 1 day ago

/*FILTER for short term dip in trend*/
/*long_term_score > 4
short_term_score > 1
sort on column 6 ascending*/

/*entry point, trying to figure out how to code a count back line*/

draw rsi(14)
do not draw comp_score
]




graftonian
1,089 posts
msg #131299
Ignore graftonian
9/19/2016 11:32:18 AM

To see if I understand this system, your thoughts on CTLT with a close above 26.09 today.

Mactheriverrat
3,132 posts
msg #131322
Ignore Mactheriverrat
modified
9/20/2016 1:31:43 AM

I would say yes on CTLT


As for my CHK which I was just watching . It was a bad call as there was weakness in the short term group and flatness in the longer term group




Here is the code for those bottom to lines
the diff is for ratio for the ema(3) vs the ema(13)
and diff1 is for the ratio EMA(13) vs EMA(36)


set{diff, EMA(3) - EMA(13)}
draw diff

set{diff1, EMA(21) - EMA(36)}
draw diff1


Mactheriverrat
3,132 posts
msg #131324
Ignore Mactheriverrat
9/20/2016 2:38:51 AM

I'm still playing with this filter!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

graftonian
1,089 posts
msg #131337
Ignore graftonian
9/20/2016 2:52:13 PM

mac, looks like we're both working in the same direction. Those 2 lower lines of yours are the same as my term"bandwidth", except I divided the difference by the long term ema, to get a number that was more universal across a group of stocks.
Todays pick for me would be CLNY, but looks like a DOJI, so would wait awhile tomorrow.

four
5,087 posts
msg #136616
Ignore four
7/4/2017 12:25:11 PM



graftonian
1,089 posts
msg #136621
Ignore graftonian
7/4/2017 4:07:24 PM

Hey Ed, give me your best GUPPY analysis on ABWN.
Thanx, Duane

pthomas215
1,251 posts
msg #136624
Ignore pthomas215
7/5/2017 10:48:11 AM

Graftonian, so upset I didnt get in CALA today., that was the GUPPY play today.

nibor100
1,010 posts
msg #136777
Ignore nibor100
7/15/2017 5:07:58 PM

@graftonian,

I'm way behind in reading forum posts....

Regarding ABWN using Guppy charts on July 4th:

On the positive side for going long the short term mov averages are stacked in order 3,5,8,10,12,15 and the 15 has recently crossed upward thru the 30 day which has done well in the past for ABWN.

On the negative side, the 30 day is still below the 50 and 60 day long term avgs, they are still attached to the short term mov avgs therefore no open space between rising short term mov avgs and rising long term mov avgs (long term are kind of flat)

The closeness of the long term mov avgs to each other could signify an near term move in either direction but probably up due to recent short term group activity.

Regardinng ABWN using Guppy charts today:

15 has held above 30, barely,
long term mov avgs have stayed flat and closely grouped

short term mov avgs have collaped a bit negatively

seems to me, like ABWN is undecided on which way to move.

Ed S.

StockFetcher Forums · Stock Picks and Trading · Using Guppy GMMA - Put AMBA on pullback watch list buy in today.<< 1 2 3 >>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.