Skip to content

CodeByHarri/Candlestick-Trading-Analysis-Strategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Candlestick Trading, Analysis & Strategy

In the following notebook a candlestick plot is made with buy and sell signals. Data is read in using Yahoo Finance. CandlesStick patterns are found using Ta-Lib. The sub plots are interchangable. A few examples included in the notebook are:

- Money Flow Index (MFI)
- Stochastic Relative Strenth Index (RSI)
- Commodity Channel Index (CCI)
- Moving Average Convergence Divergence (MACD)
- Volume & Volume Weigheted Average Price (VWAP)
- Candle Stick Patterns by Weight

Strategies can be made with the buy/sell functions and markers will be added to this plot. A simple example with MACD markers on the candlestick is shown below with Ethereum (ETH-USD) & Intel (INTC).