SUPER TREND Гайд по трейдингу
Обновлено: July 22, 2026
The SuperTrend — это квантитативный инструмент технического анализа. SuperTrend Indicator Based on Pine Script v4 SuperTrend Trend-following indicator based on ATR
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- ATR Период (
atrПериод): Controls the calculation period and sensitivity for market detection. - Множитель (
multiplier): Controls the calculation period and sensitivity for market detection. - Use True ATR (
useTrueATR): Controls the calculation period and sensitivity for market detection. - Show Signals (
showSignals): Controls the calculation period and sensitivity for market detection. - Highlighting (
highlighting): Controls the calculation period and sensitivity for market detection. - Up Trend Value (
upTrend): Controls the calculation period and sensitivity for market detection. - Down Trend Value (
downTrend): Controls the calculation period and sensitivity for market detection. - Buy Signal Indicator (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal Indicator (
sellSignal): Controls the calculation period and sensitivity for market detection. - Is Up Trend (
isUpTrend): Controls the calculation period and sensitivity for market detection. - Is Down Trend (
isDownTrend): Controls the calculation period and sensitivity for market detection. - Up Trend Color (value) (
upTrendColor): Controls the calculation period and sensitivity for market detection. - Down Trend Color (value) (
downTrendColor): Controls the calculation period and sensitivity for market detection. - Buy Signal Color (
buySignalColor): Controls the calculation period and sensitivity for market detection. - Sell Signal Color (
sellSignalColor): 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. - Is Up Trend (
isUpTrend): Controls the calculation period and sensitivity for market detection. - Is Down Trend (
isDownTrend): Controls the calculation period and sensitivity for market detection. - Up Trend Line (
upTrend): Controls the calculation period and sensitivity for market detection. - Down Trend Line (
downTrend): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Buy Signal Indicator event signal.sellSignal- Sell Signal Indicator event signal.buySignalColor- Buy Signal Color event signal.sellSignalColor- Sell Signal Color event signal.buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.isUpTrend- Is Up Trend event signal.isDownTrend- Is Down Trend event signal.
2. Фильтры и торговые уровни
atrПериод- ATR Период value used for structural qualification or thresholds.multiplier- Множитель value used for structural qualification or thresholds.useTrueATR- Use True ATR value used for structural qualification or thresholds.showSignals- Show Signals value used for structural qualification or thresholds.highlighting- Highlighting value used for structural qualification or thresholds.upTrend- Up Trend Value value used for structural qualification or thresholds.downTrend- Down Trend Value value used for structural qualification or thresholds.isUpTrend- Is Up Trend value used for structural qualification or thresholds.isDownTrend- Is Down Trend value used for structural qualification or thresholds.upTrendColor- Up Trend Color (value) value used for structural qualification or thresholds.downTrendColor- Down Trend Color (value) value used for structural qualification or thresholds.upTrend- Up Trend Line value used for structural qualification or thresholds.downTrend- Down Trend Line value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.