[description="The multiple moving average (MMA) is an indicator that uses core information generated from multiple time frames to capture and understand a concept of market dynamics rather than specific value readings. This version is a variation of Guppy's."] [citation= "'Trading Tactics' by Daryl Guppy"] [target=Price; author=Brainy] [color=Red] [Name=EMA 15] ma(C,15,E); [color=Purple] [Name=EMA 30] ma(C,30,E); [color=Blue] [Name=EMA 60] ma(C,60,E); [color=Green] [Name=EMA 90] ma(C,90,E) [color=Blue] [Name=EMA 150] ma(C,150,E) [color=Purple] [Name=EMA 200] ma(C,200,E)