LoneWolfTradinGroup QCBP v1.0.3 — Strategy by lonewolftradinggroup
By lonewolftradinggroup
Performance Metrics
- Author: lonewolftradinggroup
- Symbol: COMEX_MINI:SIL1!
- Timeframe: 5 minutes
- Net P&L: +3,834.00 USD (+15.34%)
- Win Rate: 67.4%
- Profit Factor: 1.933
- Max Drawdown: 937.00 USD (3.15%)
- Total Trades: 46
Description
// ============================================================// LWTG QCBP v1.0.3 - 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:// 1 contract → full position exits at TP1, protected by SL1// 2+ contracts → 50% exits at TP1/SL1, 50% exits at TP2/SL2// ============================================================// ============================================================// RELEASE NOTES (Diagnostics Add-on) — 2026-03-05// - 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).// ============================================================Release Notes// ============================================================// LWTG QCBP v1.0.3 - 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:// 1 contract → full position exits at TP1, protected by SL1// 2+ contracts → 50% exits at TP1/SL1, 50% exits at TP2/SL2// ============================================================// ============================================================// RELEASE NOTES (Diagnostics Add-on) — 2026-03-05// - 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).// ============================================================