I am trying to get an alert by having arrows highlighted on the chart indicating a reversal with a long bar using the RSI(14) indicator.
The condition for a BUY signal is:
RSI(14) < 50 and
Current Day RSI(14) – Previous Day RSI = 7.5
If this condition is met, an Arrow ( Black in colour ) is highlighted below the Candle Bar
The condition for a SELL signal is:
RSI(14) > 50 and
Previous Day RSI(14) – Current Day RSI = 7.5
If this condition is met, an Arrow ( Black in colour ) is highlighted above the Candle Bar
The attached chart will indicate what I require…