Bitcoin_Weather

Smart Disparity Index

Bitcoin_Weather Cập nhật   
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.

Phát hành các Ghi chú:
The new script now allows to display each SDI with its original Disparity Index.
Phát hành các Ghi chú:
SDI Filling added.
Phát hành các Ghi chú:
Inputs setting added.

Mã nguồn mở

Với tinh thần TradingView, tác giả của tập lệnh này đã xuất bản nó dưới dạng mã nguồn mở, vì vậy các nhà giao dịch có thể hiểu và xác minh nó. Chúc mừng tác giả! Bạn có thể sử dụng mã này miễn phí, nhưng việc sử dụng lại mã này trong một ấn phẩm chịu sự điều chỉnh của Nội quy nội bộ. Bạn có thể yêu thích nó để sử dụng nó trên biểu đồ.

Thông báo miễn trừ trách nhiệm

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.

Bạn muốn sử dụng tập lệnh này trên biểu đồ?