QQE SIGNALS Гайд по трейдингу
Обновлено: July 22, 2026
The QQE Signals — это квантитативный инструмент технического анализа. QQE Signals Indicator Based on colinmck Pine Script Quantitative Qualitative Estimation
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- RSI Длина (
rsiДлина): Controls the calculation period and sensitivity for market detection. - RSI Smoothing (
rsiSmoothing): Controls the calculation period and sensitivity for market detection. - QQE Factor (
qqeFactor): Controls the calculation period and sensitivity for market detection. - Порог (
threshold): Controls the calculation period and sensitivity for market detection. - RSI MA (
rsiMa): Controls the calculation period and sensitivity for market detection. - Fast Line (
fastLine): Controls the calculation period and sensitivity for market detection. - Is Long (
isLong): Controls the calculation period and sensitivity for market detection. - Is Short (
isShort): 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. - Long Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Short Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Is Long (
isLong): Controls the calculation period and sensitivity for market detection. - Is Short (
isShort): Controls the calculation period and sensitivity for market detection. - RSI MA (
rsiMa): Controls the calculation period and sensitivity for market detection. - Fast Line (
fastLine): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Long Signal event signal.sellSignal- Short Signal event signal.isLong- Is Long event signal.isShort- Is Short event signal.
2. Фильтры и торговые уровни
rsiДлина- RSI Длина value used for structural qualification or thresholds.rsiSmoothing- RSI Smoothing value used for structural qualification or thresholds.qqeFactor- QQE Factor value used for structural qualification or thresholds.threshold- Порог value used for structural qualification or thresholds.rsiMa- RSI MA value used for structural qualification or thresholds.fastLine- Fast Line value used for structural qualification or thresholds.isLong- Is Long value used for structural qualification or thresholds.isShort- Is Short value used for structural qualification or thresholds.buySignal- Buy Signal value used for structural qualification or thresholds.sellSignal- Sell Signal value used for structural qualification or thresholds.rsiMa- RSI MA value used for structural qualification or thresholds.fastLine- Fast Line value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.