VOLUME SENTIMENT BREAKOUT CHANNELS Гайд по трейдингу
Обновлено: July 22, 2026
The Volume Sentiment Breakout Channels — это квантитативный инструмент технического анализа. Volume Sentiment Breakout Channels Optimized O(1) version according to indicator architecture guide.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Normalization Длина (
normalizationДлина): Controls the calculation period and sensitivity for market detection. - Box Detection Длина (
boxDetectionДлина): Controls the calculation period and sensitivity for market detection. - Strong Closes Only (
strongClosesOnly): Controls the calculation period and sensitivity for market detection. - Allow Overlap (
allowOverlap): Controls the calculation period and sensitivity for market detection. - Profile Resolution (
profileResolution): Controls the calculation period and sensitivity for market detection. - Profile Scale (
profileScale): Controls the calculation period and sensitivity for market detection. - Show Sentiment Column (
showSentimentColumn): Controls the calculation period and sensitivity for market detection. - Show Channel Box (
showChannelBox): Controls the calculation period and sensitivity for market detection. - Channel Box Opacity (
channelBoxOpacity): Controls the calculation period and sensitivity for market detection. - Channel Top (
channelTop): Controls the calculation period and sensitivity for market detection. - Channel Bottom (
channelBottom): Controls the calculation period and sensitivity for market detection. - Channel Center (
channelCenter): Controls the calculation period and sensitivity for market detection. - Upper Band Bottom (
upperBandBottom): Controls the calculation period and sensitivity for market detection. - Lower Band Top (
lowerBandTop): Controls the calculation period and sensitivity for market detection. - Бычий Trend (
bullTrend): Controls the calculation period and sensitivity for market detection. - Медвежий Trend (
bearTrend): Controls the calculation period and sensitivity for market detection. - Channel Formed (
channelFormed): Controls the calculation period and sensitivity for market detection. - Бычий Channel Break (
bullishChannelBreak): Controls the calculation period and sensitivity for market detection. - Медвежий Channel Break (
bearishChannelBreak): Controls the calculation period and sensitivity for market detection. - Current Sentiment % (
currentSentimentPct): Controls the calculation period and sensitivity for market detection. - Overall Sentiment (sum) (
overallSentiment): Controls the calculation period and sensitivity for market detection. - Channel Formed (
channelFormed): Controls the calculation period and sensitivity for market detection. - Бычий Channel Break (
bullishChannelBreak): Controls the calculation period and sensitivity for market detection. - Медвежий Channel Break (
bearishChannelBreak): Controls the calculation period and sensitivity for market detection. - Current Sentiment % (
currentSentimentPct): Controls the calculation period and sensitivity for market detection. - Overall Sentiment (sum) (
overallSentiment): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
channelFormed- Channel Formed event signal.bullishChannelBreak- Бычий Channel Break event signal.bearishChannelBreak- Медвежий Channel Break event signal.channelFormed- Channel Formed event signal.bullishChannelBreak- Бычий Channel Break event signal.bearishChannelBreak- Медвежий Channel Break event signal.
2. Фильтры и торговые уровни
normalizationДлина- Normalization Длина value used for structural qualification or thresholds.boxDetectionДлина- Box Detection Длина value used for structural qualification or thresholds.strongClosesOnly- Strong Closes Only value used for structural qualification or thresholds.allowOverlap- Allow Overlap value used for structural qualification or thresholds.profileResolution- Profile Resolution value used for structural qualification or thresholds.profileScale- Profile Scale value used for structural qualification or thresholds.showSentimentColumn- Show Sentiment Column value used for structural qualification or thresholds.showChannelBox- Show Channel Box value used for structural qualification or thresholds.channelBoxOpacity- Channel Box Opacity value used for structural qualification or thresholds.channelTop- Channel Top value used for structural qualification or thresholds.channelBottom- Channel Bottom value used for structural qualification or thresholds.channelCenter- Channel Center value used for structural qualification or thresholds.upperBandBottom- Upper Band Bottom value used for structural qualification or thresholds.lowerBandTop- Lower Band Top value used for structural qualification or thresholds.bullTrend- Бычий Trend value used for structural qualification or thresholds.bearTrend- Медвежий Trend value used for structural qualification or thresholds.currentSentimentPct- Current Sentiment % value used for structural qualification or thresholds.overallSentiment- Overall Sentiment (sum) value used for structural qualification or thresholds.currentSentimentPct- Current Sentiment % value used for structural qualification or thresholds.overallSentiment- Overall Sentiment (sum) value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.