OPEN-SOURCE SCRIPT
Telah dikemas kini

Bandas de MANCUSO

5 759
Bandas de Mancuso
Nota Keluaran
//version=3
study(title="Cruce media DAP", overlay=true)
ema1 = input(title="emacorta",type=integer,defval=4)
ema2 = input(title="emamedia",type=integer,defval=9)
ema3 = input(title="emalarga",type=integer,defval=18)
emacorta=ema(close,ema1)
emamedia=ema(close,ema2)
emalarga=ema(close,ema3)
plot(emacorta, title="emacorta", color = green, linewidth = 2, transp=0)
plot(emamedia, title="emamedia", color = yellow, linewidth = 2, transp=0)
plot(emalarga, title="emalarga", color = red, linewidth = 2, transp=0)

Penafian

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.