A technical analysis on some of the biggest tech stocks using R: Amazon (AMZN), Facebook (FB), Tesla (TSLA), Apple (AAPL) and Google (GOOGL) & a price simulation using random walk and monte carlo.
-
library.R- Packages used to complete the project
-
logreturn.R- Log return of stocks from 2010-2020
-
plotlyvisual.R- Visualization using
plotlyof a stock's risk vs return
- Visualization using
-
chartseries.R- Stock's latest movement
- Bollinger bands
- Percentage change in Bollinger
- Volume
- MACD (Moving Average Convergence Divergence)
-
return.R- Stock distribution's daily return
-
correlation.R- Correlation between the stocks
-
randomwalk.R- Using
ggplotto predict stock prices
- Using
-
montecarlo.R- Using
ggplotto replicate the random walk experiment to come up with a more accurate simulation
- Using