Advanced Fractal and Hurst Indicator (AFHI) Description: The Advanced Fractal and Hurst Indicator (AFHI) is a custom technical analysis tool designed to identify market trends and potential reversals by leveraging the concepts of Fractal Dimension and the Hurst Exponent . These advanced mathematical concepts provide insights into the complexity and...
Library "Hurst" hurst(length, samples, hi, lo) Estimate the Hurst Exponent using Dubuc's variation method Parameters: length : The length of the history window to use. Large values do not cause lag. samples : The number of scale samples to take within the window. These samples are then used for regression. The minimum value is 2 but 3+ is...
Library "HurstExponent" Library to calculate Hurst Exponent refactored from Hurst Exponent - Detrended Fluctuation Analysis demean(src) Calculates a series subtracted from the series mean. Parameters: src : The series used to calculate the difference from the mean (e.g. log returns). Returns: The series subtracted from the series mean ...
My first try to implement Full Hurst Exponent. The Hurst exponent is used as a measure of long-term memory of time series. It relates to the autocorrelations of the time series and the rate at which these decrease as the lag between pairs of values increases The Hurst exponent is referred to as the "index of dependence" or "index of long-range dependence". It...
This is a simplified version of the Hurst Exponent indicator. In the meantime, I'm working on the full version. It's computationally intensive, so it's a challenge to squeeze it to PineScript limits. It will require some time to optimize it, so I decided to publish a simplified version for now. The Hurst exponent is used as a measure of long-term memory of time...
- Hurst Exponent Signal Filter - The Hurst Exponent Signal Filter is meant to be used with an external signal source, this can be any indicator with a signal plot output (-1 Sell / 1 Buy) It filters out a lot of noisy signals and improves the performance of many indicators. - Example: How to Use - 1. Add a trend Indicator like Trend Index MTF to your...