TradingView
Andrei_Serdiuk
17. Mrz. 2015 08:47

Triple CCI + MA 

U.S. Dollar/Japanese YenFXCM

Beschreibung

Triple CCI + MA
Kommentare
ralphclementlie
And maybe 100 and -100 lines
ralphclementlie
Hi,

Realy love your indicator, but would/could it be possible to add an 0 line to the indicator? Like the 50 line on a RSI indicator.

Realy hope so.

neutrid
@ralphclementlie,
//
h0 = hline(100, color=gray)
h1 = hline(0, color=gray)
h2 = hline(-100, color=gray)
fill(h0, h2, color = gray, transp=90)

add this code to original code and you'll have those line which you love
ralphclementlie
@neutrid,

Thank you very much. You are the man!
musashibruno
How do I use this indicator ?
Vreg
Super!
Mehr