L2 RISK Гайд по трейдингу
Обновлено: July 22, 2026
The L2 Risk — это квантитативный инструмент технического анализа. L2_RISK Ported from legacy klinecharts indicator: old/assets/indicators/l2_risk.js
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Safety (
safety): Controls the calculation period and sensitivity for market detection. - Trend (
trend): Controls the calculation period and sensitivity for market detection. - Zone (
zone): Controls the calculation period and sensitivity for market detection. - Extreme (
isExtreme): Controls the calculation period and sensitivity for market detection. - High (
isHigh): Controls the calculation period and sensitivity for market detection. - Medium (
isMedium): Controls the calculation period and sensitivity for market detection. - Low (
isLow): Controls the calculation period and sensitivity for market detection. - Safety Area Color (
areaSafety): Controls the calculation period and sensitivity for market detection. - Extreme Zone Color (
bgExtr): Controls the calculation period and sensitivity for market detection. - High Zone Color (
bgHigh): Controls the calculation period and sensitivity for market detection. - Medium Zone Color (
bgMed): Controls the calculation period and sensitivity for market detection. - Low Zone Color (
bgLow): Controls the calculation period and sensitivity for market detection. - Trend Strength (
trend): Controls the calculation period and sensitivity for market detection. - Safety Level (
safety): Controls the calculation period and sensitivity for market detection. - Extreme Zone (
isExtreme): Controls the calculation period and sensitivity for market detection. - High Zone (
isHigh): Controls the calculation period and sensitivity for market detection. - Medium Zone (
isMedium): Controls the calculation period and sensitivity for market detection. - Low Zone (
isLow): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isExtreme- Extreme Zone event signal.isHigh- High Zone event signal.isMedium- Medium Zone event signal.isLow- Low Zone event signal.
2. Фильтры и торговые уровни
safety- Safety value used for structural qualification or thresholds.trend- Trend value used for structural qualification or thresholds.zone- Zone value used for structural qualification or thresholds.isExtreme- Extreme value used for structural qualification or thresholds.isHigh- High value used for structural qualification or thresholds.isMedium- Medium value used for structural qualification or thresholds.isLow- Low value used for structural qualification or thresholds.trend- Trend Strength value used for structural qualification or thresholds.safety- Safety Level value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.