by pipkilla » Wed Nov 18, 2015 6:07 pm
Hi there
Can I get slow ha delta please? I modified ha delta script in trading view as follow:
study(title="haDelta by Dan Valcu", shorttitle="smooth haDelta+SMA")
delta = close - open
s2=sma(delta, 3)
s3=sma(sma(delta, 3),3)
plot(s2, color=black)
plot(s3, color = red)
plot(s3, color=red, style=area)
c_color=s3 < 0 ? (s3 < s3[1] ? red : lime) : (s3 >= 0 ? (s3 > s3[1] ? lime : red) : na)
plot(s3, color=c_color, style=circles, linewidth=2)
h0 = hline(0)
Also
can you add solid line at 0? shaded areas and there are green and red dots at each candle on trading view. that will be great addon for marketscope