RSI PRO Guia de trading
Ultima atualizacao: July 22, 2026
The RSI Pro é uma ferramenta quantitativa de análise técnica. RSI_PRO Ported from legacy klinecharts indicator: old/assets/indicators/rsi_pro.js Features:
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
- RSI Comprimento (
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 Comprimento (
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. - Alta (Bullish) Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Baixa (Bearish) 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. - Alta (Bullish) Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Baixa (Bearish) Divergence (
bearDiv): 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
bullDiv- Alta (Bullish) Divergence event signal.bearDiv- Baixa (Bearish) Divergence event signal.
2. Filtros e níveis de negociação
rsiLen- RSI Comprimento 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 Comprimento 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.
Exemplo de estratégia: Entrar em Long quando buySignal for true e trendFilter == 1, garantindo alinhamento com a tendência principal.