Long condition:
If RSI crosses above the oversold line, wait for the RSI to cross above the oversold line a 2nd time as long as the RSI has not crossed above the 50 line while waiting for the 2nd cross.
I think it would need be set up as..
RSI crosses above oversold line in past 50 bars (set a Bool to true)
RSI has not crossed above 50 line in past 50 bars (another bool to true)
RSI crosses above oversold line
Rather lost on how to accomplish this and any assistance is very much appreciated!

Comment