RSI and Moving Average in same window indicator crossover

 

Hi,

I have a RSI indicator and a Moving Average in a same window indicator(RSI Window). Moving Average is applied to close price. How can I check for crossover of these indicators?

I know RSI scale is different from Moving Average. But how can I scale both to 1 type ? Or how can I check for their cross over?


Thank you so much

 

If you want to display both on the same chart, it is best to use OnChart_RSI.

https://www.mql5.com/en/code/8109

https://www.mql5.com/ja/code/1737

OnChart Rsi
OnChart Rsi
  • votes: 1
  • 2008.04.30
  • Scriptor
  • www.mql5.com
Indicator OnChart Rsi.
 
Naguisa Unada:

If you want to display both on the same chart, it is best to use OnChart_RSI.

https://www.mql5.com/en/code/8109

https://www.mql5.com/ja/code/1737

I want a code to check the cross over. Thank you
Reason: