Quant Tactics Channel Audit — Freqtrade Strategies Under the Microscope

A detailed evaluation of the @QuantTactics YouTube channel (9.16K subs, 62 videos) against our 7-gate research pipeline. Unlike Trade Tactics, this channel uses open-source Freqtrade with published Python strategy code. We analyze whether their backtest claims hold up to scrutiny.

Conditionally Passes Gates 1-2 Pass

Channel Overview — A Different Breed

Subscribers

9.16K

Total Videos

62

Framework

Freqtrade (OSS)

Code on GitHub

Yes (1 repo)

Quant Tactics is fundamentally different from Trade Tactics. They use Freqtrade — an open-source Python crypto trading bot — and publish their strategy code on GitHub. Their videos show actual backtest results, Python code walkthroughs, and educational content. They have a Patreon with 6+ years of strategy backtesting content. The channel's value proposition is "learn to code your own strategy" rather than "buy my black-box bot."

Published Strategy Code — BollingerRSI Analysis

Their GitHub repository (QuantTactics/strategies) contains one published strategy: BollingerRSI.py (160 lines). This is the only strategy code they've open-sourced:

Strategy Logic

Entry: Close < BB_lower × 1.11 AND RSI < 26

Exit: Close > BB_upper × 1.03 AND RSI > 88

Timeframe: 5-minute candles

Direction: Long-only

Risk Parameters

Stop-loss: -15.2%

Leverage: 5× (fixed)

ROI: 23.4% at 0min → 0% at 115min

Order types: Limit entry/exit, Market stop

Transparency Assessment: ✅ Positive

The strategy code is fully visible on GitHub. Entry/exit logic is clear, parameters are documented, and the backtest framework (Freqtrade) automatically includes exchange fees. This is a massive improvement over Trade Tactics' black-box approach. We can verify exactly what the strategy does.

Backtest Claims vs Reality Check

The channel publishes backtest results in video titles. Here are the claimed returns and what our pipeline requires:

Video Claimed Return Timeframe Pipeline Concern
Chaikin Money Flow + EMA +325% ~6 months No OOS split shown; IS contamination likely
Supertrend + ATR + ADX +184% ~3 months Short backtest; curve-fitting risk
5-8-13 EMA + PSAR +96% ~2 months Very short sample; no walk-forward
MACD + RSI + Stochastic +121% ~2 months 3 indicators = high overfit risk
VWAP & MACD +191% ~1 month Extremely short; likely cherry-picked
DCA Martingale Risk controls Multi-period Only video with OOS mention ✅
6-Year Trend Strategy $1K→$52K 6 years Patreon-only; longest sample ✅

⚠️ The "Cherry-Pick" Problem

The channel shows only winning backtests in their video titles. They don't publish failed strategies or losing runs. This is classic survivorship bias — if you test 50 strategies and show the 5 that worked, the results look amazing even if none have real edge. The DCA Martingale video is the only one that explicitly mentions "Out-of-Sample Backtest" — the other 6+ videos make no mention of IS/OOS validation.

Gate-by-Gate Analysis

1

Spec Validation — ✅ PASS (Conditional)

Unlike Trade Tactics, Quant Tactics does publish their strategy code. The BollingerRSI strategy on GitHub has clear entry/exit rules, documented parameters, and uses Freqtrade's standard backtest framework. However, only 1 of 62+ strategies is published on GitHub — the rest are behind a Patreon paywall. We can verify the published strategy but not the 6+ strategies shown in videos.

Verdict: Gate 1 passes for the published strategy. Patreon-only strategies cannot be verified.

2

Research Validation — ✅ PASS (with concerns)

Freqtrade is a well-known open-source project (51.6K GitHub stars) with a built-in backtest engine that automatically includes exchange fees. The channel cites real backtest results from Freqtrade's output. However, the results are presented without:

  • • Walk-forward validation (single backtest period only)
  • • Multiple market regime testing (bull/bear/chop)
  • • Statistical significance metrics (Sharpe, max DD duration)

Verdict: Gate 2 passes because the framework is credible and open-source, but the presentation lacks rigor.

3

Permutation Test — ⚠️ NOT SHOWN

The channel does not mention permutation tests or any form of randomized signal analysis. Since the strategy code IS available (at least BollingerRSI.py), a permutation test could be run by extracting the signal array and shuffling labels. But the channel doesn't do this. Without permutation testing, we cannot distinguish between a real edge and noise.

Verdict: Gate 3 is not passed, but could be by an independent auditor since the code is open.

4

Feature Audit — ⚠️ CONCERNING

The BollingerRSI strategy uses only 2 indicators (Bollinger + RSI) — this is clean. But the video strategies claim to use 3-5 indicators simultaneously (Chaikin + EMA, Supertrend + ATR + ADX, MACD + RSI + Stochastic, etc.). Each additional indicator exponentially increases the overfitting risk. The 6-year trend strategy on Patreon uses "momentum filtering" — we cannot verify the exact feature count without access to the Patreon code.

Verdict: Published strategy is clean (2 indicators). Multi-indicator video strategies raise overfitting concerns.

5

Training Integrity — ❌ LIKELY FAIL

The backtest results shown in videos are almost certainly in-sample (IS) — they run the strategy on the same period used to develop it. Freqtrade supports walk-forward optimization, but there's no evidence the channel uses it. The 325% and 184% returns are typical of IS-optimized strategies that fail out-of-sample. Based on our TIA-ML audit experience, these returns would likely drop to negative once OOS + fees are properly applied.

Verdict: Gate 5 fails — no walk-forward OOS validation shown.

6

PnL Audit — ❌ FAIL

The claimed returns (325%, 184%, 191%) are almost certainly:

  • In-sample (optimized on the tested period)
  • Pre-fee or using unrealistically low fee assumptions
  • Cherry-picked (only winning strategies shown)
  • Overfitted (many strategies tested, only winners published)

Verdict: Gate 6 fails — returns are not representative of real-world performance.

7

Final Acceptance — ⚠️ CONDITIONAL

The channel gets credit for:

  • ✅ Open-source framework (Freqtrade)
  • ✅ Published strategy code (1 strategy)
  • ✅ Educational content (teaches coding skills)
  • ✅ Fee-aware backtesting (Freqtrade default)

But fails on:

  • ❌ No walk-forward OOS validation
  • ❌ No permutation tests
  • ❌ Cherry-picked results (only winners shown)
  • ❌ Most strategies behind Patreon paywall
  • ❌ No failed strategy transparency

Verdict: Gate 7 — conditionally accepted for educational value, but not for performance claims.

Key Differences: Quant Tactics vs Trade Tactics

Criteria Trade Tactics Quant Tactics
Strategy Code Proprietary (Wolfpack Pro, $100/mo) Open-source (GitHub, free)
Backtest Framework Closed (SignalSwap beta) Open (Freqtrade, 51.6K stars)
Fee Inclusion Never mentioned Automatic (exchange default fees)
Entry/Exit Rules Black box Documented (published Python)
OOS Validation None Not shown (but Freqtrade supports it)
Failed Strategies Never shown Never shown (cherry-picked titles)
Education Value Low (follow my bot) High (learn to code strategies)
Conflict of Interest High (earns from SignalSwap + Wolfpack) Medium (Patreon paywall for advanced content)
Leverage Not specified 5× (high risk)

Critical Findings

Transparent Code — Genuinely Positive

The BollingerRSI.py strategy is well-structured, readable, and uses standard technical indicators with clear entry/exit logic. The 5× leverage is explicitly documented. This is how algo trading should be presented.

Fee-Aware Backtesting

Freqtrade automatically applies exchange default fees in backtests. This is a major advantage over Trade Tactics' SignalSwap which has unknown fee handling.

!

Cherry-Picked Results

Video titles show only winning results (325%, 184%, 191%). No failed strategies are ever published. This creates a survivorship bias that misleads viewers about expected performance.

!

5× Leverage Amplifies Risk

The BollingerRSI strategy uses 5× leverage with a -15.2% stop-loss. A 3% adverse move wipes 15% of capital. The backtest results don't show the risk of liquidation during volatile periods. With 5× leverage, a 20% move against position = total loss.

!

Only 1 of 62+ Strategies Published

The GitHub repo has exactly 1 strategy file. The other 60+ strategies shown in videos are behind a Patreon paywall. Independent verification is impossible for those.

No Walk-Forward Validation

Despite Freqtrade supporting walk-forward optimization, none of the backtest videos show OOS performance. The 325% return is almost certainly in-sample. Our TIA-ML audit found that IS returns of +256% dropped to -$2,190 OOS. Similar decay should be expected here.

Recommendations

For Quant Tactics

  • Publish all strategies on GitHub — not just 1. The educational mission is undermined by the Patreon paywall.
  • Show walk-forward OOS results — Freqtrade supports it. Prove the strategy works on unseen data.
  • Show failed strategies — transparency builds credibility. 62 videos of wins with zero losses is a red flag.
  • Run permutation tests — with open code, anyone can. Do it and post the results.
  • Reduce leverage to 1-2× — 5× leverage is dangerous for a channel targeting beginners.
  • Include drawdown duration in backtest results — a 325% return that takes 6 months to recover from -50% DD is not attractive.

For Our Pipeline

  • • Quant Tactics passes Gates 1-2 (transparency + credible framework) — this is a legitimate educational channel
  • • Their performance claims should be treated as IS backtests until OOS is provided
  • • The BollingerRSI.py strategy could be independently tested with our pipeline (Gate 3 permutation)
  • • 5× leverage means even a "profitable" strategy can blow up in volatile markets
  • • The channel is useful for learning Freqtrade, not for copying strategies

Final Verdict

⚠️ CONDITIONALLY PASSES — Educational Value Only, Performance Claims Unverified

Quant Tactics is a transparent, open-source educational channel that teaches Freqtrade and publishes strategy code. This is a massive improvement over Trade Tactics' black-box approach. However, their performance claims (325%, 184%, 191%) are almost certainly in-sample, cherry-picked, and achieved with 5× leverage. Without walk-forward OOS validation and permutation testing, these numbers are not representative of real-world performance.

Bottom line: Use Quant Tactics to learn Freqtrade and strategy development. Do not copy their strategies expecting similar returns. Their published BollingerRSI.py is a clean starting point that should be independently validated through our full 7-gate pipeline (especially Gate 3 permutation + Gate 5 walk-forward) before any capital is deployed.