Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
My first Simple moving average crossover

I am new to quantopian. How can I use the other technical indicators? Please help me in getting a flavor of the Api. Any documentations or reading??

1 response

Welcome Legendmaker,

If you haven't already, I suggest reading through the entire help/API and FAQ documents. As a specific recommendation, you might try out history. As an exercise, you could re-write the code you posted above, using history to retrieve the data, and pandas to analyze it (see http://pandas.pydata.org/pandas-docs/stable/computation.html for a variety of tools).

Grant