NORMALIZED EFI Guia de trading
Ultima atualizacao: July 22, 2026
The Normalized EFI é uma ferramenta quantitativa de análise técnica. NORMALIZED_EFI Ported from legacy klinecharts indicator: old/assets/indicators/normalized_efi.js Normalized Elder Force Index (EFI)
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
- EFI Comprimento (
efiLen): Controls the calculation period and sensitivity for market detection. - Normalization Comprimento (
normLen): Controls the calculation period and sensitivity for market detection. - Use Normalization (
useNorm): Controls the calculation period and sensitivity for market detection. - EFI Up (
efiUp): Controls the calculation period and sensitivity for market detection. - EFI Down (
efiDown): Controls the calculation period and sensitivity for market detection. - Zero Line (
zeroLine): Controls the calculation period and sensitivity for market detection. - +0.5 Level (
levelPosHalf): Controls the calculation period and sensitivity for market detection. - -0.5 Level (
levelNegHalf): Controls the calculation period and sensitivity for market detection. - +9 Level (
levelPos9): Controls the calculation period and sensitivity for market detection. - -9 Level (
levelNeg9): Controls the calculation period and sensitivity for market detection. - EFI (
efi): Controls the calculation period and sensitivity for market detection. - Zero Line (
zeroLine): Controls the calculation period and sensitivity for market detection. - +0.5 Level (
levelPosHalf): Controls the calculation period and sensitivity for market detection. - -0.5 Level (
levelNegHalf): Controls the calculation period and sensitivity for market detection. - +9 Level (
levelPos9): Controls the calculation period and sensitivity for market detection. - -9 Level (
levelNeg9): Controls the calculation period and sensitivity for market detection. - Above Zero (
aboveZero): Controls the calculation period and sensitivity for market detection. - Below Zero (
belowZero): Controls the calculation period and sensitivity for market detection. - EFI Value (
efi): Controls the calculation period and sensitivity for market detection. - EFI Above 0 (
aboveZero): Controls the calculation period and sensitivity for market detection. - EFI Below 0 (
belowZero): 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
aboveZero- EFI Above 0 event signal.belowZero- EFI Below 0 event signal.
2. Filtros e níveis de negociação
efiLen- EFI Comprimento value used for structural qualification or thresholds.normLen- Normalization Comprimento value used for structural qualification or thresholds.useNorm- Use Normalization value used for structural qualification or thresholds.efi- EFI value used for structural qualification or thresholds.zeroLine- Zero Line value used for structural qualification or thresholds.levelPosHalf- +0.5 Level value used for structural qualification or thresholds.levelNegHalf- -0.5 Level value used for structural qualification or thresholds.levelPos9- +9 Level value used for structural qualification or thresholds.levelNeg9- -9 Level value used for structural qualification or thresholds.aboveZero- Above Zero value used for structural qualification or thresholds.belowZero- Below Zero value used for structural qualification or thresholds.efi- EFI Value 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.