MFI MTF ALERTS Guia de trading
Ultima atualizacao: July 22, 2026
The Money Flow Index MTF + Alerts é uma ferramenta quantitativa de análise técnica. Money Flow Index MTF + Alerts (converted from Pine Script)
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
- Comprimento (
length): Controls the calculation period and sensitivity for market detection. - Sobrevenda (
os): Controls the calculation period and sensitivity for market detection. - Sobrecompra (
ob): Controls the calculation period and sensitivity for market detection. - EMA Comprimento (
emaComprimento): Controls the calculation period and sensitivity for market detection. - MFI (
mfi): Controls the calculation period and sensitivity for market detection. - EMA (
ema): Controls the calculation period and sensitivity for market detection. - OS Cross (
oversold_cross): Controls the calculation period and sensitivity for market detection. - OB Cross (
overbought_cross): Controls the calculation period and sensitivity for market detection. - MFI (
mfi): Controls the calculation period and sensitivity for market detection. - EMA (
ema): Controls the calculation period and sensitivity for market detection. - Sobrevenda Cross (
oversold_cross): Controls the calculation period and sensitivity for market detection. - Sobrecompra Cross (
overbought_cross): Controls the calculation period and sensitivity for market detection. - Is Sobrevenda (
is_oversold): Controls the calculation period and sensitivity for market detection. - Is Sobrecompra (
is_overbought): Controls the calculation period and sensitivity for market detection. - Last Cross Was Sobrevenda (
is_oversold_cross_last): Controls the calculation period and sensitivity for market detection. - Last Cross Was Sobrecompra (
is_overbought_cross_last): Controls the calculation period and sensitivity for market detection. - MFI Line (
mfi): Controls the calculation period and sensitivity for market detection. - EMA Line (
ema): Controls the calculation period and sensitivity for market detection. - Sobrevenda Cross Marker (
oversold_cross): Controls the calculation period and sensitivity for market detection. - Sobrecompra Cross Marker (
overbought_cross): Controls the calculation period and sensitivity for market detection. - Uptrend Zone (60-80) (
uptrend_zone): Controls the calculation period and sensitivity for market detection. - Transition Zone (40-60) (
transition_zone): Controls the calculation period and sensitivity for market detection. - Downtrend Zone (20-40) (
downtrend_zone): 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
oversold_cross- Sobrevenda Cross event signal.overbought_cross- Sobrecompra Cross event signal.is_oversold- Is Sobrevenda event signal.is_overbought- Is Sobrecompra event signal.is_oversold_cross_last- Last Cross Was Sobrevenda event signal.is_overbought_cross_last- Last Cross Was Sobrecompra event signal.
2. Filtros e níveis de negociação
length- Comprimento value used for structural qualification or thresholds.os- Sobrevenda value used for structural qualification or thresholds.ob- Sobrecompra value used for structural qualification or thresholds.emaComprimento- EMA Comprimento value used for structural qualification or thresholds.mfi- MFI value used for structural qualification or thresholds.ema- EMA value used for structural qualification or thresholds.oversold_cross- OS Cross value used for structural qualification or thresholds.overbought_cross- OB Cross value used for structural qualification or thresholds.mfi- MFI value used for structural qualification or thresholds.ema- EMA value used for structural qualification or thresholds.mfi- MFI Line value used for structural qualification or thresholds.ema- EMA Line value used for structural qualification or thresholds.oversold_cross- Sobrevenda Cross Marker value used for structural qualification or thresholds.overbought_cross- Sobrecompra Cross Marker value used for structural qualification or thresholds.uptrend_zone- Uptrend Zone (60-80) value used for structural qualification or thresholds.transition_zone- Transition Zone (40-60) value used for structural qualification or thresholds.downtrend_zone- Downtrend Zone (20-40) 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.