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에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

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