StratifyTrade

Open Liquidity Heatmap [StratifyTrade]

StratifyTrade 업데이트됨   
Open Liquidity Heatmap is an indicator designed to display accumulated resting liquidity on the chart.

Unlike any other liquidity heatmap, this aims to accumulate liquidity at specific levels that build up over time, showing larger areas of liquidity.

🔶 FEATURES

The indicator includes the following settings:

  • Lookback: Used to determine the range calculation of the heatmap.
  • Leverage: Leverage of the liquidation (Counted as % in price, Example: 4.5 will return a distance from price of 4.5%, indicating any possible resting liquidity in this range).
  • Levels: Amount of levels to display (Each level is counted as liquidity resting on the chart; fewer levels will return a bigger area of liquidity sitting on the chart).
  • Mode: Apply a color gradient from the minimum liquidation to the maximum liquidity level. Set the maximum color gradient value (Counted as volume).
  • Offset: Automatically determine the offset range of the Volume Profiles. Manual offset of the Volume Profiles.

🔶 CALCULATION

    for i = 0 to step - 1
        float plotter = na
        switch i
            0 =>
                plotter := hs
            =>
                plotter := hs - diff * (  i  )

        cls.hm.gnL(plotter)
        cls.vp.put(plotter, 0)

We calculate levels like a normal volume profile with steps, from the highest point within the lookback to the lowest one. Each level will contain the corresponding amount of volume that the candle has closed in that range.


As we can see in the image above, we add liquidity each time the distance in % from price is between two levels.

Unlike many liquidity indicators that provide a single candle liquidity heatmap, this aims to add up liquidity (volume) in already present levels.

This can be extremely useful to see which levels are likely to be more liquid and tend to get a bigger reaction to the price.

Imagine it like a range of levels that each time price revisits that area, a new position area is added; we add volume in that area each time price visits that zone. Liquidity builds up in those zones, causing a bigger reaction to the price once the price visits it.

This indicator is not the same as a single candle heatmap like many others. What is a single candle heatmap?

A single candle heatmap is when a level is created on every new candle, coloring the level based on the total volume of it.

This indicator, on the contrary, aims to provide a more specific use by adding up liquidity each time price visits it.

🔶 BASIC DEMOSTRATION


This is a basic demonstration of how we can spot high liquidity points overall using confluence:

  • We see the POC of the liquidation in a low volume area of the normal volume profile adding up as confluence.
  • Resistance from the POC Volume Profile suggesting price will go lower.
  • Major long open liquidity down.


As we can see, price takes out all the long liquidity and right after pumping, indicating that all the major liquidity got taken out.

Some key note to take is that a POC in the liquidation heatmap in a low volume area of the normal Volume Profile add confluence of a possible big reaction in that zone.

In the forex market, we suggest to use a low distance from price (Leverage) while in a crypto market you can use the one that fit the best the current timeframe.

🔶 CONCLUSION

This indicator aims to show open resting liquidity that had built up over time, showing the most amount of liquidation in specific areas in an aggregated way unlike many liquidation heatmap indicators that show single-level liquidation.

🔶 RELATED SCRIPT

릴리즈 노트:
Minor changes
릴리즈 노트:
Fixed memory-related errors
릴리즈 노트:
Added border option for Volume Profiles

Get Access to StratifyTrade indicators: www.stratify.trade

Join our free discord for updates : discord.gg/NrG7N6rW2k

All scripts & content provided by StratifyTrade are for informational & educational purposes only.
오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

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