Bitcoin_Weather

Smart Disparity Index

Bitcoin_Weather 업데이트됨   
The Smart Disparity Index (SDI) is an optimized version of the Disparity Index indicator invented by Steve Nison (book "Beyond Candlesticks").

According to Steve Nison, "The disparity index (or disparity ratio), compares, as a percentage, the latest close to a chosen moving average", which means that the indicator gives the difference in % between the closing price and a simple moving average.

The calculation formula is therefore as follows:

Disparity Index = 100 x (closing_price - simple_moving_average) / simple_moving_average

In order to optimize the calculation, I replaced the closing price with the 6-period exponential moving average (EMA6) which, according to many years of experience, allows prices to be smoothed by eliminating excesses.

Formula for calculating the Smart Disparity Index:

SDI = 100 x (EMA6 - simple_moving_average) / simple_moving_average

The provided script displays the SDI for the 20, 50, 100 and 200 periods.

From my point of view, I recommend using the SDI50 as a priority:

SDI50 = 100 x (EMA6 - SMA50) / SMA50

In the chart, we can see the SDI50 (in purple) is on a long-term support (in green), this indicates a probability of a Bitcoin rise in the coming months.

The SDI can also be used as a momentum type indicator.

릴리즈 노트:
The new script now allows to display each SDI with its original Disparity Index.
릴리즈 노트:
SDI Filling added.
릴리즈 노트:
Inputs setting added.

오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

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

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