TradingView
Lancelot_Augur
Sep 1, 2019 4:04 PM

Trend Confirmation Indicator - Triple OBV 

Bitcoin / U.S. dollarBitstamp

Description

Dear all, you might wonder is there a confirmation indicator that has a high hit rate, is dependable, and could rely on the information it gives you when making a decision?

Here I present an indicator I developed specifically for cryptocurrency, in the minds of eliminating fakeouts and traps.

Trend is always invalid then there is a lack of volume, so by tracking the momentum of price direction & volume, we can have a ballpark about where the market is moving to.

On balance volume
obvshort = ema3
obvmedium = ema9
obvlong = ema26

This is a lagging indicator, which means it's not good at predicting reversal.

This is also the reason why

long signal = obvshort > obvmedium and obvshort > obvlong
shortsignal = obvshort < obvmedium and obvshort < obvlong

both without obvmedium >< obvlong

This indicator will not lie to you.

At last

Save Hong Kong, the revolution of our time.

Release Notes

Fixed a typo in the code.

Release Notes

Fixed Typo and Chart.
Comments
asifhasan771
best wish for you.....
CodyMaki
is it good for forex
TywinStark
Thx and I will make use of this indicator. Long live Hong Kong
sumanojom
great it is
pijutradz75
Very useful indicator ... excellent work ... Thank you !!!
ashishpwr1
@pijutradz75, r u using? how much accuracy
UnknownUnicorn6807754
Excellent and very useful indicator. Thx.
Lancelot_Augur
There is a typo in the code
obvshortcondition = obvshort > obvmedium and obvshort < obvlong
should be
obvshortcondition = obvshort < obvmedium and obvshort < obvlong
StillAlive
@Daichiyea, Thanks bro.
Lancelot_Augur
@rahulankarapu, You're welcome.
More