duftux

RSI VOL Stochastic

duftux Updated   
For a friend's request, a way to switch from basic rsi , volume or stochastic .
Even if it's possible to display multiple indicators at the same time it's not really usefull, the main use here is to use one most of the time and if needed switch between them.
By the way, I'm using only RSI 95% of the time and don't need more indicator but sometimes we juste need to check quickly something on volume or stochastic , so this script can be usefull for those type of usecase without losing display capabilities.

Pour la demande d'un ami, un moyen de passer de rsi , volume ou stochastique de base.
Même s'il est possible d'afficher plusieurs indicateurs en même temps, ce n'est pas vraiment utile, l'utilisation principale ici est d'en utiliser un la plupart du temps et si nécessaire de basculer entre eux.
D'ailleurs, je n'utilise que du RSI 95% du temps et je n'ai pas besoin de plus d'indicateur mais parfois nous avons juste besoin de vérifier rapidement quelque chose sur le volume ou la stochastique, donc ce script peut être utile pour ces types d'utilisation sans perdre les capacités d'affichage.
Release Notes:
small update to improve autofit when switching from rsi/stoch to volume
Release Notes:
Just a little update for something used in rare case : bitcoin nvt signal. You can switch from daily to weekly (but it's supposed to be used in daily by default). That's only working on BTC (no other crypto and by the way useless with forex, stock, commodities, etc.)
I add it because since it's daily timeframe and only for bitcoin, you have to use it maybe one time a week (or one time a month) so no need to keep it when you are on other timeframe and on something else thant BTC.
I choose to apply same display than for my RSI and second important thing, that's simply nvt signal, nothing more (no rma, no deviation)
Thansk to @kishin and @nilux for nvt signal idea in TV :
etrvu_ma90 = security("QUANDL:BCHAIN/ETRVU", nvtResolution, ma90)
mktcp = security("QUANDL:BCHAIN/MKTCP", nvtResolution, close)
nvts = mktcp/etrvu_ma90

Thanks Willy Woo for NVT Signal : charts.woobull.com/bitcoin-nvt-signal/

------------------------------------------------------------
Juste une petite mise à jour pour quelque chose utilisé dans de rares cas : bitcoin nvt signal. Vous pouvez passer de quotidien à hebdomadaire (mais il est supposé être utilisé en quotidien par défaut). Cela ne fonctionne que sur BTC (pas d'autre crypto et d'ailleurs inutile avec le forex, les actions, les matières premières, etc...)
Je l'ajoute parce que comme c'est une période journalière et seulement pour bitcoin, vous devez l'utiliser peut-être une fois par semaine (ou une fois par mois) donc pas besoin de le garder quand vous êtes sur une autre période et sur autre chose que le BTC.
J'ai choisi d'appliquer le même affichage que pour mon RSI et la deuxième chose importante, c'est simplement le signal nvt, rien de plus (pas de rma, pas de déviation)
Merci à @kishin et @nilux pour l'idée du signal nvt dans TV :
etrvu_ma90 = security("QUANDL:BCHAIN/ETRVU", nvtResolution, ma90)
mktcp = security("QUANDL:BCHAIN/MKTCP", nvtResolution, close)
nvts = mktcp/etrvu_ma90

Merci Willy Woo for NVT Signal : charts.woobull.com/bitcoin-nvt-signal/
Protected script
This script is published closed-source but you may use it freely. You can favorite it to use it on a chart. You cannot view or modify its source code.
Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?