SimpleStockAnalysisR
Tutor step-by-step on how to analyze stock data using the R language.
Install / Use
/learn @LastAncientOne/SimpleStockAnalysisRREADME
<a href="https://www.buymeacoffee.com/lastancientone" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
<!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> <img src="Title.PNG">Simple Stock Analysis in R
This tutorial is titled "Simple Stock Analysis in R" and is designed to provide a straightforward and easily understandable introduction to stock analysis. It is particularly suitable for beginners who are keen on learning about stock analysis and have aspirations of becoming quants. Additionally, this tutorial is aimed at individuals who are interested in utilizing the R language for their stock analysis endeavors.
Prerequistes
R
RStudio - Use R Notebook
Jupyter Notebook - Use R in Jupyter
Download Langauge and Software
https://www.r-project.org/
https://www.rstudio.com/
https://www.spyder-ide.org/
Dependencies
quantmod
List of the questions for simple stock tutorial in R:
- How to get data from quantmod, yahoo, or other sites?
- How to manipulate data in dataframe or array?
- How to analyze the Historical stock data?
- How to plot data in different type visualization?
See the preview of my tutorial
Paste the address on the website
https://htmlpreview.github.io/ # For html view
https://nbviewer.jupyter.org/ # For jupyter view
<a href="https://www.buymeacoffee.com/lastancientone" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
Authors
Tin Hang
I hope you enjoy learning from this simple tutorial in R.
Disclaimer
🔻 Do not use this code for investing or trading in the stock market. However, if you are interested in the stock market, you should read books 📘 📗 📙 hat are related to the stock market or finance.
