NORMALIZED EFI Гайд по трейдингу
Обновлено: July 22, 2026
The Normalized EFI — это квантитативный инструмент технического анализа. NORMALIZED_EFI Ported from legacy klinecharts indicator: old/assets/indicators/normalized_efi.js Normalized Elder Force Index (EFI)
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- EFI Длина (
efiLen): Controls the calculation period and sensitivity for market detection. - Normalization Длина (
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.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
aboveZero- EFI Above 0 event signal.belowZero- EFI Below 0 event signal.
2. Фильтры и торговые уровни
efiLen- EFI Длина value used for structural qualification or thresholds.normLen- Normalization Длина 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.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.