OPEN-SOURCE SCRIPT

MACD - STOCH - RSI

This indicator combines the
- MACD w/ Volume Conditions
- STOCHASTIC
- RSI
All into one place, to help find confluences between popular convergence / divergence indicators.

It's primary use is the histogram of the MACD.
The colors change whether or not the current bar is higher or lower than the previous.
Lighter shade signifies the bars are getting smaller.

imagen

You can also enable a feature which will change the color of the histogram depending on the volume.
There are 2 conditions which can be met which signify 'Increasing Volume' and 'Above Average Volume'.

If the MACD is above 0,
Light Blue signifies increasing volume.
Dark Blue signifies above average volume

If the MACD is below 0,
Light Purple signifies increasing volume.
Dark Purple signifies above average volume.

Having volume conditions within the histogram are meant to act as confluence. For example, if the histogram is
rising and light blue or dark blue bars are shown, this could hint towards a larger move to the upside if previous
upswings on the histogram were only green.
Increased volume near the peak of a move can also signify lots of orders coming into the market in hopes
of reversing the current trend or starting a correction.

imagen

formula:
Avg of volume over past 10 bars * 1.5 = increasing volume
Avg of volume over past 10 bars * 2 = Above Average Volume

--

The RSI and STOCHASTIC have been run through a custom function which moves the values. The middle line is now 0.
Where on most RSI and STOCHASTIC indicators the middle line can be considered 50, with overbought levels nearing 70
and oversold levels around 30.

On the M.S.R , the RSI overbought levels are by default 20, and oversold -20.
I've done this because for myself it was easier to understand RSI was becoming oversold if it went below 0, not 50.

imagen

The same function also applies to the STOCHASTIC indicator.

imagen

The RSI and STOCHASTIC can also be displayed together to help see the conditions of both indicators at once.

imagen

--



OscillatorsVolatilityVolume

Script de código abierto

Siguiendo fielmente el espíritu de TradingView, el autor de este script lo ha publicado en código abierto, permitiendo que otros traders puedan entenderlo y verificarlo. ¡Olé por el autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la reutilización de este código en la publicación se rige por las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

¿Quiere utilizar este script en un gráfico?

Exención de responsabilidad