VOLUME Guia de trading
Ultima actualizacion: July 22, 2026
The Volume es una herramienta cuantitativa de análisis técnico. Volume indicator — histogram with MA, for ECharts chart engine. v2 — Fixes applied: - O(1) incremental tick updates via _meta
¿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
- MA Período (
maPeríodo): 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 Multiplicador (x MA) (
volume_multiplier): 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
maPeríodo- MA Período 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 Multiplicador (x MA) 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.