DonovanWall

Index Adaptive Keltner Channels [DW]

DonovanWall Wizard 已更新   
This study is an experiment in adaptive filtering. The process in this study was inspired by KAMA and ZLEMA filtering techniques.
First, data is given an optional modification for lag reduction.
Then, an adaptive filter of your choice is calculated. There are 6 different adaptive filters to choose from in this study:
-Commodity Channel Index Adaptive Moving Average (CCIAMA)
-Relative Strength Index Adaptive Moving Average (RSIAMA)
-%R Adaptive Moving Average (%RAMA)
-Klinger Volume Oscillator Adaptive Moving Average (KVOAMA)
-Money Flow Index Adaptive Moving Average (MFIAMA)
-Correlation Coefficient Adaptive Moving Average (CCAMA)
Next, ATR is calculated using the specified adaptive filter.
A set of ranges is calculated by multiplying ATR by the square root of the sampling period, then dividing it by 2 and 4.
And Finally, the ranges are added to and subtracted from the adaptive filter to generate the channels.

Custom bar colors are included. The formula for the color scheme is based on filter direction and price.
版本注释:
Updates:

After analyzing the original code more in depth, I realized a few flaws with the method I previously used, so I decided to rebuild the whole thing from scratch.
This version is significantly more versatile and adaptive to data.

In this version, rather than using altered index data to operate the smoothing parameters, I've applied Kaufman's Efficiency Ratio to a handful of indices.
The smoothing operators available in this script are:
- Kaufman's Efficiency Ratio
- Time Correlation Efficiency Ratio
- Commodity Channel Index Efficiency Ratio
- Relative Strength Index Efficiency Ratio
- Klinger Volume Oscillator Efficiency Ratio
- Money Flow Index Efficiency Ratio
- Fisher Transform Efficiency Ratio
- Average True Range Efficiency Ratio
- Standard Deviation Efficiency Ratio

I also added a Variable Moving Average option per user request, which dynamically changes its smoothing period based on the operator.
Now you can choose between either an Adaptive Moving Average or Variable Moving Average as the calculation method.

The high and low bands are generated by calculating ATR based on the averaging method, multiplying it by a user defined coefficient, then adding and subtracting it from the basis average.
The smaller set of bands is generated by performing the same calculation with 78.6% ATR.

The bar color scheme is still based on filter direction and price.
版本注释:
Updates:

I noticed the Variable Moving Average formula I used previously was an expanding model with a rather significant amount of overshoot, so I reverted to Tushar Chande's model.

I removed ATR Efficiency from the list, as it is not nearly as effective for this type of calculation as the other indices.

I've implemented some new methods for transforming operator data for different results:
- Standard, which uses the default Efficiency Ratio calculations
- Max Min Normalize, which normalizes the operator data based on maximum and minum values, resulting in a more sensitive response
- Inverse Fisher Normalize, which performs an Inverse Fisher Transform to the operator, then performs Max Min Normalization
- Gate, which changes all values below the gate to 0, resulting in a less sensitive response

The secondary band percentage for the high and low zones is now adjustable. The default value is now 61.8%.

The bar color scheme has been adjusted to highlight overbought and oversold conditions.
版本注释:
Not a big update. Just some simple housekeeping.
版本注释:
Updates:

-> Migrated script to v4.
-> Reorganized script structure.
-> Smoothing operator calculations are now expressed as functions.
-> Added compression to the available smoothing operator modifications. Compression can be tuned by adjusting the threshold and intensity.
-> When using KVOER or MFIER, volume will be automatically substituted with tick volume when volume is NaN.
-> Corrected NaN values in initial states.
-> Revamped color scheme.

For my full list of premium tools, check the blog:
wallanalytics.com/

Reach out on Telegram:
t.me/DonovanWall
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?