I am very new to both python and the Quantopian API, and I was hoping to find some help with how I should start visualizing data for research.
I have three things I want to do:
- Plot the price of an asset every 30 minutes for the period of a week
- Plot an SMA20 of this data
- Plot the RSI20 of this data, either on a separate graph or on the same graph with a scaled axis
I want to do these things just to learn how to visualize before I get into deeper and actual research. I understand that the first 'Getting Started' lesson showed how to plot the closing price and SMA, but I want these plotted based on smaller periods of time.