Hi Pros,
I want to share with you something about rsi performance here in quantopian.
I was talking with team support this week about my concern of rsi values in my pipelines vs other platforms like amibroker and teamviewer doesn't match. These platforms shows very similar numbers instead here in quantopian.
Ex If you make a simple pipeline screener with rsi 2 periods you will get only two values for daily timeframe, these values are 100 or 0.
Once i noticed about this, i wrote to the team support and the answer was that quantopian"uses the mean of the differences while some sources use the exponentially weighted mean."
Im a fan of Mr. Connors strategies where rsi 2 period is a most value indicator in many of his strategies.In fact i reach to this thread looking for information about rsi in a weekly timeframe which is part of the strategy called "weekly mean revertion" from his last book called "The alfa formula". By the way this book was wrote with Mr @ChrisCain, the one that wrote in this thread before.
So, It seems that we need to build our custom factor rsi using exponential average in ups and downs. If so, any of you pros can share this custom factor ? will be good for many of beginners like me.
This the thread with Mr. Dan Whitnable from team support.
https://www.quantopian.com/posts/rsi-factor-documentation#5ee7dd52c1e75a0042976d6b
Thanks in advance.