duftux

RSI VOL Stochastic

duftux 업데이트됨   
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.
릴리즈 노트:
small update to improve autofit when switching from rsi/stoch to volume
릴리즈 노트:
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/
보호된 스크립트입니다
이 스크립트는 클로즈 소스로 게시되며 자유롭게 사용할 수 있습니다. 당신은 스크립트를 차트에 사용하기 위해 그것을 즐겨찾기 할 수 있습니다. 소스 코드는 보거나 수정할 수 없습니다.
면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?