Click here to Login








GMMA - Guppy Multiple Moving Average

by Brian Brown, 5181 days ago
Share |






The Guppy Multiple Moving Average is a technical analysis trading indicator developed by Daryl Guppy and explained in his Trend Trading book. The Guppy MMA uses multiple exponential moving averages to determine whether outlook of short-term traders agrees with the outlook of longer-term traders or investors and thus identifies change in trends. The Guppy MMA can be applied to any market (Stock, Forex, ETF or Futures markets).

The Guppy Multiple Moving Average indicator combines two sets of moving averages with different periods or time frames. The first set of moving averages in the GMMA uses a short time frame to track the trading activity of short-term traders. The second set of moving averages in the GMMA uses a longer time frame to track the trading activity of long-term traders.
Time frames or periods of 3, 5, 8, 10, 12 and 15 days are generally used for the first set, while periods of 30, 35, 40, 45, 50 and 60 days are used for the second set.

The separation of the long and short-term trader outlooks is one of the main advantages of the Guppy MMA indicator. The intersection between the two groups of moving averages indicates that a change in the trend occurred. The trend is bullish when the first set of moving averages, the short-term ones, are above the long-term averages, and it is bearish when the short-term moving averages are below the long-term averages.
However, the intersection between these two sets is not as important as the relationship between them. Good trading opportunities are signaled by the GMMA when the two sets of moving averages compress at the same item, which result in an increase in the price volatility.
Because the GMMA indicator uses moving averages, which are generally used as trend following indicators, it is best suited for trending stocks.

Here are the main advantages and disadvantages of the guppy multiple moving averages:
Advantages:
- The gmma guppy or gmma indicator allows better understanding of the trend strength
- It allows better analysis of the trading activity and the trend environment
Disadvantages:
- Do not work for trendless stocks or assets
- It has the same problems as the moving average (lag)

Here is the Guppy Multiple Moving Average formula: (There is nothing to download)
// First exponential moving average of the gmma guppy
guppy0= ema( close, 3 );
guppy1= ema( close, 5 );
guppy2= ema( close, 8 );
guppy3 = ema( close, 12 );
guppy4 = ema( close, 15 );
// The gmma indicator is constituted of 10 emas
Plot(guppy0,'Green',colorGreen,chartLine,StyleSymbolNone);
Plot(guppy1,'Green',colorGreen,chartLine,StyleSymbolNone);
Plot(guppy2,'Green',colorGreen,chartLine,StyleSymbolNone);
Plot(guppy3,'Green',colorGreen,chartLine,StyleSymbolNone);
Plot(guppy4,'Green',colorGreen,chartLine,StyleSymbolNone);

guppy5= ema( close, 30 );
guppy6= ema( close, 35 );
guppy7= ema( close, 40 );
guppy8 = ema( close, 45 );
guppy9 = ema( close, 50 );
Plot(guppy5,'Red',colorRed,chartLine,StyleSymbolNone);
Plot(guppy6,'Red',colorRed,chartLine,StyleSymbolNone);
Plot(guppy7,'Red',colorRed,chartLine,StyleSymbolNone);
Plot(guppy8,'Red',colorRed,chartLine,StyleSymbolNone);
Plot(guppy9,'Red',colorRed,chartLine,StyleSymbolNone);


Related indicator:
Guppy Multiple Moving Average Oscillator


Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 370


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Put-Call Ratio for Individual Stocks

Historical Market Data

What's new in this trading software?

Historical volatility estimators

Short Selling Stocks

Stock split & dividend

Survivorship bias

Transaction Costs

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.