TREND SIGNALS UALGO Guia de trading
Ultima actualizacion: July 22, 2026
The Trend Signals with TP/SL es una herramienta cuantitativa de análisis técnico. Trend Signals with TP & SL [UAlgo] Indicator Based on UAlgo Pine Script Features:
¿Qué muestra el indicador?
- Estructura del mercado e impulso: Visualiza la dirección de la tendencia dominante y zonas clave de reversión.
- Señales COMPRA / VENTA: Muestra puntos de entrada y salida confirmados según reglas cuantitativas.
- Límites dinámicos: Proporciona niveles adaptativos para gestionar el riesgo y beneficio de las operaciones.
Ajustes clave
- Sensibilidad (
sensitivity): Controls the calculation period and sensitivity for market detection. - ATR Longitud (
atrLongitud): 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 Longitud (
cloudLongitud): 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.
Cómo usar los parámetros de estrategia (Condition Source)
Dentro del módulo Strategy Tester, este indicador se puede utilizar tanto como fuente directa de señales como filtro del estado del mercado.
1. Eventos de señal
buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.
2. Filtros y niveles de trading
sensitivity- Sensibilidad value used for structural qualification or thresholds.atrLongitud- ATR Longitud 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.cloudLongitud- Cloud Longitud 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.
Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.