SMART ACCUMULATION Гайд по трейдингу
Обновлено: July 22, 2026
The Smart Liquidity Accumulation — это квантитативный инструмент технического анализа. * Smart Liquidity Accumulation (SLA) * Detects "Hidden" buying/selling pressure inside candles using Volume & Close Location. * Logic:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Smooth Длина (
length): Controls the calculation period and sensitivity for market detection. - Volume Baseline (
volLen): Controls the calculation period and sensitivity for market detection. - Whale Vol Limit (x Avg) (
whaleThresh): Controls the calculation period and sensitivity for market detection. - Scale Множитель (
scaleMult): Controls the calculation period and sensitivity for market detection. - Show EMA Line (
showEma): Controls the calculation period and sensitivity for market detection. - EMA Smooth Длина (
emaLen): Controls the calculation period and sensitivity for market detection. - Bull Normal (
bullNormal): Controls the calculation period and sensitivity for market detection. - Whale Buy (
bullWhale): Controls the calculation period and sensitivity for market detection. - Bear Normal (
bearNormal): Controls the calculation period and sensitivity for market detection. - Whale Sell (
bearWhale): Controls the calculation period and sensitivity for market detection. - SLA EMA (
emaLine): Controls the calculation period and sensitivity for market detection. - Zero Line (
zeroLine): Controls the calculation period and sensitivity for market detection. - SLA Value (
sla): Controls the calculation period and sensitivity for market detection. - SLA EMA (
slaEma): Controls the calculation period and sensitivity for market detection. - Bull Normal (
_slaBullNormal): Controls the calculation period and sensitivity for market detection. - Whale Buy (
_slaBullWhale): Controls the calculation period and sensitivity for market detection. - Bear Normal (
_slaBearNormal): Controls the calculation period and sensitivity for market detection. - Whale Sell (
_slaBearWhale): Controls the calculation period and sensitivity for market detection. - SLA EMA Plot (
_slaEma): Controls the calculation period and sensitivity for market detection. - SLA Value (
sla): Controls the calculation period and sensitivity for market detection. - SLA EMA Line (
slaEma): Controls the calculation period and sensitivity for market detection. - Whale Buy (Hidden Accumulation) (
isWhaleBuy): Controls the calculation period and sensitivity for market detection. - Whale Sell (Hidden Distribution) (
isWhaleSell): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isWhaleBuy- Whale Buy (Hidden Accumulation) event signal.isWhaleSell- Whale Sell (Hidden Distribution) event signal.
2. Фильтры и торговые уровни
length- Smooth Длина value used for structural qualification or thresholds.volLen- Volume Baseline value used for structural qualification or thresholds.whaleThresh- Whale Vol Limit (x Avg) value used for structural qualification or thresholds.scaleMult- Scale Множитель value used for structural qualification or thresholds.showEma- Show EMA Line value used for structural qualification or thresholds.emaLen- EMA Smooth Длина value used for structural qualification or thresholds.sla- SLA Value value used for structural qualification or thresholds.slaEma- SLA EMA value used for structural qualification or thresholds._slaBullNormal- Bull Normal value used for structural qualification or thresholds._slaBullWhale- Whale Buy value used for structural qualification or thresholds._slaBearNormal- Bear Normal value used for structural qualification or thresholds._slaBearWhale- Whale Sell value used for structural qualification or thresholds._slaEma- SLA EMA Plot value used for structural qualification or thresholds.sla- SLA Value value used for structural qualification or thresholds.slaEma- SLA EMA Line value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.