LIQUIDITY HEATMAP Guia de trading
Ultima atualizacao: July 22, 2026
The Liquidity HeatMap é uma ferramenta quantitativa de análise técnica. Liquidity HeatMap Indicator Based on BigBeluga Pine Script Each zone has its own liquidity value (volume-based strength).
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 Bars (
barsLookback): Controls the calculation period and sensitivity for market detection. - Min Zone Strength % (
filterPct): Controls the calculation period and sensitivity for market detection. - ATR Período (
atrPeríodo): Controls the calculation period and sensitivity for market detection. - Pivot Index (
pivotIndex): Controls the calculation period and sensitivity for market detection. - Show Table (
showTable): Controls the calculation period and sensitivity for market detection. - Table X (from right) (
tableXOffset): Controls the calculation period and sensitivity for market detection. - Table Y (% from top) (
tableYOffset): Controls the calculation period and sensitivity for market detection. - Use Candle Limit (
useCandleLimit): Controls the calculation period and sensitivity for market detection. - Candle Limit (bars) (
candleLimit): Controls the calculation period and sensitivity for market detection. - Liq Above (
liquidityAbove): Controls the calculation period and sensitivity for market detection. - Liq Below (
liquidityBelow): Controls the calculation period and sensitivity for market detection. - Liq Ratio (
liquidityRatio): Controls the calculation period and sensitivity for market detection. - Diff (
liquidityImbalance): Controls the calculation period and sensitivity for market detection. - High Zones (
activeHighZones): Controls the calculation period and sensitivity for market detection. - Low Zones (
activeLowZones): Controls the calculation period and sensitivity for market detection. - Strongest Above % (
strongestAboveStrength): Controls the calculation period and sensitivity for market detection. - Strongest Below % (
strongestBelowStrength): Controls the calculation period and sensitivity for market detection. - Dist High % (
distToNearestHigh): Controls the calculation period and sensitivity for market detection. - Dist Low % (
distToNearestLow): Controls the calculation period and sensitivity for market detection. - New High Zone (
newHighZone): Controls the calculation period and sensitivity for market detection. - New Low Zone (
newLowZone): Controls the calculation period and sensitivity for market detection. - High Zone Swept (
highZoneSwept): Controls the calculation period and sensitivity for market detection. - Low Zone Swept (
lowZoneSwept): Controls the calculation period and sensitivity for market detection. - Total Liquidity Above (
liquidityAbove): Controls the calculation period and sensitivity for market detection. - Total Liquidity Below (
liquidityBelow): Controls the calculation period and sensitivity for market detection. - Liquidity Ratio (Above/Below) (
liquidityRatio): Controls the calculation period and sensitivity for market detection. - Diff (
liquidityImbalance): Controls the calculation period and sensitivity for market detection. - Active High Zones (
activeHighZones): Controls the calculation period and sensitivity for market detection. - Active Low Zones (
activeLowZones): Controls the calculation period and sensitivity for market detection. - Total Active Zones (
totalActiveZones): Controls the calculation period and sensitivity for market detection. - Strongest Above % (
strongestAboveStrength): Controls the calculation period and sensitivity for market detection. - Strongest Below % (
strongestBelowStrength): Controls the calculation period and sensitivity for market detection. - Nearest High Zone (
nearestHighZone): Controls the calculation period and sensitivity for market detection. - Nearest Low Zone (
nearestLowZone): Controls the calculation period and sensitivity for market detection. - Distance to High % (
distToNearestHigh): Controls the calculation period and sensitivity for market detection. - Distance to Low % (
distToNearestLow): Controls the calculation period and sensitivity for market detection. - Price In High Zone (
priceInHighZone): Controls the calculation period and sensitivity for market detection. - Price In Low Zone (
priceInLowZone): Controls the calculation period and sensitivity for market detection. - Touched High Zone (
touchedHighZone): Controls the calculation period and sensitivity for market detection. - Touched Low Zone (
touchedLowZone): 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
newHighZone- New High Zone event signal.newLowZone- New Low Zone event signal.highZoneSwept- High Zone Swept event signal.lowZoneSwept- Low Zone Swept event signal.priceInHighZone- Price In High Zone event signal.priceInLowZone- Price In Low Zone event signal.touchedHighZone- Touched High Zone event signal.touchedLowZone- Touched Low Zone event signal.
2. Filtros e níveis de negociação
barsLookback- Lookback Bars value used for structural qualification or thresholds.filterPct- Min Zone Strength % value used for structural qualification or thresholds.atrPeríodo- ATR Período value used for structural qualification or thresholds.pivotIndex- Pivot Index value used for structural qualification or thresholds.showTable- Show Table value used for structural qualification or thresholds.tableXOffset- Table X (from right) value used for structural qualification or thresholds.tableYOffset- Table Y (% from top) value used for structural qualification or thresholds.useCandleLimit- Use Candle Limit value used for structural qualification or thresholds.candleLimit- Candle Limit (bars) value used for structural qualification or thresholds.liquidityAbove- Liq Above value used for structural qualification or thresholds.liquidityBelow- Liq Below value used for structural qualification or thresholds.liquidityRatio- Liq Ratio value used for structural qualification or thresholds.liquidityImbalance- Diff value used for structural qualification or thresholds.activeHighZones- High Zones value used for structural qualification or thresholds.activeLowZones- Low Zones value used for structural qualification or thresholds.strongestAboveStrength- Strongest Above % value used for structural qualification or thresholds.strongestBelowStrength- Strongest Below % value used for structural qualification or thresholds.distToNearestHigh- Dist High % value used for structural qualification or thresholds.distToNearestLow- Dist Low % value used for structural qualification or thresholds.liquidityAbove- Total Liquidity Above value used for structural qualification or thresholds.liquidityBelow- Total Liquidity Below value used for structural qualification or thresholds.liquidityRatio- Liquidity Ratio (Above/Below) value used for structural qualification or thresholds.liquidityImbalance- Diff value used for structural qualification or thresholds.activeHighZones- Active High Zones value used for structural qualification or thresholds.activeLowZones- Active Low Zones value used for structural qualification or thresholds.totalActiveZones- Total Active Zones value used for structural qualification or thresholds.strongestAboveStrength- Strongest Above % value used for structural qualification or thresholds.strongestBelowStrength- Strongest Below % value used for structural qualification or thresholds.nearestHighZone- Nearest High Zone value used for structural qualification or thresholds.nearestLowZone- Nearest Low Zone value used for structural qualification or thresholds.distToNearestHigh- Distance to High % value used for structural qualification or thresholds.distToNearestLow- Distance to Low % 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.