TREND SIGNALS UALGO Trading Guide
Last updated: July 22, 2026
The Trend Signals with TP/SL is a quantitative technical analysis tool. Trend Signals with TP & SL [UAlgo] Indicator Based on UAlgo Pine Script Features:
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- Sensitivity (
sensitivity): Controls the calculation period and sensitivity for market detection. - ATR Length (
atrLength): 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 Length (
cloudLength): 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.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.
2. Filters and Trade Levels
sensitivity- Sensitivity value used for structural qualification or thresholds.atrLength- ATR Length 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.cloudLength- Cloud Length 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.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.