OPEN-SOURCE SCRIPT
업데이트됨 Whale Hunter V12

1. Overview
Whale Hunter V12 is a specialized Pine Script indicator designed for high-precision scalping (1m, 5m timeframes) on Futures and Crypto markets. Unlike standard indicators that lag, V12 focuses on Volume Spread Analysis (VSA) and Order Flow to detect institutional "Whale" activity.
Its "Precision Engine" filters out low-volatility churn and fake signals by enforcing strict volatility gates (ATR) and volume thresholds.
2. The Logic: How Scoring Works (0-12 Points)
Every candle is analyzed and given a "Confluence Score" from 0 to 12. A signal is only generated if the score meets your minimum threshold (Default: 8).
Component
Max Points
Logic
A. Volume Spike
4 pts
Measures relative volume vs. 20-period average.
• 2.0x Vol = 2 pts
• 3.0x Vol = 3 pts
• 5.0x Vol = 4 pts (Whale)
B. Trend (VWAP)
3 pts
Checks alignment with Volume Weighted Average Price.
• Buy above VWAP = +3 pts
• Sell below VWAP = +3 pts
C. Absorption Wick
3 pts
Measures the rejection wick vs. candle body.
• Wick > 1.5x Body = 1 pt
• Wick > 50% Range = 2 pts
• Wick > 65% Range = 3 pts (Hammer/Shooting Star)
D. CVD Divergence
2 pts
Checks if momentum contradicts price.
• Price Lows lower + Volume Flow Higher = +2 pts (Bullish Divergence)
E. Penalties
-3 pts
The Fakeout Killer:
• Buying on a Red Candle = -3 pts
• Selling on a Green Candle = -3 pts
3. Settings & Configuration
You can customize the strictness of the engine in the indicator settings menu.
A. Signal Precision
Minimum Score to Show (Default: 8)
8-12: "Sniper Mode." Shows only high-probability setups trading with the trend (VWAP aligned).
6-7: "Scout Mode." Shows counter-trend reversals and riskier scalps.
< 5: Not recommended (Too much noise).
Ignore Small Candles (ATR %) (Default: 0.5)
The "Churn Filter". It ignores any candle smaller than 50% of the average size.
Increase to 0.8 if you are getting too many signals during flat/choppy markets.
B. Volume Logic
Strict Volume (Default: ON)
When checked, the script blocks any signal with less than 2.0x average volume, regardless of the score. This ensures you only trade when Whales are actually present.
4. How to Read the Signals
🟢 Bullish Signal (Buy)
Symbol: Green Triangle below the bar.
Condition: Score ≥ 8. The Whale absorbed selling pressure (Wick) on high volume, likely creating a "Bear Trap."
Ideal Setup: Price is Above the Blue Line (VWAP) + Green Arrow.
Stop Loss: Just below the low of the signal candle (the wick).
🔴 Bearish Signal (Sell)
Symbol: Red Triangle above the bar.
Condition: Score ≥ 8. The Whale absorbed buying pressure (Wick) on high volume, likely creating a "Bull Trap."
Ideal Setup: Price is Below the Blue Line (VWAP) + Red Arrow.
Stop Loss: Just above the high of the signal candle.
🔵 Blue Line (VWAP)
This is your "Trend Anchor."
Do not Short if price is significantly above the Blue Line.
Do not Long if price is significantly below the Blue Line.
5. Troubleshooting / FAQ
Q: Why did a signal disappear?
A: The script repaints only during the live candle. Once a candle closes, the signal is permanent. If a signal vanishes before close, it means the volume or price action changed last second (e.g., the candle turned Red, triggering the -3 penalty).
Q: Why are there no signals on my chart?
A: You are likely in a low-volume period (Lunch hour / Late night). The Strict Volume filter is doing its job by keeping you out of dead markets. Alternatively, lower the Minimum Score to 6.
Q: Can I use this on 1-minute timeframes?
A: Yes, but increase the ATR Filter to 0.6 or 0.7 to filter out the micro-noise common on 1m charts.
Whale Hunter V12 is a specialized Pine Script indicator designed for high-precision scalping (1m, 5m timeframes) on Futures and Crypto markets. Unlike standard indicators that lag, V12 focuses on Volume Spread Analysis (VSA) and Order Flow to detect institutional "Whale" activity.
Its "Precision Engine" filters out low-volatility churn and fake signals by enforcing strict volatility gates (ATR) and volume thresholds.
2. The Logic: How Scoring Works (0-12 Points)
Every candle is analyzed and given a "Confluence Score" from 0 to 12. A signal is only generated if the score meets your minimum threshold (Default: 8).
Component
Max Points
Logic
A. Volume Spike
4 pts
Measures relative volume vs. 20-period average.
• 2.0x Vol = 2 pts
• 3.0x Vol = 3 pts
• 5.0x Vol = 4 pts (Whale)
B. Trend (VWAP)
3 pts
Checks alignment with Volume Weighted Average Price.
• Buy above VWAP = +3 pts
• Sell below VWAP = +3 pts
C. Absorption Wick
3 pts
Measures the rejection wick vs. candle body.
• Wick > 1.5x Body = 1 pt
• Wick > 50% Range = 2 pts
• Wick > 65% Range = 3 pts (Hammer/Shooting Star)
D. CVD Divergence
2 pts
Checks if momentum contradicts price.
• Price Lows lower + Volume Flow Higher = +2 pts (Bullish Divergence)
E. Penalties
-3 pts
The Fakeout Killer:
• Buying on a Red Candle = -3 pts
• Selling on a Green Candle = -3 pts
3. Settings & Configuration
You can customize the strictness of the engine in the indicator settings menu.
A. Signal Precision
Minimum Score to Show (Default: 8)
8-12: "Sniper Mode." Shows only high-probability setups trading with the trend (VWAP aligned).
6-7: "Scout Mode." Shows counter-trend reversals and riskier scalps.
< 5: Not recommended (Too much noise).
Ignore Small Candles (ATR %) (Default: 0.5)
The "Churn Filter". It ignores any candle smaller than 50% of the average size.
Increase to 0.8 if you are getting too many signals during flat/choppy markets.
B. Volume Logic
Strict Volume (Default: ON)
When checked, the script blocks any signal with less than 2.0x average volume, regardless of the score. This ensures you only trade when Whales are actually present.
4. How to Read the Signals
🟢 Bullish Signal (Buy)
Symbol: Green Triangle below the bar.
Condition: Score ≥ 8. The Whale absorbed selling pressure (Wick) on high volume, likely creating a "Bear Trap."
Ideal Setup: Price is Above the Blue Line (VWAP) + Green Arrow.
Stop Loss: Just below the low of the signal candle (the wick).
🔴 Bearish Signal (Sell)
Symbol: Red Triangle above the bar.
Condition: Score ≥ 8. The Whale absorbed buying pressure (Wick) on high volume, likely creating a "Bull Trap."
Ideal Setup: Price is Below the Blue Line (VWAP) + Red Arrow.
Stop Loss: Just above the high of the signal candle.
🔵 Blue Line (VWAP)
This is your "Trend Anchor."
Do not Short if price is significantly above the Blue Line.
Do not Long if price is significantly below the Blue Line.
5. Troubleshooting / FAQ
Q: Why did a signal disappear?
A: The script repaints only during the live candle. Once a candle closes, the signal is permanent. If a signal vanishes before close, it means the volume or price action changed last second (e.g., the candle turned Red, triggering the -3 penalty).
Q: Why are there no signals on my chart?
A: You are likely in a low-volume period (Lunch hour / Late night). The Strict Volume filter is doing its job by keeping you out of dead markets. Alternatively, lower the Minimum Score to 6.
Q: Can I use this on 1-minute timeframes?
A: Yes, but increase the ATR Filter to 0.6 or 0.7 to filter out the micro-noise common on 1m charts.
릴리즈 노트
Features of V13:Multi-Timeframe Engine: You can run this on a 1H chart, and it will scan the 5m chart in the background.
Aggregation: It counts how many "Whale Signals" happened inside that 1 hour.
Averaging: It calculates the "Average Score" of those signals.
Display:
If 1 signal happened: It looks like the normal indicator.
If multiple signals happened: It shows a summary label (e.g., "3x Buys (Avg 8.3)").
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.