REDK BSI Guia de trading
Ultima atualizacao: July 22, 2026
The RedK BSI é uma ferramenta quantitativa de análise técnica. REDK BSI port for the new ECharts chart engine. Optimized to Golden Standard. - Drastically reduced memory overhead by consolidating 11 historical arrays into O(1) Ring Buffers in _meta.
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
- Lookback (
lookback): Controls the calculation period and sensitivity for market detection. - Main Comprimento (
mainComprimento): Controls the calculation period and sensitivity for market detection. - Smoothing (
smoothing): Controls the calculation period and sensitivity for market detection. - Sentiment Comprimento (
sentimentComprimento): Controls the calculation period and sensitivity for market detection. - 1. Close vs Low (
weightCloseVsLow): Controls the calculation period and sensitivity for market detection. - 2. BoP (
weightBop): Controls the calculation period and sensitivity for market detection. - 3. Rel BoP (
weightRelBop): Controls the calculation period and sensitivity for market detection. - 4. 2-bar Close (
weightClose2): Controls the calculation period and sensitivity for market detection. - 5. Shift Ratio (
weightShift): Controls the calculation period and sensitivity for market detection. - 6. Rel Shift (
weightRelShift): Controls the calculation period and sensitivity for market detection. - 7. Rel Range (
weightRelRange): Controls the calculation period and sensitivity for market detection. - 8. Rel Vol (
weightRelVol): Controls the calculation period and sensitivity for market detection. - Pivot Comprimento (
pivotLen): Controls the calculation period and sensitivity for market detection. - Show Divergences (
showDiv): Controls the calculation period and sensitivity for market detection. - Deviation Período (
devPeríodo): Controls the calculation period and sensitivity for market detection. - Deviation Multiplicador (
devMult): Controls the calculation period and sensitivity for market detection. - Sentiment (
sentiment): Controls the calculation period and sensitivity for market detection. - BSI (
bsi): Controls the calculation period and sensitivity for market detection. - Signal (
signal): 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. - Deviation Up (
devUp): Controls the calculation period and sensitivity for market detection. - Deviation Down (
devDown): 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. - BSI Deviation Up (
devUp): Controls the calculation period and sensitivity for market detection. - BSI Deviation Down (
devDown): Controls the calculation period and sensitivity for market detection. - BSI Value (
bsi): Controls the calculation period and sensitivity for market detection. - Signal Value (
signal): Controls the calculation period and sensitivity for market detection. - Sentiment Value (
sentiment): Controls the calculation period and sensitivity for market detection. - BSI crosses Signal (
bsi_cross_signal): Controls the calculation period and sensitivity for market detection. - BSI vs Zero (
bsi_vs_zero): Controls the calculation period and sensitivity for market detection. - Sentiment vs Zero (
sentiment_vs_zero): Controls the calculation period and sensitivity for market detection. - Sentiment Up/Bull (
sentimentUp): Controls the calculation period and sensitivity for market detection. - Sentiment Down/Bear (
sentimentDown): Controls the calculation period and sensitivity for market detection. - BSI Up/Bull (
bsiUp): Controls the calculation period and sensitivity for market detection. - BSI Down/Bear (
bsiDown): Controls the calculation period and sensitivity for market detection. - Signal Line (
signal): Controls the calculation period and sensitivity for market detection. - Deviation Up Signal (
devUp): Controls the calculation period and sensitivity for market detection. - Deviation Down Signal (
devDown): 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.devUp- BSI Deviation Up event signal.devDown- BSI Deviation Down event signal.
2. Filtros e níveis de negociação
lookback- Lookback value used for structural qualification or thresholds.mainComprimento- Main Comprimento value used for structural qualification or thresholds.smoothing- Smoothing value used for structural qualification or thresholds.sentimentComprimento- Sentiment Comprimento value used for structural qualification or thresholds.weightCloseVsLow- 1. Close vs Low value used for structural qualification or thresholds.weightBop- 2. BoP value used for structural qualification or thresholds.weightRelBop- 3. Rel BoP value used for structural qualification or thresholds.weightClose2- 4. 2-bar Close value used for structural qualification or thresholds.weightShift- 5. Shift Ratio value used for structural qualification or thresholds.weightRelShift- 6. Rel Shift value used for structural qualification or thresholds.weightRelRange- 7. Rel Range value used for structural qualification or thresholds.weightRelVol- 8. Rel Vol value used for structural qualification or thresholds.pivotLen- Pivot Comprimento value used for structural qualification or thresholds.showDiv- Show Divergences value used for structural qualification or thresholds.devPeríodo- Deviation Período value used for structural qualification or thresholds.devMult- Deviation Multiplicador value used for structural qualification or thresholds.sentiment- Sentiment value used for structural qualification or thresholds.bsi- BSI value used for structural qualification or thresholds.signal- Signal 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.devUp- Deviation Up value used for structural qualification or thresholds.devDown- Deviation Down value used for structural qualification or thresholds.bsi- BSI Value value used for structural qualification or thresholds.signal- Signal Value value used for structural qualification or thresholds.sentiment- Sentiment Value value used for structural qualification or thresholds.bsi_cross_signal- BSI crosses Signal value used for structural qualification or thresholds.bsi_vs_zero- BSI vs Zero value used for structural qualification or thresholds.sentiment_vs_zero- Sentiment vs Zero value used for structural qualification or thresholds.sentimentUp- Sentiment Up/Bull value used for structural qualification or thresholds.sentimentDown- Sentiment Down/Bear value used for structural qualification or thresholds.bsiUp- BSI Up/Bull value used for structural qualification or thresholds.bsiDown- BSI Down/Bear value used for structural qualification or thresholds.signal- Signal Line value used for structural qualification or thresholds.devUp- Deviation Up Signal value used for structural qualification or thresholds.devDown- Deviation Down Signal 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.