Looking for any sample code of an RSI indicator that uses different data series. ie. RSI(Chaiken Oscillator), RSI(MACD), RSI(OBV)....
similar to https://www.tradingview.com/blog/en/new-feature-8211-apply-an-indicator-to-another-indicator-1844/
*******
Goal:
1. Create an indicator for RSI
Do the following if Indicator values fall within a certain range on BAR CLOSE:
i.e.
If
RSI(OBV) > 50
AND
RSI(Chaiken)>60
AND
RSI(Close) >40
Highlight Bar Yellow
*****

Comment