StratifyTrade

Whalemap [StratifyTrade]

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.

for i = 0 to len - 1
blV.vol += (close[i] > close[i + 1] ? volume[i] : 0)
brV.vol += (close[i] < close[i + 1] ? volume[i] : 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)

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 อย่างแท้จริง ผู้เขียนสคริปต์นี้ได้เผยแพร่เป็นโอเพนซอร์ส เพื่อให้ผู้ค้าสามารถเข้าใจและตรวจสอบได้ ไชโยให้กับผู้เขียน! คุณสามารถใช้ได้ฟรี แต่การใช้รหัสนี้ซ้ำในสิ่งพิมพ์อยู่ภายใต้กฎระเบียบการใช้งาน คุณสามารถตั้งเป็นรายการโปรดเพื่อใช้บนชาร์ตได้

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ เงื่อนไขการใช้บริการ

ต้องการที่จะใช้สคริปต์นี้บนชาร์ตใช่ไหม?