With the help of Coingecko API, ohlc data of various crypto currencies over a period of 7 days is collected and is used to create a candlestick chart for analysis. Pycoingecko is a wrapper used to simplify the intergration of Coingecko API to python program. An interactive candlestick chart is created using Plotly.
Up Prices : Close > Open -> Stock prices fell
Down Prices : Open > Close -> Stock prices rose