Indicators: RSI with BB - page 2

 
How to change the colors of indicator??
 
Very nice. pls upload the MT4 version.
 
millersaas:
Very nice. pls upload the MT4 version.
https://www.mql5.com/en/code/27853
 
NATARAJAN RAMAKRISHNAN:
How to change the colors of indicator??


Go to Modify code

SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,2,clrMagenta);

SetIndexLabel(0,"RSI");


Magenta = name colors


U can change arrow code https://www.mql5.com/en/docs/constants/objectconstants/wingdings

Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Wingdings
Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Wingdings
  • www.mql5.com
Wingdings - Objects Constants - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Hello everyone, may you kindly help me out with a working MT5 version RSI with Bands 
Reason: