SQZMOM LB Guia de trading
Ultima atualizacao: July 22, 2026
The Squeeze Momentum [LazyBear] é uma ferramenta quantitativa de análise técnica. Squeeze Momentum [LazyBear] Optimized to the Golden Standard - Eliminated full-array map/reduce (legacy TA.* utilities) replacing them with O(1) sequential Ring Buffers.
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
- BB Comprimento (
bbLen): Controls the calculation period and sensitivity for market detection. - BB MultFactor (
bbMult): Controls the calculation period and sensitivity for market detection. - KC Comprimento (
kcLen): Controls the calculation period and sensitivity for market detection. - KC MultFactor (
kcMult): Controls the calculation period and sensitivity for market detection. - Use TrueRange (KC) (
useTR): Controls the calculation period and sensitivity for market detection. - Normalize ATR (
normalize): Controls the calculation period and sensitivity for market detection. - ATR Comprimento (
atrLen): Controls the calculation period and sensitivity for market detection. - Histogram Value (
val): Controls the calculation period and sensitivity for market detection. - Histogram (
hist): Controls the calculation period and sensitivity for market detection. - Squeeze Status (0/1/2) (
sqz): Controls the calculation period and sensitivity for market detection. - Growing (val > prev) (
isGrowing): Controls the calculation period and sensitivity for market detection. - Falling (val < prev) (
isFalling): Controls the calculation period and sensitivity for market detection. - Positive (val > 0) (
isPositive): Controls the calculation period and sensitivity for market detection. - Negative (val < 0) (
isNegative): Controls the calculation period and sensitivity for market detection. - Squeeze ON Event (
sqzOnSignal): Controls the calculation period and sensitivity for market detection. - Squeeze OFF Event (
sqzOffSignal): Controls the calculation period and sensitivity for market detection. - Histogram (
val): Controls the calculation period and sensitivity for market detection. - Squeeze Status (0/1/2) (
sqz): Controls the calculation period and sensitivity for market detection. - Squeeze ON (appears) (
sqzOnSignal): Controls the calculation period and sensitivity for market detection. - Squeeze OFF (appears) (
sqzOffSignal): Controls the calculation period and sensitivity for market detection. - Growing (
isGrowing): Controls the calculation period and sensitivity for market detection. - Falling (
isFalling): Controls the calculation period and sensitivity for market detection. - Above Zero (
isPositive): Controls the calculation period and sensitivity for market detection. - Below Zero (
isNegative): 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
sqzOnSignal- Squeeze ON (appears) event signal.sqzOffSignal- Squeeze OFF (appears) event signal.isGrowing- Growing event signal.isFalling- Falling event signal.isPositive- Above Zero event signal.isNegative- Below Zero event signal.
2. Filtros e níveis de negociação
bbLen- BB Comprimento value used for structural qualification or thresholds.bbMult- BB MultFactor value used for structural qualification or thresholds.kcLen- KC Comprimento value used for structural qualification or thresholds.kcMult- KC MultFactor value used for structural qualification or thresholds.useTR- Use TrueRange (KC) value used for structural qualification or thresholds.normalize- Normalize ATR value used for structural qualification or thresholds.atrLen- ATR Comprimento value used for structural qualification or thresholds.val- Histogram Value value used for structural qualification or thresholds.hist- Histogram value used for structural qualification or thresholds.sqz- Squeeze Status (0/1/2) value used for structural qualification or thresholds.isGrowing- Growing (val > prev) value used for structural qualification or thresholds.isFalling- Falling (val < prev) value used for structural qualification or thresholds.isPositive- Positive (val > 0) value used for structural qualification or thresholds.isNegative- Negative (val < 0) value used for structural qualification or thresholds.sqzOnSignal- Squeeze ON Event value used for structural qualification or thresholds.sqzOffSignal- Squeeze OFF Event value used for structural qualification or thresholds.val- Histogram value used for structural qualification or thresholds.sqz- Squeeze Status (0/1/2) 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.