L2 RISK Guia de trading
Ultima actualizacion: July 22, 2026
The L2 Risk es una herramienta cuantitativa de análisis técnico. L2_RISK Ported from legacy klinecharts indicator: old/assets/indicators/l2_risk.js
¿Qué muestra el indicador?
- Estructura del mercado e impulso: Visualiza la dirección de la tendencia dominante y zonas clave de reversión.
- Señales COMPRA / VENTA: Muestra puntos de entrada y salida confirmados según reglas cuantitativas.
- Límites dinámicos: Proporciona niveles adaptativos para gestionar el riesgo y beneficio de las operaciones.
Ajustes clave
- 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.
Cómo usar los parámetros de estrategia (Condition Source)
Dentro del módulo Strategy Tester, este indicador se puede utilizar tanto como fuente directa de señales como filtro del estado del mercado.
1. Eventos de señal
isExtreme- Extreme Zone event signal.isHigh- High Zone event signal.isMedium- Medium Zone event signal.isLow- Low Zone event signal.
2. Filtros y niveles de trading
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.
Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.