VFI DIV Гайд по трейдингу
Обновлено: July 22, 2026
The VFI Div — это квантитативный инструмент технического анализа. VFI_DIV Ported from legacy klinecharts indicator: old/assets/indicators/vfi_div.js Optimized to the Golden Standard
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- VFI Длина (
length): Controls the calculation period and sensitivity for market detection. - Coefficient (
coef): Controls the calculation period and sensitivity for market detection. - Vol Cutoff (V-Coef) (
vcoef): Controls the calculation period and sensitivity for market detection. - Signal Длина (
signal): Controls the calculation period and sensitivity for market detection. - Show Divergence? (
showDiv): Controls the calculation period and sensitivity for market detection. - VFI (
vfi): Controls the calculation period and sensitivity for market detection. - EMA (
vfima): Controls the calculation period and sensitivity for market detection. - Zero (
zero): Controls the calculation period and sensitivity for market detection. - VFI Prev (
vfiPrev): Controls the calculation period and sensitivity for market detection. - VFI Delta (
vfiDelta): Controls the calculation period and sensitivity for market detection. - Bull Div (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bear Div (
bearDiv): Controls the calculation period and sensitivity for market detection. - VFI (
vfi): Controls the calculation period and sensitivity for market detection. - VFI EMA (
vfima): Controls the calculation period and sensitivity for market detection. - VFI Prev (
vfiPrev): Controls the calculation period and sensitivity for market detection. - VFI Delta (
vfiDelta): Controls the calculation period and sensitivity for market detection. - Бычий Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Медвежий Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
bullDiv- Бычий Divergence event signal.bearDiv- Медвежий Divergence event signal.
2. Фильтры и торговые уровни
length- VFI Длина value used for structural qualification or thresholds.coef- Coefficient value used for structural qualification or thresholds.vcoef- Vol Cutoff (V-Coef) value used for structural qualification or thresholds.signal- Signal Длина value used for structural qualification or thresholds.showDiv- Show Divergence? value used for structural qualification or thresholds.vfi- VFI value used for structural qualification or thresholds.vfima- EMA value used for structural qualification or thresholds.zero- Zero value used for structural qualification or thresholds.vfiPrev- VFI Prev value used for structural qualification or thresholds.vfiDelta- VFI Delta value used for structural qualification or thresholds.bullDiv- Bull Div value used for structural qualification or thresholds.bearDiv- Bear Div value used for structural qualification or thresholds.vfi- VFI value used for structural qualification or thresholds.vfima- VFI EMA value used for structural qualification or thresholds.vfiPrev- VFI Prev value used for structural qualification or thresholds.vfiDelta- VFI Delta value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.