RSI PRO Guia de trading
Ultima actualizacion: July 22, 2026
The RSI Pro es una herramienta cuantitativa de análisis técnico. RSI_PRO Ported from legacy klinecharts indicator: old/assets/indicators/rsi_pro.js Features:
¿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
- RSI Longitud (
rsiLen): Controls the calculation period and sensitivity for market detection. - RSI Source (
rsiSource): Controls the calculation period and sensitivity for market detection. - MA Type (
maType): Controls the calculation period and sensitivity for market detection. - MA Longitud (
maLen): Controls the calculation period and sensitivity for market detection. - BB StdDev (
bbStd): Controls the calculation period and sensitivity for market detection. - Calculate Divergence (
showDiv): Controls the calculation period and sensitivity for market detection. - RSI Line (
rsi): Controls the calculation period and sensitivity for market detection. - RSI MA (
ma): Controls the calculation period and sensitivity for market detection. - Bollinger Bands (
bb): Controls the calculation period and sensitivity for market detection. - Horizontal Levels (70/30) (
level): Controls the calculation period and sensitivity for market detection. - Middle Level (50) (
levelMid): Controls the calculation period and sensitivity for market detection. - Alcista Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bajista Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection. - RSI (
rsi): Controls the calculation period and sensitivity for market detection. - MA (
ma): Controls the calculation period and sensitivity for market detection. - BB Upper (
upBand): Controls the calculation period and sensitivity for market detection. - BB Lower (
lowBand): Controls the calculation period and sensitivity for market detection. - Upper (70) (
h70): Controls the calculation period and sensitivity for market detection. - Middle (50) (
h50): Controls the calculation period and sensitivity for market detection. - Lower (30) (
h30): Controls the calculation period and sensitivity for market detection. - RSI Prev (
rsiPrev): Controls the calculation period and sensitivity for market detection. - RSI Delta (
rsiDelta): Controls the calculation period and sensitivity for market detection. - Bull Div (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bear Div (
bearDiv): Controls the calculation period and sensitivity for market detection. - RSI (
rsi): Controls the calculation period and sensitivity for market detection. - RSI MA (
ma): Controls the calculation period and sensitivity for market detection. - BB Upper (
upBand): Controls the calculation period and sensitivity for market detection. - BB Lower (
lowBand): Controls the calculation period and sensitivity for market detection. - RSI Prev (
rsiPrev): Controls the calculation period and sensitivity for market detection. - RSI Delta (
rsiDelta): Controls the calculation period and sensitivity for market detection. - Alcista Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bajista Divergence (
bearDiv): 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
bullDiv- Alcista Divergence event signal.bearDiv- Bajista Divergence event signal.
2. Filtros y niveles de trading
rsiLen- RSI Longitud value used for structural qualification or thresholds.rsiSource- RSI Source value used for structural qualification or thresholds.maType- MA Type value used for structural qualification or thresholds.maLen- MA Longitud value used for structural qualification or thresholds.bbStd- BB StdDev value used for structural qualification or thresholds.showDiv- Calculate Divergence value used for structural qualification or thresholds.rsi- RSI value used for structural qualification or thresholds.ma- MA value used for structural qualification or thresholds.upBand- BB Upper value used for structural qualification or thresholds.lowBand- BB Lower value used for structural qualification or thresholds.h70- Upper (70) value used for structural qualification or thresholds.h50- Middle (50) value used for structural qualification or thresholds.h30- Lower (30) value used for structural qualification or thresholds.rsiPrev- RSI Prev value used for structural qualification or thresholds.rsiDelta- RSI Delta value used for structural qualification or thresholds.bullDiv- Bull Div value used for structural qualification or thresholds.bearDiv- Bear Div value used for structural qualification or thresholds.rsi- RSI value used for structural qualification or thresholds.ma- RSI MA value used for structural qualification or thresholds.upBand- BB Upper value used for structural qualification or thresholds.lowBand- BB Lower value used for structural qualification or thresholds.rsiPrev- RSI Prev value used for structural qualification or thresholds.rsiDelta- RSI 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.