Steps Involved:
- user is allowed to choose from a list of 10 stocks for visualization
- the close price information is fetched from RapidAPI
- for the computation of RSI, user is allowed to choose either using Exponential Weighted Moving Average (EWMA) or Smooth Moving Average (SMA)
- user is able to decide the moving window value (default minimum 14days)