L2 RISK Guia de trading
Ultima atualizacao: July 22, 2026
The L2 Risk é uma ferramenta quantitativa de análise técnica. L2_RISK Ported from legacy klinecharts indicator: old/assets/indicators/l2_risk.js
O que o indicador mostra?
- Estrutura de mercado e momento: Visualiza direções de tendência predominantes e zonas de reversão chave.
- Sinais COMPRA / VENDA: Destaca oportunidades de entrada e saída confirmadas com base em regras quantitativas.
- Limites dinâmicos: Fornece níveis adaptativos para gerenciar risco e metas de negociação.
Configurações principais
- 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.
Como usar parâmetros de estratégia (Condition Source)
No módulo Strategy Tester, este indicador pode ser usado tanto como fonte direta de sinal quanto como filtro de estado de mercado.
1. Eventos de sinal
isExtreme- Extreme Zone event signal.isHigh- High Zone event signal.isMedium- Medium Zone event signal.isLow- Low Zone event signal.
2. Filtros e níveis de negociação
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.
Exemplo de estratégia: Entrar em Long quando buySignal for true e trendFilter == 1, garantindo alinhamento com a tendência principal.