
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
Great rsi ind
The rsi indicator reminds me of the MESSA rsi, it looks similar. Great work it looks great. Can you detail how to overlay multiple units in one window... thanks
well done mladen and Fxbs thank you kindly for sharing your indies..
anyway that your indies can be made into MTF? So instead of multi-pair.. create the same indies as above only instead for multi-timeframes.
it's been done allredy some time ago - you can find it i n MTF section (thread)
Hi!
I do know the work of Igorad and Kalenzo. I did not know the work of Mladen.
I've seen now some of his indis and I want to stress that he is one of the best.
THX, Mladen.
page 98 MTF thread
https://www.mql5.com/en/forum/173574/page65
All ADX v1.0.mq4
All CCI v1.0.mq4
All RSI v1.0.mq4
All Stochastic v1.0.mq4
All TTF signal combined v1.0.mq4
All WPR v1.0.mq4
Care Kite, multisymbol color RSI fxbs
Hi, fxbs, thanks for your indis
please, how to read the multisymbol color RSI indicator.
Hi, fxbs, thanks for your indis please, how to read the multisymbol color RSI indicator.
Hello riponche
Could you please post the indicators in your chart with some explainations??..it looks interesting (looks like it does point u to the tops and bottoms plus insider top & bottoms...is it depend on ZIGZAG?are they repaint?)..
Thank u in advance
speaking of multi... guess who been playing with this also...
___________
enter any symbol (if none entered - current symbol - default)
1 pair at a time, (drug &drop (overlay, set diff. BarLevels)
20080129 update
multisymbol_color_RSI_LQ_1.0M6.mq4 bar level ajusrment modyfied
multisymbol_color_RSI_LQ_1.0M6 -modified Bar level adjustment, 2 be more intuitive:
put first on the chart; Default BarLevel -10; almost to the top; if you set it to 15 - it will take whole basement window
drag from Navigator second indi, and drop on top of first make sure settings are different (same rules as with overlay any other indi)
you want second indi bar level to be smaller than first, third smaller (15-10-5), etc.
put mouse on color, it will show what color means:
Label(0,"rsi 50-55"); //litegreen
Label(1,"rsi 55-60");
Label(2,"rsi 60-70");
Label(3,"rsi >70"); //darkgreen
Label(4,"rsi 45-50"); //litered
Label(5,"rsi 40-45");
Label(6,"rsi 30-40");
Label(7,"rsi <30"); //darkred
lables display on and off switch: if off - will not show values - zeros in comment line, but will shut off labels too...
Thank you fxbs.