CryptoGearBox

Median Absolute Deviation Outlier Fractals

Core Concepts

Using Bill William's fractals (can be any types of pivots), we want to find outlier fractals using the median absolute deviation (MAD). When the true range falls outside the specified threshold, it is counted as an outlier. These outliers tend to have significance. Prices usually react to those levels in the future, sometimes a single level and other times a cluster of them to create a zone.

Usage

  • The baseline determines the trend. Above baseline is uptrend and below is downtrend.
  • MAD length is how much data you want to use for the MAD calculation.
  • Deviation limit is the multiple of MAD from median figure to determine if the true range prices exceeds it and if it does we have an outlier.

Notes:
  • The script is for informational and educational purposes only.
  • Any suggestions for improvement are welcome!

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?