VOLUME Гайд по трейдингу
Обновлено: July 22, 2026
The Volume — это квантитативный инструмент технического анализа. Volume indicator — histogram with MA, for ECharts chart engine. v2 — Fixes applied: - O(1) incremental tick updates via _meta
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- MA Период (
maПериод): Controls the calculation period and sensitivity for market detection. - Show MA (
showMA): Controls the calculation period and sensitivity for market detection. - Color by Price (
colorByPrice): Controls the calculation period and sensitivity for market detection. - Volume (
volume): Controls the calculation period and sensitivity for market detection. - Volume MA (
volumeMA): Controls the calculation period and sensitivity for market detection. - Volume Up (
volumeUp): Controls the calculation period and sensitivity for market detection. - Volume Down (
volumeDown): Controls the calculation period and sensitivity for market detection. - Volume MA (
volumeMA): Controls the calculation period and sensitivity for market detection. - Volume (
volume): Controls the calculation period and sensitivity for market detection. - Volume MA (
volumeMA): Controls the calculation period and sensitivity for market detection. - Volume Множитель (x MA) (
volume_multiplier): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Срабатывает, когда a bullish market condition is confirmed.sellSignal- Срабатывает, когда a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Фильтры и торговые уровни
maПериод- MA Период value used for structural qualification or thresholds.showMA- Show MA value used for structural qualification or thresholds.colorByPrice- Color by Price value used for structural qualification or thresholds.volume- Volume value used for structural qualification or thresholds.volumeMA- Volume MA value used for structural qualification or thresholds.volume- Volume value used for structural qualification or thresholds.volumeMA- Volume MA value used for structural qualification or thresholds.volume_multiplier- Volume Множитель (x MA) value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.