TradingView
mnovo
25 Jul 2019 pukul 15.56

SSL Vwap 4EMA Kinjun-Sen multi mnovo 

Huraian

vid to follow shortly

mnovo
Komen
rv2
simple question why this vwap is diffrent from original vwap ?
mnovo
akviplove
Hello @mnovo can you please add Bollinger Bands in the same Indicator setup?
denikin008
Hi, I really like your indicator but why it uses MAs instead of EMAs? At least for 50 and 200 days.
mnovo
@denikin008, it does. look closely at the code
//EMA and Price
ema20 = ema(close, 20)
ema50 = ema(close, 50)
ema100 = ema(close, 100)
ema200 = ema(close, 200)
plot( ema20, "EMA 20", color=color.yellow, transp=0, linewidth=2)
plot( ema50, "EMA 50", color=color.blue, transp=0, linewidth=2)
plot( ema100, "EMA 100", color=color.orange, transp=0, linewidth=2 )
plot( ema200, "EMA 200", color=color.red, transp=0, linewidth=3)
mnovo
@denikin008, sry. foggy as usual. i thought you were commenting on something else. you can edit it to ema if you like. the code is for all to experiment with
Lebih