LIQUIDITY FINDER V2 Гайд по трейдингу
Обновлено: July 22, 2026
The Liquidity Finder V2 — это квантитативный инструмент технического анализа. Liquidity Finder (Liquidity Detection) Ported from Pine Script (chartbox90) into CUSTOM_INDICATORS architecture. Performance Modifications:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Statics Чувствительность (
SLLS): Controls the calculation period and sensitivity for market detection. - Dynamics Чувствительность (
DLLS): Controls the calculation period and sensitivity for market detection. - Statics Pivot Период (
SPP): Controls the calculation period and sensitivity for market detection. - Dynamics Pivot Период (
DPP): Controls the calculation period and sensitivity for market detection. - Show Static Top Liq (
ShowSHLL): Controls the calculation period and sensitivity for market detection. - Show Static Bottom Liq (
ShowSLLL): Controls the calculation period and sensitivity for market detection. - Show Dynamic Top Liq (
ShowDHLL): Controls the calculation period and sensitivity for market detection. - Show Dynamic Bottom Liq (
ShowDLLL): Controls the calculation period and sensitivity for market detection. - Show Worked Liquidity (
showWorked): Controls the calculation period and sensitivity for market detection. - Max Levels (
MaxLevels): Controls the calculation period and sensitivity for market detection. - Visibility Horizon (
VisHorizon): Controls the calculation period and sensitivity for market detection. - Unworked Liquidity Above (count) (
unworkedAbove): Controls the calculation period and sensitivity for market detection. - Unworked Liquidity Below (count) (
unworkedBelow): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Liquidity % (
distToNearestLiquidityPct): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Above % (
distToNearestAbovePct): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Below % (
distToNearestBelowPct): Controls the calculation period and sensitivity for market detection. - Worked Liquidity Above (count) (
workedAbove): Controls the calculation period and sensitivity for market detection. - Worked Liquidity Below (count) (
workedBelow): Controls the calculation period and sensitivity for market detection. - Label Background (
labelBg): Controls the calculation period and sensitivity for market detection. - Label Text (Top) (
labelTextTop): Controls the calculation period and sensitivity for market detection. - Label Text (Bottom) (
labelTextBot): Controls the calculation period and sensitivity for market detection. - Label Text (Worked) (
labelTextSwept): Controls the calculation period and sensitivity for market detection. - Unworked Liquidity Above (count) (
unworkedAbove): Controls the calculation period and sensitivity for market detection. - Unworked Liquidity Below (count) (
unworkedBelow): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Liquidity % (
distToNearestLiquidityPct): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Above % (
distToNearestAbovePct): Controls the calculation period and sensitivity for market detection. - Distance to Nearest Below % (
distToNearestBelowPct): Controls the calculation period and sensitivity for market detection. - Top Liquidity Worked (this bar) (
sweptTop): Controls the calculation period and sensitivity for market detection. - Bottom Liquidity Worked (this bar) (
sweptBottom): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
sweptTop- Top Liquidity Worked (this bar) event signal.sweptBottom- Bottom Liquidity Worked (this bar) event signal.
2. Фильтры и торговые уровни
SLLS- Statics Чувствительность value used for structural qualification or thresholds.DLLS- Dynamics Чувствительность value used for structural qualification or thresholds.SPP- Statics Pivot Период value used for structural qualification or thresholds.DPP- Dynamics Pivot Период value used for structural qualification or thresholds.ShowSHLL- Show Static Top Liq value used for structural qualification or thresholds.ShowSLLL- Show Static Bottom Liq value used for structural qualification or thresholds.ShowDHLL- Show Dynamic Top Liq value used for structural qualification or thresholds.ShowDLLL- Show Dynamic Bottom Liq value used for structural qualification or thresholds.showWorked- Show Worked Liquidity value used for structural qualification or thresholds.MaxLevels- Max Levels value used for structural qualification or thresholds.VisHorizon- Visibility Horizon value used for structural qualification or thresholds.unworkedAbove- Unworked Liquidity Above (count) value used for structural qualification or thresholds.unworkedBelow- Unworked Liquidity Below (count) value used for structural qualification or thresholds.distToNearestLiquidityPct- Distance to Nearest Liquidity % value used for structural qualification or thresholds.distToNearestAbovePct- Distance to Nearest Above % value used for structural qualification or thresholds.distToNearestBelowPct- Distance to Nearest Below % value used for structural qualification or thresholds.workedAbove- Worked Liquidity Above (count) value used for structural qualification or thresholds.workedBelow- Worked Liquidity Below (count) value used for structural qualification or thresholds.labelBg- Label Background value used for structural qualification or thresholds.labelTextTop- Label Text (Top) value used for structural qualification or thresholds.labelTextBot- Label Text (Bottom) value used for structural qualification or thresholds.labelTextSwept- Label Text (Worked) value used for structural qualification or thresholds.unworkedAbove- Unworked Liquidity Above (count) value used for structural qualification or thresholds.unworkedBelow- Unworked Liquidity Below (count) value used for structural qualification or thresholds.distToNearestLiquidityPct- Distance to Nearest Liquidity % value used for structural qualification or thresholds.distToNearestAbovePct- Distance to Nearest Above % value used for structural qualification or thresholds.distToNearestBelowPct- Distance to Nearest Below % value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.