VOLUME Guia de trading
Ultima atualizacao: July 22, 2026
The Volume é uma ferramenta quantitativa de análise técnica. Volume indicator — histogram with MA, for ECharts chart engine. v2 — Fixes applied: - O(1) incremental tick updates via _meta
O que o indicador mostra?
- Estrutura de mercado e momento: Visualiza direções de tendência predominantes e zonas de reversão chave.
- Sinais COMPRA / VENDA: Destaca oportunidades de entrada e saída confirmadas com base em regras quantitativas.
- Limites dinâmicos: Fornece níveis adaptativos para gerenciar risco e metas de negociação.
Configurações principais
- 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.
Como usar parâmetros de estratégia (Condition Source)
No módulo Strategy Tester, este indicador pode ser usado tanto como fonte direta de sinal quanto como filtro de estado de mercado.
1. Eventos de sinal
buySignal- Dispara quando a bullish market condition is confirmed.sellSignal- Dispara quando a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filtros e níveis de negociação
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.
Exemplo de estratégia: Entrar em Long quando buySignal for true e trendFilter == 1, garantindo alinhamento com a tendência principal.