// Downloaded From https://www.WiseStockTrader.com /*Plot EMA*/ Plot( EMA( Close,3), "3 EMA", colorYellow,styleLine); Plot( EMA( Close,5), "5 EMA", colorYellow,styleLine); Plot( EMA( Close,7), "7 EMA", colorYellow,styleLine); Plot( EMA( Close,9), "9 EMA", colorYellow,styleLine); Plot( EMA( Close,11), "11 EMA", colorYellow,styleLine); Plot( EMA( Close,13), "13 EMA", colorYellow,styleLine); Plot( EMA( Close,15), "15 EMA", colorYellow,styleLine); Plot( EMA( Close,17), "17 EMA", colorYellow,styleLine); Plot( EMA( Close,46), "46 EMA", colorRed,styleLine); Plot( EMA( Close,48), "48 EMA", colorRed,styleLine); Plot( EMA( Close,50), "50 EMA", colorRed,styleLine); Plot( EMA( Close,52), "52 EMA", colorRed,styleLine); Plot( EMA( Close,54), "54 EMA", colorRed,styleLine); Plot( EMA( Close,56), "56 EMA", colorRed,styleLine); Plot( EMA( Close,58), "58 EMA", colorRed,styleLine); Plot( EMA( Close,60), "60 EMA", colorRed,styleLine);