Re: MT4 Indicator requests and ideas

1811
Rakiura wrote: Fri Jul 28, 2017 7:37 pm

Mr Tools

Would you be so kind as to create a modified version of this indicator that only colours the histogram green/red when the RSI is above the upper (red)/below the lower (green) Dynamic Zone Lines?

Thanks
Rakiura
Change line 170 from this :

Code: Select all

      trend[i]  = (i<Bars-1) ? (rsi[i]>sli[i]) ? 1 : (rsi[i]<bli[i]) ? -1 : trend[i+1] : 0;
to this :

Code: Select all

      trend[i]  = (i<Bars-1) ? (rsi[i]>sli[i]) ? 1 : (rsi[i]<bli[i]) ? -1 : 0: 0;






Who is online

Users browsing this forum: Facebook [Crawler], Majestic-12 [Bot], rajivdave222 and 100 guests