I have created a simple strategy with no exit condition:
strategy("RSI Check",overlay=true, pyramiding=5000) rsi3=(rsi(close,3)) if(rsi3<=20) str