Hello! I was trying to write a strategy based on RSI indicator for the class I am taking.
Rules are very simple: if RSI goes below 30 --> oversold-->we buy
if RSI is above 70 ---> overbought-->we sell
Any suggestions on improving the algorithm are welcome.
Especially it would be great to hear advices on the optimal entry points.