QUANTUM SCALPER 5M Гайд по трейдингу

Обновлено: July 22, 2026

The Quantum Scalper 5M — это квантитативный инструмент технического анализа. QUANTUM_SCALPER_5M Quantum Scalper 5M, adapted from Pine Script to CUSTOM_INDICATORS.

Что показывает индикатор?

  • Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
  • Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
  • Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.

Ключевые настройки

  • SR Период анализа (lookback): Controls the calculation period and sensitivity for market detection.
  • SR Confirmation Bars (confirmBars): Controls the calculation period and sensitivity for market detection.
  • Minimum SR Distance (%) (minDistancePct): Controls the calculation period and sensitivity for market detection.
  • BB Скользящая средняя Длина (bbДлина): Controls the calculation period and sensitivity for market detection.
  • BB Band Множитель (bbMult): Controls the calculation period and sensitivity for market detection.
  • Quantum Channel Длина (qtfLen): Controls the calculation period and sensitivity for market detection.
  • Quantum Volatility Множитель (qtfMult): Controls the calculation period and sensitivity for market detection.
  • Use Higher Timeframe Filter (useMTF): Controls the calculation period and sensitivity for market detection.
  • Higher TF Множитель (mtfМножитель): Controls the calculation period and sensitivity for market detection.
  • Show Dynamic RR Box (showRRBox): Controls the calculation period and sensitivity for market detection.
  • Show Bollinger Bands (showBB): Controls the calculation period and sensitivity for market detection.
  • Show Quantum Channel (showChannel): Controls the calculation period and sensitivity for market detection.
  • Show Dashboard (showDashboard): Controls the calculation period and sensitivity for market detection.
  • Color Bars (colorBars): Controls the calculation period and sensitivity for market detection.
  • RR Stop Loss (%) (rrSlPct): Controls the calculation period and sensitivity for market detection.
  • RR Take Profit (%) (rrTpPct): Controls the calculation period and sensitivity for market detection.
  • Strong Bull / BUY (bullStrong): Controls the calculation period and sensitivity for market detection.
  • Weak Bull Candle (bullWeak): Controls the calculation period and sensitivity for market detection.
  • Strong Bear / SELL (bearStrong): Controls the calculation period and sensitivity for market detection.
  • Weak Bear Candle (bearWeak): Controls the calculation period and sensitivity for market detection.
  • Fixed Resistance (resistance): Controls the calculation period and sensitivity for market detection.
  • Fixed Support (support): Controls the calculation period and sensitivity for market detection.
  • BB Upper (bbUpper): Controls the calculation period and sensitivity for market detection.
  • BB Basis (bbBasis): Controls the calculation period and sensitivity for market detection.
  • BB Lower (bbLower): Controls the calculation period and sensitivity for market detection.
  • Quantum Channel (channel): Controls the calculation period and sensitivity for market detection.
  • RR Take Profit Fill (rrTpFill): Controls the calculation period and sensitivity for market detection.
  • RR Stop Loss Fill (rrSlFill): Controls the calculation period and sensitivity for market detection.
  • Fixed Resistance (srHigh): Controls the calculation period and sensitivity for market detection.
  • Fixed Support (srLow): Controls the calculation period and sensitivity for market detection.
  • SR Range % (srRangePct): Controls the calculation period and sensitivity for market detection.
  • SR Distance OK (srDistanceOk): Controls the calculation period and sensitivity for market detection.
  • BB Upper (bbUpper): Controls the calculation period and sensitivity for market detection.
  • BB Basis (bbBasis): Controls the calculation period and sensitivity for market detection.
  • BB Lower (bbLower): Controls the calculation period and sensitivity for market detection.
  • QTF Upper (qtfUpper): Controls the calculation period and sensitivity for market detection.
  • QTF Basis (qtfBasis): Controls the calculation period and sensitivity for market detection.
  • QTF Lower (qtfLower): Controls the calculation period and sensitivity for market detection.
  • RSI Momentum (rsi): Controls the calculation period and sensitivity for market detection.
  • Momentum Trend (momTrend): Controls the calculation period and sensitivity for market detection.
  • MTF Trend (mtfTrend): Controls the calculation period and sensitivity for market detection.
  • BUY Signal (buySignal): Controls the calculation period and sensitivity for market detection.
  • SELL Signal (sellSignal): Controls the calculation period and sensitivity for market detection.
  • Signal Direction (signalDir): Controls the calculation period and sensitivity for market detection.
  • Last Signal (lastSignal): Controls the calculation period and sensitivity for market detection.
  • RR Entry (rrEntry): Controls the calculation period and sensitivity for market detection.
  • RR Take Profit (rrTp): Controls the calculation period and sensitivity for market detection.
  • RR Stop Loss (rrSl): Controls the calculation period and sensitivity for market detection.
  • RR Active (rrActive): Controls the calculation period and sensitivity for market detection.
  • Open (_open): Controls the calculation period and sensitivity for market detection.
  • High (_high): Controls the calculation period and sensitivity for market detection.
  • Low (_low): Controls the calculation period and sensitivity for market detection.
  • Close (_close): Controls the calculation period and sensitivity for market detection.
  • BUY Signal (buySignal): Controls the calculation period and sensitivity for market detection.
  • SELL Signal (sellSignal): Controls the calculation period and sensitivity for market detection.
  • Signal Direction (1/-1) (signalDir): Controls the calculation period and sensitivity for market detection.
  • Last Signal State (1/-1) (lastSignal): Controls the calculation period and sensitivity for market detection.
  • BUY Touch Confirmed (buyTouch): Controls the calculation period and sensitivity for market detection.
  • BUY Reject Confirmed (buyReject): Controls the calculation period and sensitivity for market detection.
  • SELL Touch Confirmed (sellTouch): Controls the calculation period and sensitivity for market detection.
  • SELL Reject Confirmed (sellReject): Controls the calculation period and sensitivity for market detection.
  • RSI Momentum (rsi): Controls the calculation period and sensitivity for market detection.
  • Momentum Trend (momTrend): Controls the calculation period and sensitivity for market detection.
  • MTF Trend (mtfTrend): Controls the calculation period and sensitivity for market detection.
  • SR Distance OK (srDistanceOk): Controls the calculation period and sensitivity for market detection.
  • Fixed Resistance (srHigh): Controls the calculation period and sensitivity for market detection.
  • Fixed Support (srLow): Controls the calculation period and sensitivity for market detection.
  • BB Upper (bbUpper): Controls the calculation period and sensitivity for market detection.
  • BB Lower (bbLower): Controls the calculation period and sensitivity for market detection.
  • QTF Upper (qtfUpper): Controls the calculation period and sensitivity for market detection.
  • QTF Lower (qtfLower): Controls the calculation period and sensitivity for market detection.
  • RR Box Active (rrActive): Controls the calculation period and sensitivity for market detection.
  • RR Take Profit (rrTp): Controls the calculation period and sensitivity for market detection.
  • RR Stop Loss (rrSl): Controls the calculation period and sensitivity for market detection.

