BIG CANDLE OSC Guia de trading
Ultima atualizacao: July 22, 2026
The Big Candle Oscillator é uma ferramenta quantitativa de análise técnica. BIG_CANDLE_OSC (BCO) Optimized to Golden Standard. - Removed 50K size Memory Leaks by implementing Float64Array Ring Buffers for Z-Score/ATR.
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
- Período de análise (
period): Controls the calculation period and sensitivity for market detection. - Signal EMA (
signalPeríodo): Controls the calculation period and sensitivity for market detection. - Show Zones (
showZones): Controls the calculation period and sensitivity for market detection. - Show Table (
showTable): Controls the calculation period and sensitivity for market detection. - Table Sum Período (
tablePeríodo): Controls the calculation period and sensitivity for market detection. - BCO Value (
val): Controls the calculation period and sensitivity for market detection. - BCO Signal (
signal): Controls the calculation period and sensitivity for market detection. - BCO Sum (
sumBCO): Controls the calculation period and sensitivity for market detection. - BCO Value (
val): Controls the calculation period and sensitivity for market detection. - BCO Signal (
signal): Controls the calculation period and sensitivity for market detection. - BCO Sum (
sumBCO): Controls the calculation period and sensitivity for market detection. - Big Bull Zone (
bigBull): Controls the calculation period and sensitivity for market detection. - Big Bear Zone (
bigBear): Controls the calculation period and sensitivity for market detection. - Big Bull Reversal (
bigBullRev): Controls the calculation period and sensitivity for market detection. - Big Bear Reversal (
bigBearRev): 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
bigBull- Big Bull Zone event signal.bigBear- Big Bear Zone event signal.bigBullRev- Big Bull Reversal event signal.bigBearRev- Big Bear Reversal event signal.
2. Filtros e níveis de negociação
period- Período de análise value used for structural qualification or thresholds.signalPeríodo- Signal EMA value used for structural qualification or thresholds.showZones- Show Zones value used for structural qualification or thresholds.showTable- Show Table value used for structural qualification or thresholds.tablePeríodo- Table Sum Período value used for structural qualification or thresholds.val- BCO Value value used for structural qualification or thresholds.signal- BCO Signal value used for structural qualification or thresholds.sumBCO- BCO Sum value used for structural qualification or thresholds.val- BCO Value value used for structural qualification or thresholds.signal- BCO Signal value used for structural qualification or thresholds.sumBCO- BCO Sum 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.