PentarhUdi

Bitcoin Strength Index source code

PentarhUdi 업데이트됨   
BITSTAMP:BTCUSD   비트코인
For those who interested, here is a Bitcoin Strength Index source code. I used it on weekly chart with params (close,28). And only with Bitcoin. And only during bull run. It shows how far price went off the particular moving average during bubble run (i.e. being above BB). Weekly MA 28 is approximately daily ma 200.

The physical meaning of this indicator is to show current bull rally "speed".

study("Bubble Strength Index")
bsi(scope,length) =>
s = sma (scope,length)
= bb (close,20,2)
float result = 0
result:=high > high1 ? high / s : 1
plot(bsi(close,28))
코멘트:
Ah i found how to share script

면책사항

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