Asian Box Breakout Strategy by waranyutrkm
By waranyutrkm
Performance Metrics
- Author: waranyutrkm
- Symbol: TVC:GOLD
- Timeframe: 1 hour
- Net P&L: +3,606.90 USD (+36.07%)
- Win Rate: 58.0%
- Profit Factor: 1.376
- Max Drawdown: 962.05 USD (7.03%)
- Total Trades: 314
Description
# Asian Box Breakout StrategyThe **Asian Box Breakout Strategy** is a session-based momentum breakout system designed to capture explosive price movements that often occur after the low-volatility Asian trading session.The strategy builds a price range — known as the **Asian Box** — using the high and low formed during the Asian session, then trades breakouts when the market transitions into higher volatility trading hours such as the London or New York sessions.This methodology is widely used in:* Forex markets* Crypto markets* Indices* Futures marketswhere volatility expansion frequently follows overnight consolidation.---# 📌 Strategy ConceptThe core idea behind the strategy is:> **Trade momentum expansion after session consolidation.**During the Asian session, markets often move within relatively tight ranges. As liquidity and participation increase during London and US sessions, price may aggressively break out from these ranges.The strategy attempts to capture these directional moves automatically.---# 🌏 1. Asian Session Range DetectionThe script continuously tracks the highest and lowest price during a predefined Asian trading session (UTC+7 timezone by default).### Asian Box Components* **Asian High** → Highest price during the session* **Asian Low** → Lowest price during the sessionThese levels define the session breakout range.The strategy visually plots these levels on the chart, creating the “Asian Box”.---# 🚀 2. Breakout Entry LogicOnce the Asian session ends and the trading session begins, the strategy places pending breakout stop orders.### Long Breakout* Buy stop order above the Asian High### Short Breakout* Sell stop order below the Asian LowSupported trade modes:* **Both Directions*** **Long Only*** **Short Only**To reduce overtrading and duplicate signals:* only **one trade per day** is allowed.Once one side triggers:* the opposite pending order is automatically cancelled.---# 💰 3. Position SizingThe strategy uses a dynamic **100% equity allocation model**.Position size is automatically calculated using:* current account equity* breakout entry priceThis creates a fully compounding position sizing system where trade size adapts dynamically as account equity changes over time.---# 🛡️ 4. ATR-Based Stop Loss ManagementRisk management is handled using the **Daily ATR (Average True Range)** to adapt stop loss distance to current market volatility.Stop loss calculation:SL\ Distance = Daily\ ATR \times Multiplier### Long Position* Stop Loss = Entry Price − ATR Distance### Short Position* Stop Loss = Entry Price + ATR DistanceUsing ATR-based stops helps:* avoid overly tight stops during volatile periods* normalize risk across different market environments* improve adaptability across instruments---# ⏰ 5. End-of-Day (EOD) ExitTo avoid overnight exposure and session gap risk, all open positions are automatically closed at the end of the trading session.This keeps the strategy focused on:* intraday momentum* session volatility expansion* short-term directional movement---# 🔔 6. Webhook Alert SystemThe script includes fully structured **JSON webhook alerts** for automation and external trade execution systems.Alert payload includes:* Strategy name* Trading symbol* Signal type* Order action* Entry/exit price* Quantity* Position size* Net profit* Win rate* Account equity* TimestampThis allows seamless integration with:* trading bots* exchange APIs* automation workflows* copy trading systems---# ✨ Key Features* Session-based breakout methodology* Automatic Asian range detection* Dynamic breakout stop entries* ATR-based adaptive stop loss* One-trade-per-day protection* Automatic cancellation of opposite breakout order* End-of-day auto close protection* Webhook-ready JSON alerts* Long-only / Short-only / Bi-directional modes* Dynamic 100% equity position sizing---# 📈 Best Market ConditionsThis strategy tends to perform best during:✅ Trending market environments✅ Volatility expansion phases✅ Strong London session momentum✅ Strong New York session momentum✅ Post-consolidation breakouts---# ⚠️ Challenging Market ConditionsPerformance may weaken during:❌ Choppy sideways markets❌ False breakout environments❌ Extremely low-volatility sessions❌ Range-bound market conditions---# ⚠️ Risk DisclaimerThis strategy uses aggressive capital allocation by deploying **100% of account equity per trade**.While this approach may amplify returns during strong directional moves, it can also significantly increase drawdowns during adverse market conditions.Before using this strategy in live trading, traders should carefully evaluate:* leverage exposure* slippage* execution quality* broker limitations* personal risk tolerance