In this R tutorial, we will complete stock data analysis and visualization for Google (GOOG) stock price for the last year and current year. We will be using candlestick charts (aka candleChart from the quantmod package) to visualize exponential moving averages (EMA) and simple moving averages (SMA) such as the 20-day…
Are you trying to learn about plotting stock prices? Learn how to pull Google (GOOG) stock prices with getSymbol function and plot the prices with candleChart function with R-ALGO Engineering Big Data.