Lone Wolf Trading Group - MITS v1.1.3 — Strategy by lonewolftradinggroup

By lonewolftradinggroup

Performance Metrics

Description

// ============================================================// Lone Wolf Trading Group - Multi-Instrument Trading Strategy (LWTG MITS) v1.1.3// Replicates 9 confluences + RSI/ADX filters + dynamic exits// Instruments: MES(5m), MNQ(15m), SIL(5m), MGC(5m)// ALL CREDIT and IP for code goes to Aaron @ Quantcrawler.com// ============================================================// Preset System:// Select instrument from dropdown — one preset per instrument// Qty set independently via Contracts input (works for any count)// When TP2 > 0 and qty >= 2: ceil(qty/2) exit at TP1 with BE stop on remainder to TP2// ============================================================// Exit Logic:// TP1/SL1 mode: full position exits at TP1, protected by SL1// TP1/TP2 split mode: ceil(qty/2) exits at TP1, stop moves to BE,// remainder exits at TP2. SL1 active until TP1 hit.// ============================================================LWTG MITS (Lone Wolf Trading Group — Multi-Instrument Trading Strategy) is a TradingView Pine Script strategy built trying to emulate certain characteristics of the Quantcrawler Bulletproof framework. It uses a 9-confluence scoring system to identify high-probability entries on four independently optimized futures instruments, and exits via fixed ATR-based targets.Full credit and IP for the genesis of this strategy belongs to Aaron at Quantcrawler.com. LWTG MITS was written independently as a personal back test and automation project by a lifetime Quantcrawler member. This was meant to be an optimization platform and evolved into a standalone, successful strategy. If you are not already a member of Quantcrawler, the free trial is strongly recommended — the strategies, knowledgebase, free education and team support you will have access to are unmatched.Important: This strategy is designed to work with Quantcrawler Ghost for trade automation. Other automation platforms (TradersPost, etc.) will require custom webhook integration not covered in this guide. Trust me when I tell you, you want to use Ghost.Release Notes** FULL USER GUIDE CAN BE FOUND AT THIS LINK BELOW **docs.google.com/document/d/1Q8ite_N_8GzBzTq0F3yQi-N9Php5YXUm/edit?usp=drive_link&ouid=110571064178208683135&rtpof=true&sd=trueLWTG MITS (Lone Wolf Trading Group — Multi-Instrument Trading Strategy) is a TradingView Pine Script strategy loosely built on the available details of the Quantcrawler Bulletproof 1.0.3 framework. It uses a 9-confluence scoring system to identify high-probability entries on five independently optimized futures instruments, and exits via fixed ATR-based targets.A core design principle of LWTG MITS is minimum drawdown. Every instrument in the portfolio was selected and optimized with drawdown as a primary constraint — not just profit factor. The strategy takes quick, disciplined exits at fixed ATR-based targets rather than chasing extended moves, which keeps individual trade risk small and portfolio-level drawdown consistently low. This approach makes LWTG MITS well-suited for prop firm trading environments where daily loss limits and maximum drawdown thresholds are strictly enforced. The backtest results across all five instruments reflect this priority — combined maximum drawdown across the full portfolio runs well under 10% at one contract per instrument, with individual instruments ranging from 0.70% to 3.45%.Full credit and IP for the genesis of this strategy belongs to Aaron at Quantcrawler.com. LWTG MITS was written independently as a personal backtest and automation project by a lifetime Quantcrawler member. If you are not already a member, the free trial is strongly recommended — the strategies, trading education, community, and team support are unmatched.Release Notes** full users guide is available at the link below **drive.google.com/file/d/1LLw8jvCo2opSXRlB7Y9o1rNOOxJtU_RP/view?usp=sharingLWTG MITS (Lone Wolf Trading Group — Multi-Instrument Trading Strategy) is a TradingView Pine Script strategy loosely built on the available details of the Quantcrawler Bulletproof 1.0.3 framework. It uses a 9-confluence scoring system to identify high-probability entries on five independently optimized futures instruments, and exits via fixed ATR-based targets. A core design principle of LWTG MITS is minimum drawdown. Every instrument in the portfolio was selected and optimized with drawdown as a primary constraint — not just profit factor. The strategy takes quick, disciplined exits at fixed ATR-based targets rather than chasing extended moves, which keeps individual // trade risk small and portfolio-level drawdown consistently low. This approach makes LWTG MITS well-suited // for prop firm trading environments where daily loss limits and maximum drawdown thresholds are strictly // enforced. The backtest results across all five instruments reflect this priority — combined maximum drawdown // across the full portfolio runs well under 10% at one contract per instrument, with individual instruments // ranging from 0.70% to 3.45%. Full credit and IP for the genesis of this strategy belongs to Aaron at Quantcrawler.com. // LWTG MITS was written independently as a personal backtest and automation project by a lifetime Quantcrawler member. // If you are not already a member, the free trial is strongly recommended — the strategies, trading education, community, // and team support are unmatched.

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView