#property indicator_buffers 2 #property indicator_color1 clrDodgerBlue #property indicator_color2 clrRed
SetIndexStyle(0, DRAW_LINE); SetIndexBuffer(0, ExtRSIBuffer); SetIndexStyle(1, DRAW_LINE); SetIndexBuffer(1, ExtRSIBuffer2); SetIndexBuffer(2, ExtPosBuffer); SetIndexBuffer(3, ExtNegBuffer); SetIndexBuffer(4, ExtPosBuffer2); SetIndexBuffer(5, ExtNegBuffer2);
faustf: i want modyfy a RSI in metatrader i want place in one time 2 indicator of RSI in one separated window, and i would when cross first rsi over second appear an allert ,
No need to modify the RSI. Write an indicator that reads iRSI and does the Alert. No need to have the RSIs on the chart unless you need to see them.
thank you @Nagisa Unada , thanks @William Roeder i saw iRSI but for me is necessary see the RSI thankz again

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi guys i want modyfy a RSI in metatrader i want place in one time 2 indicator of RSI in one separated window, and i would when cross first rsi over second appear an allert , i try to mod ,a RSI in MT4 but i dont know why i can visualize only firs RSI
this is my code anyone can suggest me some idea ?? thankz