This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
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);
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.