StockFetcher Forums · Filter Exchange · FUN with Guppys ... a different perspective !<< 1 2 >>Post Follow-up
alf44
2,025 posts
msg #117685
Ignore alf44
modified
1/10/2014 4:54:17 PM

.

............................................ Somewhere ... Over The Rainbow ... "GUPPYS" Fly !




Fetcher[

/* Meet the Guppys */

set{Closesum3, sum(Close, 3)}
set{Gup3, Closesum3 / 3}

set{Closesum5, sum(Close, 5)}
set{Gup5, Closesum5 / 5}

set{Closesum8, sum(Close, 8)}
set{Gup8, Closesum8 / 8}

set{Closesum10, sum(Close, 10)}
set{Gup10, Closesum10 / 10}

set{Closesum12, sum(Close, 12)}
set{Gup12, Closesum12 / 12}

set{Closesum15, sum(Close, 15)}
set{Gup15, Closesum15 / 15}

/* --- */

set{Closesum30, sum(Close, 30)}
set{Gup30, Closesum30 / 30}

set{Closesum35, sum(Close, 35)}
set{Gup35, Closesum35 / 35}

set{Closesum40, sum(Close, 40)}
set{Gup40, Closesum40 / 40}

set{Closesum45, sum(Close, 45)}
set{Gup45, Closesum45 / 45}

set{Closesum50, sum(Close, 50)}
set{Gup50, Closesum50 / 50}

set{Closesum60, sum(Close, 60)}
set{Gup60, Closesum60 / 60}

/* ------------------------------ */

symlist(SPY,QQQ,DIA)

/* ------------------------------ */

/* Indicators */

/* 16 Day Hull Moving Average */

set{hull1, CWMA(Close,8)}
set{hull2, 2 * hull1}
set{hull3, CWMA(Close,16)}
set{valhull, hull2 - hull3}
set{hullavg16, CWMA(valhull,4)}

/* --- */

draw indicator Parabolic SAR on plot price

draw indicator hullavg16 on plot price
draw MA(55)

/* --- */

draw indicator Gup3
draw indicator Gup5 on plot Gup3
draw indicator Gup8 on plot Gup3
draw indicator Gup10 on plot Gup3
draw indicator Gup12 on plot Gup3
draw indicator Gup15 on plot Gup3

/* --- */

draw indicator Gup30 on plot Gup3
draw indicator Gup35 on plot Gup3
draw indicator Gup40 on plot Gup3
draw indicator Gup45 on plot Gup3
draw indicator Gup50 on plot Gup3
draw indicator Gup60 on plot Gup3

chart-time is 6 months
]




From Investopedia :


An indicator used to identify changing trends. The technique consists of combining two groups of moving averages with differing time periods.

One set of moving averages in the Guppy Multiple Moving Average (GMMA) has a relatively brief time frame and is used to determine the activity of short-term traders. The number of days used in the set of short-term averages is 3, 5, 8, 10, 12 & 15.

The other group of averages is created with extended time periods and is used to gauge the activity of long-term investors. The long-term averages use periods of 30, 35, 40, 45, 50 & 60 days.


.

duke56468
683 posts
msg #117689
Ignore duke56468
1/10/2014 8:12:34 PM

another one not sure where I got it.

Fetcher[market is s&p 500
and volume above 2000000
and cwma(close,5) crossed above cwma(close,60)
set{newPlot, cwma(close,3)} on plot price
and draw cwma(close,5) on plot price
and draw cwma(close,8) on plot price
and draw cwma(close,10) on plot price
and draw cwma(close,12) on plot price
and draw cwma(close,15) on plot price

and draw cwma(close,30) on plot price
and draw cwma(close,35) on plot price
and draw cwma(close,40) on plot price
and draw cwma(close,45) on plot price
and draw cwma(close,50) on plot price
and draw cwma(close,60) on plot price

and draw cwma(close,100) on plot price

and do not draw bollinger
]



alf44
2,025 posts
msg #117691
Ignore alf44
modified
1/10/2014 8:45:54 PM

.

... over the years at SF ... there have been MANY variations of "Guppy Multiple Moving Averages" ... presented here !

I know ... because I have posted "MANY" of them !!!

MOST (If not all) of them ... have been displayed in the way you have displayed them ... that is ... ON THE PRICE PLOT !


YAWN !!!

-----

What I have done here ... and ... THE PURPOSE OF THIS THREAD ...

... is to present the idea of "GUPPYS" ... with a "DIFFERENT PERSPECTIVE" !!!


To display "the colorful & cute lil guppys" ... completely ... and ... separately... from the "price plot" !!!


..


alf44
2,025 posts
msg #117692
Ignore alf44
modified
1/10/2014 11:24:16 PM

...

Oh... and by the way ... I added a 16 period Hull Moving Average (and some other stuff) ... on the price plot at "no xtra charge" !!!


Just sayin'

.

alf44
2,025 posts
msg #117709
Ignore alf44
modified
1/12/2014 2:06:44 AM

.

..............................................Low Spark




.


bert123
52 posts
msg #117715
Ignore bert123
1/12/2014 11:36:19 AM

In case anyone is interested, Dave Mason, former member of Traffic, is currently touring the US featuring songs fromTraffic.

alf44
2,025 posts
msg #117716
Ignore alf44
1/12/2014 4:38:59 PM

.

... love Dave Mason ... but, without Stevie Winwood on keyboards and vocals ... it just ain't Traffic !

.

scott111552
173 posts
msg #117720
Ignore scott111552
1/12/2014 9:58:13 PM

....was fortunate enough to catch Dave Mason as a member of Ringo Starr's All-Star Band....superb show!!

bert123
52 posts
msg #117722
Ignore bert123
1/13/2014 12:49:26 AM

Scott: Dave is also great solo - see him if you get the chance - he must be close to 70 but still brings it.
Alf: Concerning taste, there is no dispute.

push5280
197 posts
msg #117757
Ignore push5280
1/15/2014 12:57:07 PM

Is there a way to change the colors of the lines? I think the the change in trends would be much easier to identify if all of the short term averages were black and all the long terms were red, rather than the 5 or 6 colors that SF uses and 2 ma's use the same color line. QA little confusing on some charts

StockFetcher Forums · Filter Exchange · FUN with Guppys ... a different perspective !<< 1 2 >>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.