VPVR Гайд по трейдингу
Обновлено: July 22, 2026
The Volume Profile Visible Range (VPVR) — это квантитативный инструмент технического анализа. VOLUME_PROFILE_VISIBLE_RANGE (VPVR) Custom Drawing Indicator for Volume Profile on the visible area.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Row Size (Detail) (
rowSize): Controls the calculation period and sensitivity for market detection. - Value Area % (
vaPct): Controls the calculation period and sensitivity for market detection. - Place on Right side (
placement): Controls the calculation period and sensitivity for market detection. - Strategy Lookback (
strategyLookback): Controls the calculation period and sensitivity for market detection. - Up Volume Bar Color (
upColor): Controls the calculation period and sensitivity for market detection. - Down Volume Bar Color (
downColor): Controls the calculation period and sensitivity for market detection. - Point of Control (POC) Line (
pocColor): Controls the calculation period and sensitivity for market detection. - POC Label Bg (supports alpha) (
pocLabelBg): Controls the calculation period and sensitivity for market detection. - POC Label Text (
pocLabelText): Controls the calculation period and sensitivity for market detection. - Value Area High (VAH) Line (
vahLineColor): Controls the calculation period and sensitivity for market detection. - Value Area Low (VAL) Line (
valLineColor): Controls the calculation period and sensitivity for market detection. - POC Price (
pocPrice): Controls the calculation period and sensitivity for market detection. - Value Area High (
vahPrice): Controls the calculation period and sensitivity for market detection. - Value Area Low (
valPrice): Controls the calculation period and sensitivity for market detection. - Price Above POC (
priceAbovePOC): Controls the calculation period and sensitivity for market detection. - Price Below POC (
priceBelowPOC): Controls the calculation period and sensitivity for market detection. - Inside Value Area (VA) (
inVA): Controls the calculation period and sensitivity for market detection. - Returned to VA (
returnedToVA): Controls the calculation period and sensitivity for market detection. - In High Volume Node (HVN) (
inHVN): Controls the calculation period and sensitivity for market detection. - In Low Volume Node (LVN) (
inLVN): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
priceAbovePOC- Price Above POC event signal.priceBelowPOC- Price Below POC event signal.inVA- Inside Value Area (VA) event signal.returnedToVA- Returned to VA event signal.inHVN- In High Volume Node (HVN) event signal.inLVN- In Low Volume Node (LVN) event signal.
2. Фильтры и торговые уровни
rowSize- Row Size (Detail) value used for structural qualification or thresholds.vaPct- Value Area % value used for structural qualification or thresholds.placement- Place on Right side value used for structural qualification or thresholds.strategyLookback- Strategy Lookback value used for structural qualification or thresholds.pocPrice- POC Price value used for structural qualification or thresholds.vahPrice- Value Area High value used for structural qualification or thresholds.valPrice- Value Area Low value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.