I'm newbie to Quantopian, and recently started learning. I would like to be able to test effectiveness of RSI indicator for a particular stock. I'm not quite sure how to structure an algo to test RSI effectiveness over a span of 5 years for a particular security.
My current idea, is to buy/sell $1000 on RSI indicator, and at the same time buying and selling a benchmark index. Then compare the performance to buying or selling a benchmark index, to measure RSI effectiveness.
Would appreciate any input as to examples to start from, or flaws with the approach describe above.