TradingView
unelma
28 dic 2017 10:30

Normalised Elliot Wave Oscillator [Unelma] 

Bitcoin / DollarBitfinex

Descrizione

This is a normalised version of the Lazy Bear EWO_.
The normalisation makes it easier to read especially with cryptos, where there are fast and big price changes which make most of indicators impossible to read over a long span.
The normalisation also highlights divergences which couldn't be spot before.
Commenti
tatianigozze
The difference that instead of Histogram is in Area :-/

study(title = "Elliot Wave Oscillator ", shorttitle="EWO_LB")
s2=ema(close, 5) - ema(close, 35)
c_color=s2 <= 0 ? red : lime
plot(s2, color=c_color, style=histogram, linewidth=2)
PpSignal01
Do you have any idea how to make the escape bands/break out bands?

I await your response.
Regards,
ajmzfx
This is cool...nice
cribu123
Hello

Is it possible to try it out?

Regards

Kristjan
unelma
@cribu123, Hi Mate, yes of course you can use it. No need to grant you access, it s public. The script only is private.
Altro