Как использовать параметры стратегии (Condition Source)

В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.

1. События сигналов

  • srDistanceOk - SR Distance OK event signal.
  • buySignal - BUY Signal event signal.
  • sellSignal - SELL Signal event signal.
  • rrActive - RR Active event signal.
  • buySignal - BUY Signal event signal.
  • sellSignal - SELL Signal event signal.
  • buyTouch - BUY Touch Confirmed event signal.
  • buyReject - BUY Reject Confirmed event signal.
  • sellTouch - SELL Touch Confirmed event signal.
  • sellReject - SELL Reject Confirmed event signal.
  • srDistanceOk - SR Distance OK event signal.
  • rrActive - RR Box Active event signal.

2. Фильтры и торговые уровни

  • lookback - SR Период анализа value used for structural qualification or thresholds.
  • confirmBars - SR Confirmation Bars value used for structural qualification or thresholds.
  • minDistancePct - Minimum SR Distance (%) value used for structural qualification or thresholds.
  • bbДлина - BB Скользящая средняя Длина value used for structural qualification or thresholds.
  • bbMult - BB Band Множитель value used for structural qualification or thresholds.
  • qtfLen - Quantum Channel Длина value used for structural qualification or thresholds.
  • qtfMult - Quantum Volatility Множитель value used for structural qualification or thresholds.
  • useMTF - Use Higher Timeframe Filter value used for structural qualification or thresholds.
  • mtfМножитель - Higher TF Множитель value used for structural qualification or thresholds.
  • showRRBox - Show Dynamic RR Box value used for structural qualification or thresholds.
  • showBB - Show Bollinger Bands value used for structural qualification or thresholds.
  • showChannel - Show Quantum Channel value used for structural qualification or thresholds.
  • showDashboard - Show Dashboard value used for structural qualification or thresholds.
  • colorBars - Color Bars value used for structural qualification or thresholds.
  • rrSlPct - RR Stop Loss (%) value used for structural qualification or thresholds.
  • rrTpPct - RR Take Profit (%) value used for structural qualification or thresholds.
  • srHigh - Fixed Resistance value used for structural qualification or thresholds.
  • srLow - Fixed Support value used for structural qualification or thresholds.
  • srRangePct - SR Range % value used for structural qualification or thresholds.
  • bbUpper - BB Upper value used for structural qualification or thresholds.
  • bbBasis - BB Basis value used for structural qualification or thresholds.
  • bbLower - BB Lower value used for structural qualification or thresholds.
  • qtfUpper - QTF Upper value used for structural qualification or thresholds.
  • qtfBasis - QTF Basis value used for structural qualification or thresholds.
  • qtfLower - QTF Lower value used for structural qualification or thresholds.
  • rsi - RSI Momentum value used for structural qualification or thresholds.
  • momTrend - Momentum Trend value used for structural qualification or thresholds.
  • mtfTrend - MTF Trend value used for structural qualification or thresholds.
  • signalDir - Signal Direction value used for structural qualification or thresholds.
  • lastSignal - Last Signal value used for structural qualification or thresholds.
  • rrEntry - RR Entry value used for structural qualification or thresholds.
  • rrTp - RR Take Profit value used for structural qualification or thresholds.
  • rrSl - RR Stop Loss value used for structural qualification or thresholds.
  • _open - Open value used for structural qualification or thresholds.
  • _high - High value used for structural qualification or thresholds.
  • _low - Low value used for structural qualification or thresholds.
  • _close - Close value used for structural qualification or thresholds.
  • signalDir - Signal Direction (1/-1) value used for structural qualification or thresholds.
  • lastSignal - Last Signal State (1/-1) value used for structural qualification or thresholds.
  • rsi - RSI Momentum value used for structural qualification or thresholds.
  • momTrend - Momentum Trend value used for structural qualification or thresholds.
  • mtfTrend - MTF Trend value used for structural qualification or thresholds.
  • srHigh - Fixed Resistance value used for structural qualification or thresholds.
  • srLow - Fixed Support value used for structural qualification or thresholds.
  • bbUpper - BB Upper value used for structural qualification or thresholds.
  • bbLower - BB Lower value used for structural qualification or thresholds.
  • qtfUpper - QTF Upper value used for structural qualification or thresholds.
  • qtfLower - QTF Lower value used for structural qualification or thresholds.
  • rrTp - RR Take Profit value used for structural qualification or thresholds.
  • rrSl - RR Stop Loss value used for structural qualification or thresholds.

Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.

Продолжить исследование

Изучите всю академию, документацию платформы и основные разделы сайта для более глубокого crypto backtesting и исследования стратегий.

Смотреть все гайды академии Открыть документацию Сравнить тарифы Посмотреть research engine