VOL GRAVITY EMA Guia de trading
Ultima actualizacion: July 22, 2026
The Volume Gravity + EMA es una herramienta cuantitativa de análisis técnico. VOL_GRAVITY_EMA Optimized to Golden Standard. Improvements:
¿Qué muestra el indicador?
- Estructura del mercado e impulso: Visualiza la dirección de la tendencia dominante y zonas clave de reversión.
- Señales COMPRA / VENTA: Muestra puntos de entrada y salida confirmados según reglas cuantitativas.
- Límites dinámicos: Proporciona niveles adaptativos para gestionar el riesgo y beneficio de las operaciones.
Ajustes clave
- Macro VWAP Período (
vwapPeríodo): Controls the calculation period and sensitivity for market detection. - ATR Período (
atrPeríodo): Controls the calculation period and sensitivity for market detection. - ATR Deviation Multiplicador (
atrMult): Controls the calculation period and sensitivity for market detection. - EMA Período (
emaPeríodo): 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.
Cómo usar los parámetros de estrategia (Condition Source)
Dentro del módulo Strategy Tester, este indicador se puede utilizar tanto como fuente directa de señales como filtro del estado del mercado.
1. Eventos de señal
buySignal- Se activa cuando a bullish market condition is confirmed.sellSignal- Se activa cuando a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filtros y niveles de trading
vwapPeríodo- Macro VWAP Período value used for structural qualification or thresholds.atrPeríodo- ATR Período value used for structural qualification or thresholds.atrMult- ATR Deviation Multiplicador value used for structural qualification or thresholds.emaPeríodo- EMA Período 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.
Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.