Trigger Happy Elite v0.5 — Strategy by VONKAR
By VONKAR
Performance Metrics
- Author: VONKAR
- Symbol: CME_MINI:MNQ1!
- Timeframe: 5 minutes
- Net P&L: +20,747.60 USD (+41.50%)
- Win Rate: 59.6%
- Profit Factor: 1.606
- Max Drawdown: 1,924.00 USD (3.02%)
- Total Trades: 774
Description
# Trigger Happy Elite v0.5 NEON---## What It DoesTrigger Happy Elite detects pivot reversals on the 5-minute chart and enters trades when multiple confluence gates align. Every signal on the chart is a real trade — no repainting, no phantom signals. What you see is what fired.The strategy is designed for high-frequency scalping during the NY session, capturing quick reversals with tight risk management and a trailing stop mechanism.---## How It Works**Core Logic:** The engine identifies pivot highs and pivot lows, then filters entries through a layered gate system. All gates must pass before a trade is taken. No signal, no trade, no exceptions.**Gate System (all toggleable):**- **Daily P&L Cap** — Stops trading after hitting your profit target or loss limit for the day. Protects capital and prevents revenge trading.- **Session Filter** — Restricts trading to your chosen session window. Default is NY open to close (09:30–15:45 EST).- **ATR Volatility Gate** — Only trades when volatility is above a minimum threshold. Keeps you out of dead, choppy markets.- **RSI Gate** — Longs only when RSI is below a threshold (oversold zone), shorts only when RSI is above (overbought zone). Filters out low-probability entries.- **Multi-Timeframe EMA Gate** — Optional trend filter. Choose any EMA length and pull it from any timeframe. Run a 1-minute 9 EMA over your 5-minute chart, or a 15-minute 21 EMA — your call. Longs only above, shorts only below.- **VIX Regime Gate** — Optional volatility regime filter using the CBOE VIX index. Block trades when VIX is too high (panic mode) or too low (dead market).**Risk Management:**- Configurable take profit and stop loss in ticks- Trailing stop with activation threshold- Daily profit cap prevents overtrading winners- Daily loss cap prevents spiraling losers---## The DashboardThe neon cockpit HUD displays everything you need at a glance:- **Live gate status** — Each active gate shows ON (green) or OFF (red) with its current reading and percentage- **Disabled gates disappear** — No clutter. Only what's active shows on screen- **Real-time position tracking** — Direction, size, entry price, and open P&L- **Daily P&L progress** — See how close you are to your daily capThe dashboard is designed to be readable on both desktop and mobile.---## Visuals- **Neon candles** — Cyan glow when long, magenta glow when short, dim gray when flat- **Entry arrows** — Bright cyan triangles for longs, hot magenta for shorts. Every arrow is a real trade.- **Exit P&L tags** — Green or red labels showing exact dollar P&L on every closed trade- **TP/SL glow lines** — Neon glow effect on take profit and stop loss levels while in a position- **EMA with glow** — Dual-layer EMA line with a soft outer glow and bright inner core, color-coded by trend direction---## Designed For- **Instrument:** MNQ (Micro E-mini Nasdaq-100 Futures) — works on other NQ products- **Timeframe:** 5-minute (primary), adaptable to 1m–15m- **Session:** NY Session recommended (09:30–15:45 EST)- **Style:** High-frequency scalping with tight risk controls---## Settings Guide**Start with defaults.** The default configuration has been tested extensively. Once you're comfortable, experiment with individual gates:- Turn the **EMA Gate** on to add trend filtering (reduces trades but may improve quality)- Turn the **VIX Gate** on to avoid extreme market conditions- Adjust the **Session Window** if you want to trade London or Asia sessions- Lower **Contracts** to 1–2 for smaller accounts or tighter drawdown limits**Important:** This is a strategy, not an indicator. Add it from the strategy tab to see full backtest results. Backtest settings use conservative assumptions (6-tick slippage, commissions included).---## AlertsFully compatible with webhook automation platforms. Alert messages fire in JSON format on every entry and exit:```{"ticker":"MNQ1!","action":"buy","price":24750.00}{"ticker":"MNQ1!","action":"sell","price":24750.00}{"ticker":"MNQ1!","action":"close"}```---## DisclaimerPast performance does not guarantee future results. This strategy is provided for educational and informational purposes. Always backtest thoroughly and paper trade before risking real capital. Futures trading involves substantial risk of loss. Trade responsibly.