Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 864 Bytes

File metadata and controls

17 lines (13 loc) · 864 Bytes

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).