Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Oscillators Available?

Hello, just signed up. I don't see any mention of oscillators in the help documentation. For example if oscillator A crosses above oscillator B then...

Thanks!

4 responses

Hi Ari,

You can find some oscillators among TA-lib methods(http://ta-lib.org/function.html). It's mentioned here: https://www.quantopian.com/help#api-talib

Regards,
Ed

But ta-lib is not in the list of modules Quantopian allows to import (https://www.quantopian.com/help - Modules Import section)

Alex

They simply forgot to mention it there. It can be imported and used: https://www.quantopian.com/help#sample-talib

Here's an example. --Grant