- Install pandas, pandas is an open-source software library built on Python for data manipulation and analysis.
- Process data, DataFrame is a tabular data structure.
- Process column labels.
- Time conversion.
5. Get time and closing price.
6. Install pandas ta, pandas TA is an open-source module based on the Pandas library, which provides over a hundred technical indicators and commonly used indicators.
- Calculate indicators, RSI indicator evaluates the strength of the bullish and bearish forces by measuring the percentage of the total magnitude of price increases in a given period to the total magnitude of price changes, and provides specific operation suggestions.
8. Save to .csv and disable index.