WT LB Guia de trading
Ultima actualizacion: July 22, 2026
The WaveTrend (LazyBear) es una herramienta cuantitativa de análisis técnico. Ported from legacy klinecharts indicator: old/assets/indicators/WT_LB.js Optimized to the Golden Standard Improvements:
¿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
- Channel Longitud (n1) (
n1): Controls the calculation period and sensitivity for market detection. - Average Longitud (n2) (
n2): Controls the calculation period and sensitivity for market detection. - OB Level 1 (
ob1): Controls the calculation period and sensitivity for market detection. - OB Level 2 (
ob2): Controls the calculation period and sensitivity for market detection. - OS Level 1 (
os1): Controls the calculation period and sensitivity for market detection. - OS Level 2 (
os2): Controls the calculation period and sensitivity for market detection. - WT1 (
wt1): Controls the calculation period and sensitivity for market detection. - WT2 (
wt2): Controls the calculation period and sensitivity for market detection. - Diff (WT1-WT2) (
diff): Controls the calculation period and sensitivity for market detection. - Zero (
zero): Controls the calculation period and sensitivity for market detection. - OB 1 (
ob1): Controls the calculation period and sensitivity for market detection. - OB 2 (
ob2): Controls the calculation period and sensitivity for market detection. - OS 1 (
os1): Controls the calculation period and sensitivity for market detection. - OS 2 (
os2): Controls the calculation period and sensitivity for market detection. - Diff Prev (
diffPrev): Controls the calculation period and sensitivity for market detection. - Diff Delta (
diffDelta): Controls the calculation period and sensitivity for market detection. - WT1 (
wt1): Controls the calculation period and sensitivity for market detection. - WT2 (
wt2): Controls the calculation period and sensitivity for market detection. - Diff (WT1 - WT2) (
diff): Controls the calculation period and sensitivity for market detection. - Diff Prev (
diffPrev): Controls the calculation period and sensitivity for market detection. - Diff Delta (
diffDelta): 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
buySignal- Se activa cuando a bullish market condition is confirmed.sellSignal- Se activa cuando a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filtros y niveles de trading
n1- Channel Longitud (n1) value used for structural qualification or thresholds.n2- Average Longitud (n2) value used for structural qualification or thresholds.ob1- OB Level 1 value used for structural qualification or thresholds.ob2- OB Level 2 value used for structural qualification or thresholds.os1- OS Level 1 value used for structural qualification or thresholds.os2- OS Level 2 value used for structural qualification or thresholds.wt1- WT1 value used for structural qualification or thresholds.wt2- WT2 value used for structural qualification or thresholds.diff- Diff (WT1-WT2) value used for structural qualification or thresholds.zero- Zero value used for structural qualification or thresholds.ob1- OB 1 value used for structural qualification or thresholds.ob2- OB 2 value used for structural qualification or thresholds.os1- OS 1 value used for structural qualification or thresholds.os2- OS 2 value used for structural qualification or thresholds.diffPrev- Diff Prev value used for structural qualification or thresholds.diffDelta- Diff Delta value used for structural qualification or thresholds.wt1- WT1 value used for structural qualification or thresholds.wt2- WT2 value used for structural qualification or thresholds.diff- Diff (WT1 - WT2) value used for structural qualification or thresholds.diffPrev- Diff Prev value used for structural qualification or thresholds.diffDelta- Diff Delta 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.