🛠️ HunterMaster Documentation
Your comprehensive guide to mastering the bot, understanding advanced trading logic, and maximizing your profit potential.
Jump to Section
🛡️ Core Trading Philosophies
Confluence First
Hunter bot never relies on a single indicator. It requires Multi-Timeframe Confluence (consensus between Daily, H4, and H1) before considering an entry. This significantly reduces "fake-outs" during lower timeframe noise.
Dynamic Safety
Static TP/SL leads to liquidation. Our bot uses Volatility-Adjusted (ATR) stops and Structural S/R levels that adapt to the current market expansion or contraction.
🤖 Master Bot Settings
| Parameter | Range / Type | Logic & Calculation | Pro Recommendation |
|---|---|---|---|
| Max Concurrent Trades | 1 - 20 |
Limits the number of simultaneous active positions. Critical for margin management. | 3-5 for balanced risk. |
| Min Confidence | 0% - 100% |
Filters signals based on confluence score. 100% means ALL timeframes & indicators are perfectly aligned. | 85% for high-quality entries. |
| Entry Cooldown | Minutes |
Prevention against "revenge trading". Bot will wait X mins after an SL before re-examining the same symbol. | 60-120 mins for H1 strategies. |
| Leverage (X) | 1x - 50x |
Multiplier for your position. High leverage reduces "Smart SL" effectiveness due to liquidation proximity. | 3x - 5x is the sweet spot. |
💡 How Strategy Choice Affects Logic:
- V3 Optimized: Pure trend following. Highest win rate in clear bull/bear markets. Uses ATR for safety.
- V9 Frontier: Momentum breakout. Best for "Alt Seasons". Uses trailing expansion for huge winners.
- V10v3 Frontier: Advanced Structural Logic. TP/SL are "pulled" towards nearest Support/Resistance zones.
📊 Technical Indicator Definitions
StochRSI (K / D)
MomentumK is the blue fast line; D is the orange signal line. The primary entry trigger is the Crossover. If K crosses above D, momentum is shifting bullish.
Value < 20: Oversold zone. Extreme fear.
KD Gap & Slope
VelocityGap measures the difference between K and D. An expanding gap indicates acceleration. Slope measures the angle relative to the previous candle.
- Rising Slope (> 0.05): Strong bullish thrust.
- Falling Slope (< -0.05): Sharp bearish decay.
MTF Trend Bias
DirectionOur proprietary consensus engine. It scores the Daily, H4, and H1 timeframes. Only when the aggregate score is positive (+2 to +4) does a BULLISH BIAS appear.
🚀 Advanced Smart Exit Engines
🌟 Smart TP (Structural)
Instead of a fixed 5%, the bot identifies the nearest major Resistance Zone on the H1/H4 charts. It places the profit target 0.2% below that level to ensure execution before the rejection.
🛡️ Smart SL (ATR Hybrid)
The bot calculates a 2.5x ATR stop and compares it to the nearest Support Swing Low. It picks the safest (farthest) of the two to prevent "wick outs".
🪜 Laddering & Frontier Expansion
For V9 and V10 strategies, the bot can dynamically push the TP higher if momentum continues past 3%. This "Expansion" logic allows you to catch 10-20% moves while protecting profits at structural tiers.