klemenxina

[Klemenxina] Improved DMI

klemenxina 已更新   
Smooth, low-lag, bipolar version of DMI

Improved DMI is the ultra-smooth, low lag version of your classic DMI indicator. With it on your charts, you can throw away both DMI and ADX.

The classic indicator ADX is a smoothed (and lagging) version of the more basic, and more noisy, DMI indicator. DMI itself is composed of two jittery components, DMI.up and DMI.down, combined the following way ...

DMI=| DMI.up - DMI.down | / | DMI.up + DMI.down |

Let's create a new signal, called "Bipolar DMI", and let it be the same as the classic DMI formula above, except that the absolute value is NOT applied. This lets the bipolar DMI be both positive (during upward trends) and negative (during downward trends). The new formula is ...

Bipolar DMI=( DMI.up - DMI.down ) / ( DMI.up + DMI.down )

Script can be used in 3 ways
- divs
- buy/sell when it crosses the 0 line. (This also has an option to color the candles)
- buy when current > last and sell when last > current
發布通知:
New coloring
Improved divs and their plot
New look

受保護腳本
該腳本是閉源發佈的,您可以自由使用。您可以把它加入到常用以在圖表上使用它。您無法查看或修改其原始碼。
免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。

想在圖表上使用此腳本?