VOL GRAVITY EMA Гайд по трейдингу
Обновлено: July 22, 2026
The Volume Gravity + EMA — это квантитативный инструмент технического анализа. VOL_GRAVITY_EMA Optimized to Golden Standard. Improvements:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Macro VWAP Период (
vwapПериод): Controls the calculation period and sensitivity for market detection. - ATR Период (
atrПериод): Controls the calculation period and sensitivity for market detection. - ATR Deviation Множитель (
atrMult): Controls the calculation period and sensitivity for market detection. - EMA Период (
emaПериод): Controls the calculation period and sensitivity for market detection. - Show VWAP (
showVwap): Controls the calculation period and sensitivity for market detection. - Show Upper Band (
showUpper): Controls the calculation period and sensitivity for market detection. - Show Lower Band (
showLower): Controls the calculation period and sensitivity for market detection. - Show Cloud (
showCloud): Controls the calculation period and sensitivity for market detection. - Show EMA (
showEma): Controls the calculation period and sensitivity for market detection. - VWAP Line (
vwapLine): Controls the calculation period and sensitivity for market detection. - Upper Band (
upperBandColor): Controls the calculation period and sensitivity for market detection. - Lower Band (
lowerBandColor): Controls the calculation period and sensitivity for market detection. - Cloud Fill (
bandFill): Controls the calculation period and sensitivity for market detection. - EMA Line (
emaLine): Controls the calculation period and sensitivity for market detection. - VWAP Line (
vwap): Controls the calculation period and sensitivity for market detection. - Upper Band (
upperBand): Controls the calculation period and sensitivity for market detection. - Lower Band (
lowerBand): Controls the calculation period and sensitivity for market detection. - EMA Line (
ema): Controls the calculation period and sensitivity for market detection. - VWAP Value (
vwap): Controls the calculation period and sensitivity for market detection. - EMA Value (
ema): Controls the calculation period and sensitivity for market detection. - Upper Band Value (
upperBand): Controls the calculation period and sensitivity for market detection. - Lower Band Value (
lowerBand): Controls the calculation period and sensitivity for market detection. - VWAP crosses EMA (
vwap_ema_cross): Controls the calculation period and sensitivity for market detection. - VWAP crosses Upper Band (
vwap_upper_cross): Controls the calculation period and sensitivity for market detection. - VWAP crosses Lower Band (
vwap_lower_cross): Controls the calculation period and sensitivity for market detection. - EMA crosses Upper Band (
ema_upper_cross): Controls the calculation period and sensitivity for market detection. - EMA crosses Lower Band (
ema_lower_cross): 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. Фильтры и торговые уровни
vwapПериод- Macro VWAP Период value used for structural qualification or thresholds.atrПериод- ATR Период value used for structural qualification or thresholds.atrMult- ATR Deviation Множитель value used for structural qualification or thresholds.emaПериод- EMA Период value used for structural qualification or thresholds.showVwap- Show VWAP value used for structural qualification or thresholds.showUpper- Show Upper Band value used for structural qualification or thresholds.showLower- Show Lower Band value used for structural qualification or thresholds.showCloud- Show Cloud value used for structural qualification or thresholds.showEma- Show EMA value used for structural qualification or thresholds.vwapLine- VWAP Line value used for structural qualification or thresholds.upperBandColor- Upper Band value used for structural qualification or thresholds.lowerBandColor- Lower Band value used for structural qualification or thresholds.bandFill- Cloud Fill value used for structural qualification or thresholds.emaLine- EMA Line value used for structural qualification or thresholds.vwap- VWAP Line value used for structural qualification or thresholds.upperBand- Upper Band value used for structural qualification or thresholds.lowerBand- Lower Band value used for structural qualification or thresholds.ema- EMA Line value used for structural qualification or thresholds.vwap- VWAP Value value used for structural qualification or thresholds.ema- EMA Value value used for structural qualification or thresholds.upperBand- Upper Band Value value used for structural qualification or thresholds.lowerBand- Lower Band Value value used for structural qualification or thresholds.vwap_ema_cross- VWAP crosses EMA value used for structural qualification or thresholds.vwap_upper_cross- VWAP crosses Upper Band value used for structural qualification or thresholds.vwap_lower_cross- VWAP crosses Lower Band value used for structural qualification or thresholds.ema_upper_cross- EMA crosses Upper Band value used for structural qualification or thresholds.ema_lower_cross- EMA crosses Lower Band value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.