10BC0 GitHub - vladislavpyatnitskiy/tech_analysis: tools for technical analysis · GitHub
[go: up one dir, main page]

Skip to content

vladislavpyatnitskiy/tech_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Technical Analysis in R

Welcome to the repository! Here are collected scripts that are applicable in the technical analysis.

Moving Averages

Fig. 1. Line Plot with Moving Averages

Relative Strength Index (RSI)

Fig. 2. Line Plot for RSI

  Ticker      RSI Signal
1   NVDA 50.41785   Hold

Moving Average Convergence Divergence (MACD)

Fig. 3. Line Plot of MACD

Bollinger Bands

Fig. 4. Line Plot of Bollinger Bands

Average True Range (ATR)

Fig. 5. Line Plot of ATR

On-Balance Volume (OBV)

Fig. 6. Plot of OBV

0