Friday, June 21, 2024

Tradingview.com | 72s: Adaptive Hull Moving Average+

Here is the article. 

One challenging issue for beginner traders is to differentiate market conditions, whether or not the current market is giving best possibility to stack profits, as earliest, in shortest time possible, or not.

On intraday, we've seen some big actions by big banks are somewhat can be defined --or circling around-- by HMA 200. I've been thinking on to make the visuals more conform to price dynamics (separating major movement and minor noise) to get clearer signs of when it starts to happen. So it will be easier to see in a glance when the strength starts really taken place, with less cluttered chart.

This Adaptive HMA is using the new Pine Script's feature which now support Dynamic Length arguments for several Pine functions. ( read: www.tradingview.com/...gth-arguments-20554/). It hasn't support the built-in HMA() directly, but thankfully we can use its wma() formula to construct. (Note: I tweaked a bit HMA formula already popular here by using plain int() instead of round() on its wma's length, since I find it precisely match tradingview's built-in HMA).

You can choose which aspect the Adaptive HMA period will adapt to.

In this study I present it with two options: Volume and Volatility. It will "moves" faster or slower depends on which situation the aspect is currently into. ie: When volume is generally low or volatile readings is not there, price won't move very much, so the adapting MA will slow down by dynamically lengthen the lookback period, and vice versa, and so on.

Colour-markings in the Adaptive resembles which situation explained above. In addition, I also combine it with slope calculation of the MA to help measuring trend-strength or sideway/choppy conditions.

This way when we use it as dynamic support/resistance it will be more visually-reliable.

Secondly, and more important, it might help us traders with better probability info of whether or not a trade should even worth to be madeie: If in the mean time market won't give much movement, any profit would also only as much. In most cases, we might better save our dime for later or place it somewhere else.

HOW TO USE:
Aside from better dynamic support/resistance and clearer breakout confirmation, MA is coloured as follow:

  • YELLOW:
    Market is in consolidation or flat. Be it sideways, choppy, or in relatively small movements. If it shows up in a trending market, it may be an earlier sign that current trend might about to change its direction, or confirming a price broke-out to another side.
  • LIGHT GREEN or LIGHT RED:
    Tells if a trend is forming but still relatively weak (or getting weaker), as it doesn't have volume or volatility to support.
  • DARKER GREEN ot DARKER RED:
    This is where we can expect some good and strong price movement to ride. If it's strong enough, many times it marks a start of new long-lasting major trend.


SETTINGS:

  • Charger:
    Choose which aspect your HMA should plug itself into, thus it will adapt to it.
  • Minimum Period, Maximum Period:
    172 - 233 is just my own setting to outmatch the static HMA 200 for intraday. I find it --in my style of trading-- best in 15m tf in almost any pair, and 15m to 1H for some stocks. It also works nicely with conventional EMA 200, sometimes as if they somewhat work hand-in-hand in defining where the price should go. But you can, ofcourse, experiment with other ranges, broader or narrower. Especially if you already have an established strategy to follow to. As you might do with:
  • Consolidation area threshold:
    This has to do with slope calculation. The bigger the number means your MA needs bigger degree to define the market is out of flat (yellow) area. This can be useful if needed to lighten up the filter or vice-versa.
  • Background colouring:
    Just another colouring to help highlighting the difference in market conditions.


ALERTS:
There are two alerts:

  • Volume Break: when volume is breaking up above average, and
  • Volatility Meter: when the market more likely is about to have its moment of the big wiggling brush.


USAGE:

  • Very very nice BUY entry to catch big up-movement if:
    1. Price is above MA. (It is best when price is also not to far distance from the MA, or you can also use distance oscillator to help out too)
    2. HMA's color is in darker green. Means it's on the charging plug with your chosen aspect.
    3. RSI is above 50. This is to help as additional confirmation.

  • Clear SELL entry signal is same as above, just the opposite.

No comments:

Post a Comment