xel_arjona

Weighted Harrell-Davis Quantile Estimator with AbsoluteDeviation

xel_arjona Güncellendi   

QUANTILE ESTIMATORS
Weighted Harrell-Davis Quantile Estimator with Absolute Deviation Fences.


DISCLAIMER:

The Following indicator/code IS NOT intended to be a formal investment advice or recommendation by the author, nor should be construed as such. Users will be fully responsible by their use regarding their own trading vehicles/assets.

The following indicator was made for NON LUCRATIVE ACTIVITIES and must remain as is, following TradingView's regulations. Use of indicator and their code are published for work and knowledge sharing. All access granted over it, their use, copy or re-use should mention authorship(s) and origin(s).


WARNING NOTICE!

THE INCLUDED FUNCTION MUST BE CONSIDERED FOR TESTING. The models included in the indicator have been taken from open sources on the web and some of them has been modified by the author, problems could occur at diverse data sceneries, compiler version, or any other externality.


Purpose:

Weighted Quantiles or <<Percentile Ranking>> are quite difficult to find on must systems, also it's non-weighted approach are rarely used to estimate the location parameter of price distribution WICH IS NOT NORMAL, all this in favour of it's non-robust counterpart, the Arithmetic rolling Mean or <<Moving Average>> and it's weighted variants like the WMA, VWAP, etc.

Also, a big drawback from this is that must statistics derived from Normal-Distribution parameter location (the Mean) definitely will not fit for an efficient, nor robust estimation for price distributions, so their moments like the standard deviation, kurtosis, skewness, etc. will not be the better tools to build derived algorithms or technical indicators among price/volume.

In an effort searching better statistical tools for price distributions, I found the excellent work of Andrey Akinshin that took me to port some of their Math research contributions for the compute benchmarking field, and bring it here at the TradingView ecosystem to take a shot at the price distribution crazy fields. For a better detail of what the weighted Harrell-Davis Quantile Estimator can do, who better than drink directly from the source at References:


References:



Licensing:

This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International Copyright (c) 2021 (CC BY-NC-SA 4.0)


Copyright's & Mentions:

Sürüm Notları:
  • Replaced full betaCDF Harrell-Davis QE algorithm 'function_wHDquantile()' with a custom-trimmed betaCDF version 'function_twHDquantile()' for faster calculation and more robust capacity without loosing it's efficiency..
  • Added betaPDF functions as needed dependencies for replaced 'function_twHDquantile()' function.
  • Replaced full betaCDF Harrell-Davis Quantile Absolute Deviation with the custom-trimmed version 'function_twHDquantileAbsDev()' for consistency with new trimmed HD Quantile Estimator, assertions added for correct (volume) weights in deviation algorithm calculations, speed optimization added making use of TradingView's internal array.median() function when sampleWeights declared to ones (not or equal weighting).
  • Code clean-ups, comment's, tooltips, and styling corrections.
Sürüm Notları:
  • For the function_twHDquantile(), the effective sample size from the sum of all weights normalized by the maximum weight has been replaced with the Kish method, as It was changed at source code from where this port was sourced and referenced on the author's blog entry: -Using Kish's effective sample size with weighted quantiles-.
  • Functions, procedures and methods was organized in a much better hierarchy approach.
  • Script code was cleaned for better visualization and understanding.
  • More typo fixes. XD

Açık kaynak kodlu komut dosyası

Gerçek TradingView ruhuyla, bu betiğin yazarı, yatırımcının anlayabilmesi ve doğrulayabilmesi için onu açık kaynak olarak yayınladı. Yazarın eline sağlık! Bunu ücretsiz olarak kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Kullanım Koşulları ile yönetilir. Bir grafikte kullanmak için favorilere ekleyebilirsiniz.

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.

Bu komut dosyasını bir grafikte kullanmak ister misiniz?