VFI DIV Trading Guide
Last updated: July 22, 2026
The VFI Div is a quantitative technical analysis tool. VFI_DIV Ported from legacy klinecharts indicator: old/assets/indicators/vfi_div.js Optimized to the Golden Standard
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- VFI Length (
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 Length (
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. - Bullish Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bearish Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
bullDiv- Bullish Divergence event signal.bearDiv- Bearish Divergence event signal.
2. Filters and Trade Levels
length- VFI Length 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 Length 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.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.