TREND SIGNALS UALGO Guia de trading
Ultima atualizacao: July 22, 2026
The Trend Signals with TP/SL é uma ferramenta quantitativa de análise técnica. Trend Signals with TP & SL [UAlgo] Indicator Based on UAlgo Pine Script Features:
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
- Sensibilidade (
sensitivity): Controls the calculation period and sensitivity for market detection. - ATR Comprimento (
atrComprimento): Controls the calculation period and sensitivity for market detection. - ATR Method (
atrMethod): Controls the calculation period and sensitivity for market detection. - Show Cloud (
showCloud): Controls the calculation period and sensitivity for market detection. - Cloud Comprimento (
cloudComprimento): Controls the calculation period and sensitivity for market detection. - Show Signals (
showSignals): Controls the calculation period and sensitivity for market detection. - Stop Loss % (
stopLossPct): Controls the calculation period and sensitivity for market detection. - Show Last TP/SL Only (
showLastOnly): Controls the calculation period and sensitivity for market detection. - Hide Data (
hideData): Controls the calculation period and sensitivity for market detection. - Cloud High (
cloudHigh): Controls the calculation period and sensitivity for market detection. - Cloud Low (
cloudLow): Controls the calculation period and sensitivity for market detection. - Trend (
trend): Controls the calculation period and sensitivity for market detection. - Position (
pos): Controls the calculation period and sensitivity for market detection. - Entry (
entryLine): Controls the calculation period and sensitivity for market detection. - Stop Loss (
stopLine): Controls the calculation period and sensitivity for market detection. - TP1 (
tp1Line): Controls the calculation period and sensitivity for market detection. - TP2 (
tp2Line): Controls the calculation period and sensitivity for market detection. - TP3 (
tp3Line): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Is Long (
isLong): Controls the calculation period and sensitivity for market detection. - Is Short (
isShort): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Trend Direction (
trend): Controls the calculation period and sensitivity for market detection. - Position (
pos): Controls the calculation period and sensitivity for market detection. - Is Long (
isLong): Controls the calculation period and sensitivity for market detection. - Is Short (
isShort): 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
buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.
2. Filtros e níveis de negociação
sensitivity- Sensibilidade value used for structural qualification or thresholds.atrComprimento- ATR Comprimento value used for structural qualification or thresholds.atrMethod- ATR Method value used for structural qualification or thresholds.showCloud- Show Cloud value used for structural qualification or thresholds.cloudComprimento- Cloud Comprimento value used for structural qualification or thresholds.showSignals- Show Signals value used for structural qualification or thresholds.stopLossPct- Stop Loss % value used for structural qualification or thresholds.showLastOnly- Show Last TP/SL Only value used for structural qualification or thresholds.hideData- Hide Data value used for structural qualification or thresholds.cloudHigh- Cloud High value used for structural qualification or thresholds.cloudLow- Cloud Low value used for structural qualification or thresholds.trend- Trend value used for structural qualification or thresholds.pos- Position value used for structural qualification or thresholds.entryLine- Entry value used for structural qualification or thresholds.stopLine- Stop Loss value used for structural qualification or thresholds.tp1Line- TP1 value used for structural qualification or thresholds.tp2Line- TP2 value used for structural qualification or thresholds.tp3Line- TP3 value used for structural qualification or thresholds.buySignal- Buy Signal value used for structural qualification or thresholds.sellSignal- Sell Signal value used for structural qualification or thresholds.isLong- Is Long value used for structural qualification or thresholds.isShort- Is Short value used for structural qualification or thresholds.trend- Trend Direction value used for structural qualification or thresholds.pos- Position value used for structural qualification or thresholds.isLong- Is Long value used for structural qualification or thresholds.isShort- Is Short 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.