1kc2 / Technical-Analysis

πŸ“ˆ Technical analysis on some of the biggest tech stocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technical Analysis

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.

Usage

  • library.R

    • Packages used to complete the project
  • logreturn.R

    • Log return of stocks from 2010-2020
  • plotlyvisual.R

    • Visualization using plotly of a stock's risk vs return
  • chartseries.R

    • Stock's latest movement
    • Bollinger bands
    • Percentage change in Bollinger
    • Volume
    • MACD (Moving Average Convergence Divergence)
    History Analysis
  • return.R

    • Stock distribution's daily return
  • correlation.R

    • Correlation between the stocks
  • randomwalk.R

    • Using ggplot to predict stock prices
    Random Walk
  • montecarlo.R

    • Using ggplot to replicate the random walk experiment to come up with a more accurate simulation
    Monte Carlo

About

πŸ“ˆ Technical analysis on some of the biggest tech stocks

License:MIT License


Languages

Language:R 100.0%