OPEN-SOURCE SCRIPT

Whalemap [BigBeluga]

78 447
The Whalemap indicator aims to spot big buying and selling activity represented as big orders for a possible bottom or top formation on the chart.

🔶 CALCULATION

The indicator uses volume to spot big volume activity represented as big orders in the market.

Pine Script®
for i = 0 to len - 1 blV.vol += (close > close[i + 1] ? volume : 0) brV.vol += (close < close[i + 1] ? volume : 0)


When volume exceeds its own threshold, it is a sign that volume is exceeding its normal value and is considered as a "Whale order" or "Whale activity," which is then plotted on the chart as circles.

🔶 DETAILS

스냅샷

The indicator plots Bubbles on the chart with different sizes indicating the buying or selling activity. The bigger the circle, the more impact it will have on the market.

On each circle is also plotted a line, and its own weight is also determined by the strength of its own circle; the bigger the circle, the bigger the line.

스냅샷

Old buying/selling activity can also be used for future support and resistance to spot interesting areas.

The more price enters old buying/selling activity and starts producing orders of the same direction, it might be an interesting point to take a closer look.

🔶 EXAMPLES

스냅샷

스냅샷

The chart above is showing us price reacting to big orders, finding good bottoms in price and good tops in confluence with old activity.

🔶 SETTINGS

Users will have the options to:
  • Filter options to adjust buying and selling sensitivity.
  • Display/Hide Lines
  • Display/Hide Bubbles
  • Choose which orders to display (from smallest to biggest)

면책사항

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