LWTG QCBP v1.0.5 — Strategy by lonewolftradinggroup
By lonewolftradinggroup
Performance Metrics
- Author: lonewolftradinggroup
- Symbol: CME_MINI:MES1!
- Timeframe: 5 minutes
- Net P&L: −376.00 USD (−1.50%)
- Win Rate: 68.2%
- Profit Factor: 0.959
- Max Drawdown: 1,104.50 USD (4.39%)
- Total Trades: 481
Description
// ============================================================// LWTG QCBP v1.0.5 - Instrument Preset System// Replicates all 9 confluences + RSI/ADX filters + dynamic exits// Instruments: MES(5m), MNQ(15m), MYM(5m), SIL(5m), MGC(5m)// ALL CREDIT and IP for code goes to Aaron @ Quantcrawler.com// ============================================================// Preset System:// Select instrument + contract count from dropdown// All parameters (RSI/ADX/ATR/SL/TP/Confluences) load automatically// 2c/3c blocks mirror 1c settings until individually optimized// Use CUSTOM to override all parameters manually// ============================================================// Exit Logic:// TP1/SL1 mode (default): full position exits at TP1, protected by SL1// EMA Exit mode (toggle): exits when close slowEMA OR fastEMA crosses above slowEMA (short)// SL1 remains active as hard stop in both modes// SL2/TP2 split mode removed in v1.0.5// ============================================================// ============================================================// RELEASE NOTES v1.0.5 — EMA Exit + SL2/TP2 Removal// - Added i_useEMAExit toggle (Filters group)// OFF (default): original TP1/SL1 fixed exit unchanged// ON: replaces TP1/TP2 with dynamic EMA-based exit// Long exit: close slowEMA OR fastEMA crosses above slowEMA// SL1 remains active as hard stop in both modes// - Removed all SL2/TP2 processing: preset values, p_ variables, strategy.exit legs,// trade line drawing, info panel rows, optimizer override inputs, custom inputs// - exitMode panel label updated to reflect active exit mode dynamically// ============================================================// - Fixed Pine typing/syntax issues in diagnostics helpers/variables to ensure compilation.// - Added OPTIONAL Confluence Timeline row + optional chart labels in the separate diagnostics panel.// ============================================================// - Added OPTIONAL 9-Confluence Heatmap pane (Bull/Bear lanes) for visual timing analysis.// - Added OPTIONAL separate Diagnostics Panel (table) with confluence checklist + score/filters.// - Added OPTIONAL Confluence Delay Detector: reports which confluence flipped most recently// on ANY bar where bullSignal/bearSignal becomes true (even if an entry is blocked).// - Added OPTIONAL Entry Debug Markers (small dots) at bullSignal/bearSignal bars.// - Trading engine (presets, p_* parameters, confluence logic, entries, exits) intentionally unchanged.// - Removed OPTIONAL 9-Confluence Heatmap pane (Moved to a standalone indicator).// - Changed colors & thickness on EMA's// ============================================================