How to code RSI to have two different colours at different levels.

 
Can anybody assist in coding RSI so that when it is above the 0 line which is level 50 the colour will be lime while it will turn red immediately it turns under the same line 0 which is level 50
 
1938:
Can anybody assist in coding RSI so that when it is above the 0 line which is level 50 the colour will be lime while it will turn red immediately it turns under the same line 0 which is level 50
You need to use 2 buffers,  each with a different colour.
 
RaptorUK:
You need to use 2 buffers,  each with a different colour.


I am a newbie here. How do i do these?
 
Is it like this?
 
Somebody should please help me in coding this RSI indicator.
 
1938: I am a newbie here. How do i do these?
Since there are no slaves here, you have only three choices: Search for it, learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt and the nature of your problem.
 
1938:
Somebody should please help me in coding this RSI indicator.
#property indicator_color1 Green
#property indicator_color1 Yellow

If you can't find this kind of errors   then you don't know and understand what you do yourself 

Reason: