RSI current and past bottoms and tops.
-
I wonder if anyone can help me how to create a rule.
When the RSI is equal to or less than 30 as shown in the image, then it should be analyzed if the previous bottom was above this new bottom.
In short, I want to know how to find previous lows or highs on the RSI indicator.

-
@ontradingx This is not simple, because the last low above your value is nearly the line, the low artier is simple, you could decide candle range for your previous range, basically you need to record your candle low, then add 1 every candle, so you can differentiate from the new low.
-
@jstap would this be an example?

-
@ontradingx Yes you have 2 lows that are below the line, this makes it easier, for example RSI X> line record and count candle ID, when this happens again commit the action wanted, you may want to add other conditions because this would work without a move away.