NORMALIZED EFI Guia de trading
Ultima actualizacion: July 22, 2026
The Normalized EFI es una herramienta cuantitativa de análisis técnico. NORMALIZED_EFI Ported from legacy klinecharts indicator: old/assets/indicators/normalized_efi.js Normalized Elder Force Index (EFI)
¿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
- EFI Longitud (
efiLen): Controls the calculation period and sensitivity for market detection. - Normalization Longitud (
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.
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
aboveZero- EFI Above 0 event signal.belowZero- EFI Below 0 event signal.
2. Filtros y niveles de trading
efiLen- EFI Longitud value used for structural qualification or thresholds.normLen- Normalization Longitud 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.
Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.