TradingView
Duyck
29 mai 2019 15:55

ma angles - JD 

Bitcoin / DollarBitfinex

Description

this indicator gives you the angles of different moving averages
this can give an indication of the momentum of a move increasing or decreasing
you can also set a threshold for a minimum angle to filter out "no trade" zones

JD.
#NotTradingAdvice #DYOR

I build these indicators for myself and provide them open source, to use for free to use and improve upon,
as I believe the best way to learn is toghether.

Notes de version

Update to v4.
Commentaires
stramaz
Sorry ..what exactlly means 14 on angle function? (in "rad2degree*atan((_src[0] - _src[1])/atr(14)) ")
Duyck
@stramaz, hi, because different assets have different volatility, i use the 14 period ATR to “standardize” the angles
mammamia2
Do the angles change when you alter the X and y axis if not how did you do this successfully?
SebasDAgos
Can we use it to identify Divergences? @Duyck
berkusa01
is there volume indicator on the chart looks interesting to me pls let me know
Duyck
@berkusa01, Hi, It's just the standard volume ijndi with an ma on it, that I set to an area instead of a line plot.
chartmojo
@Duyck, NIce touch
JohnBaron
question on the angle calc.. i am assuming u used the atr(14) as a means of normalizing the delta (change in src)
... and if that's the case, the same effect might have been had by normalizing the price before taking the difference?

.. why do u think this wouldn't work with just raw price changes?
Duyck
@JohnBaron, It's just to be useable for different assets.

eg. crypto moves 10's or 100's of procents more than Forex.

Before I added the normalisation, I had to change the settings for every asset.

Otherwise you either get very low values for FX if you set it for Crypto
or get maximum angle up or down all the time if you qset it for FX and use it for Crypto.
sid_and_trading
good job, I like the normalization element of your angle logic. Very simple, yet powerful. I assume it works across different asset prices and/or other asset attributes. For example, asset's volume values and/or other such values etc.
Plus