TREND SIGNALS UALGO Гайд по трейдингу
Обновлено: July 22, 2026
The Trend Signals with TP/SL — это квантитативный инструмент технического анализа. Trend Signals with TP & SL [UAlgo] Indicator Based on UAlgo Pine Script Features:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Чувствительность (
sensitivity): Controls the calculation period and sensitivity for market detection. - ATR Длина (
atrДлина): 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 Длина (
cloudДлина): 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.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.
2. Фильтры и торговые уровни
sensitivity- Чувствительность value used for structural qualification or thresholds.atrДлина- ATR Длина 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.cloudДлина- Cloud Длина 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.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.