LIQUIDATION LEVELS Гайд по трейдингу
Обновлено: July 22, 2026
The Liquidation Levels — это квантитативный инструмент технического анализа. Liquidation Levels Indicator (Based on BigBeluga Peak Volume Logic) v2.0 - Golden Standard Architecture (O(1), Anti-Repaint, Headless Safe)
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Leverage (
leverage): Controls the calculation period and sensitivity for market detection. - Show Bubbles (
showBubbles): Controls the calculation period and sensitivity for market detection. - Show Levels (
showLevels): Controls the calculation period and sensitivity for market detection. - Display Sides (
displaySides): Controls the calculation period and sensitivity for market detection. - Volume Window (
volumeWindow): Controls the calculation period and sensitivity for market detection. - Active Longs (
activeLongCount): Controls the calculation period and sensitivity for market detection. - Active Shorts (
activeShortCount): Controls the calculation period and sensitivity for market detection. - Total Active (
totalActiveCount): Controls the calculation period and sensitivity for market detection. - Dist Long % (
distToNearestLong): Controls the calculation period and sensitivity for market detection. - Dist Short % (
distToNearestShort): Controls the calculation period and sensitivity for market detection. - Dist Nearest % (
distToNearest): Controls the calculation period and sensitivity for market detection. - Nearest Long (
nearestLongPrice): Controls the calculation period and sensitivity for market detection. - Nearest Short (
nearestShortPrice): Controls the calculation period and sensitivity for market detection. - Peak Volume (
isPeakVolume): Controls the calculation period and sensitivity for market detection. - New Long Level (
newLongLevel): Controls the calculation period and sensitivity for market detection. - New Short Level (
newShortLevel): Controls the calculation period and sensitivity for market detection. - Long Level Swept (
longLevelSwept): Controls the calculation period and sensitivity for market detection. - Short Level Swept (
shortLevelSwept): Controls the calculation period and sensitivity for market detection. - Peak Volume (
isPeakVolume): Controls the calculation period and sensitivity for market detection. - Nearest Long Level (
nearestLongZone): Controls the calculation period and sensitivity for market detection. - Nearest Short Level (
nearestShortZone): Controls the calculation period and sensitivity for market detection. - Active Long Levels (
activeLongCount): Controls the calculation period and sensitivity for market detection. - Active Short Levels (
activeShortCount): Controls the calculation period and sensitivity for market detection. - Total Active Levels (
totalActiveCount): Controls the calculation period and sensitivity for market detection. - Distance to Long % (
distToNearestLong): Controls the calculation period and sensitivity for market detection. - Distance to Short % (
distToNearestShort): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
newLongLevel- New Long Level event signal.newShortLevel- New Short Level event signal.longLevelSwept- Long Level Swept event signal.shortLevelSwept- Short Level Swept event signal.isPeakVolume- Peak Volume event signal.
2. Фильтры и торговые уровни
leverage- Leverage value used for structural qualification or thresholds.showBubbles- Show Bubbles value used for structural qualification or thresholds.showLevels- Show Levels value used for structural qualification or thresholds.displaySides- Display Sides value used for structural qualification or thresholds.volumeWindow- Volume Window value used for structural qualification or thresholds.activeLongCount- Active Longs value used for structural qualification or thresholds.activeShortCount- Active Shorts value used for structural qualification or thresholds.totalActiveCount- Total Active value used for structural qualification or thresholds.distToNearestLong- Dist Long % value used for structural qualification or thresholds.distToNearestShort- Dist Short % value used for structural qualification or thresholds.distToNearest- Dist Nearest % value used for structural qualification or thresholds.nearestLongPrice- Nearest Long value used for structural qualification or thresholds.nearestShortPrice- Nearest Short value used for structural qualification or thresholds.isPeakVolume- Peak Volume value used for structural qualification or thresholds.nearestLongZone- Nearest Long Level value used for structural qualification or thresholds.nearestShortZone- Nearest Short Level value used for structural qualification or thresholds.activeLongCount- Active Long Levels value used for structural qualification or thresholds.activeShortCount- Active Short Levels value used for structural qualification or thresholds.totalActiveCount- Total Active Levels value used for structural qualification or thresholds.distToNearestLong- Distance to Long % value used for structural qualification or thresholds.distToNearestShort- Distance to Short % value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.