Expert advisor UTBot Daily
сиБот
1 покупки
Версия 1.0, Mar 2025
Windows, Mac, Mobile, Web
5.0
Отзывы: 2
Trading product for Expert advisor UTBot Daily сиБот, image 2
С 07/03/2025
682.95K
Торгуемый объем
32.96K
Выигранные пипы
1
Продажи

Описание

Описание бота "UTBotStrategy" для cTrader (cAlgo)

Бот UTBotStrategy — это экспертный советник (EA), разработанный на C# для платформы cTrader (cAlgo). Этот бот использует подход на основе ATR и динамического трейлинг-стопа для определения торговых сигналов и автоматического управления позициями. Вот обзор его основных функций:


1. Входные параметры

Бот обладает высокой настраиваемостью через входные параметры, которые включают:

  • Технические индикаторы:
    • Key Value (чувствительность сигнала, множитель ATR)
    • Период ATR (период ATR)
    • Heikin Ashi (опция использования свечей Heikin Ashi вместо обычных)
  • Управление торговлей:
    • Размер лота (объем лота)
    • Стоп-лосс в пипсах
    • Время торговли (время начала и окончания работы)
    • Принудительное закрытие позиций в определенное время
  • Динамический трейлинг-стоп:
    • Активация после достижения определенной прибыли в пипсах
    • Шаг трейлинг-стопа для корректировки уровня стоп-лосса


2. Логика торговли

Бот следует стратегии, основанной на динамически рассчитываемом трейлинг-стопе с использованием ATR (Average True Range). Вот как это работает:

Фаза анализа (OnBar)

  • Бот вычисляет значение ATR для установки адаптивного трейлинг-стопа.
  • Проверяет цену закрытия с использованием Heikin Ashi (если включено).
  • Сравнивает текущее значение с уровнем трейлинг-стопа для определения направления рынка.
  • Условия входа:
    • Сигнал на покупку (Long): цена пробивает трейлинг-стоп вверх и подтверждает восходящий тренд.
    • Сигнал на продажу (Short): цена пробивает трейлинг-стоп вниз и подтверждает нисходящий тренд.
  • Выполняет ордера на покупку или продажу с предустановленным стоп-лоссом.

Управление позициями

  • Динамический трейлинг-стоп:
    • Когда прибыль достигает заданного порога, трейлинг-стоп смещается в пользу позиции.
  • Принудительное закрытие:
    • При достижении указанного времени закрывает все открытые позиции.


3. Дополнительные функции

  • Графики с торговыми сигналами: бот рисует стрелки на графике для обозначения точек входа.
  • Вывод информации в консоль: отображает значения трейлинг-стопа, цены и направление рынка.
  • Защита от торговли вне времени: предотвращает торговлю вне указанного временного окна.


4. Цель стратегии

Эта стратегия полезна для: ✅ скальпинга или дейтрейдинга на низких таймфреймах (1M, 5M, 15M).
следования за трендом с динамическим трейлинг-стопом.
автоматизации торговли с предустановленным управлением рисками.

🔹 Сильные стороны: гибкость параметров, интеллектуальный трейлинг-стоп, принудительное закрытие для избежания удержания позиций на ночь.
🔸 Возможные улучшения: внедрение дополнительных фильтров (RSI, MACD) для снижения ложных сигналов.


Description of the "UTBotStrategy" Bot for cTrader (cAlgo)

The UTBotStrategy bot is an expert advisor (EA) developed in C# for the cTrader (cAlgo) platform. This bot uses an ATR and dynamic trailing stop approach to identify trading signals and manage positions automatically. Here is an overview of its main features:


1. Input Parameters

The bot is highly configurable via input parameters, which include:


Technical Indicators:


Key Value (Signal Sensitivity, ATR Multiplier)

ATR Period

Heikin Ashi (Option to use Heikin Ashi candles instead of regular ones)

Trading Management:


Lot Size

Stop Loss in pips

Trading Hours (Start and End Time)

Forced Closing of Positions at a Specific Time

Dynamic Trailing Stop:


Triggered after a certain profit in pips

Trailing stop step to adjust the stop loss level

2. Trading Logic

The bot follows a strategy based on a dynamically calculated trailing stop with the ATR (Average True Range). Here is how it works:


Analysis Phase (OnBar)

The bot calculates the ATR value to set an adaptive trailing stop.

Checks the closing price using Heikin Ashi (if enabled).

Compares the current value with the trailing stop level to determine the market direction.

Entry Conditions:

Long Signal: The price breaks above the trailing stop and confirms an uptrend.

Short Signal: The price breaks below the trailing stop and confirms a downtrend.

Executes buy or sell orders with a predefined stop loss.

Position Management

Dynamic Trailing Stop:

When profit reaches a predefined threshold, the trailing stop moves in favor of the position.

Forced Close:

If the specified time is reached, closes all open positions.

3. Extra Features

Trading Signal Charts: The bot draws arrows on the chart to signal entry opportunities.

Print information to the console: Shows trailing stop values, prices and market direction.

Off-Trading Time Protection: Prevents trading outside the specified time window.

4. Strategy Objective

This strategy is useful for: ✅ Scalping or Day Trading on low time frames (1M, 5M, 15M).

✅ Trend Following with dynamic trailing stop.

✅ Trading automation with preset risk management.


🔹 Strengths: Flexibility in parameters, intelligent trailing stop, forced closing to avoid overnight.

🔸 Possible Improvements: Implementation of additional filters (RSI, MACD) to reduce false signals

Сводка

ИИ-сводка
The UTBotStrategy is an expert advisor (EA) developed in C# for the cTrader (cAlgo) platform. It automates trading by using an Average True Range (ATR)-based dynamic trailing stop to identify entry signals and manage open positions. Key configurable input parameters include technical indicators such as signal sensitivity (Key Value), ATR period, and an option to use Heikin Ashi candles. Trading management settings allow customization of lot size, stop loss in pips, trading hours, and forced position closure at a specified time.
The bot’s trading logic calculates an adaptive trailing stop using ATR, compares price levels (optionally using Heikin Ashi closes) against this stop to determine market direction, and generates long or short signals when price crosses the trailing stop. It executes buy or sell orders with predefined stop loss levels. Position management features include a dynamic trailing stop that activates after reaching a profit threshold and forced closing of all positions at a set time to avoid overnight exposure.
Additional features include chart arrows signaling trade opportunities, console output of trailing stop values and market direction, and protection from trading outside specified hours. The strategy is designed for scalping or day trading on low timeframes (1M, 5M, 15M), trend following with dynamic stops, and automated risk-managed trading.
Торговый профиль

Отзывы покупателей

5.0
Отзывы: 2
5
100 %
4
0 %
3
0 %
2
0 %
1
0 %
Отзывы покупателей
March 22, 2025
I liked it more as a trade helper for AI assisted trading than as something to follow blindly. The second opinion can save time, and the final decision still feels like it belongs to the trader.
March 11, 2025
The data has to back it up. Tracking 30 AI calls first, compare the result with 2 timeframes, and only scale if 3 percent DD still looks controlled.

Обсуждение

Частые вопросы

Продукты, доступные в cTrader Store, включая торговых ботов, индикаторы и плагины, предоставляются сторонними разработчиками и доступны исключительно в информационных и технических целях. cTrader Store не является брокером и не предоставляет инвестиционные консультации, персональные рекомендации или какие-либо гарантии будущей доходности.

Больше от этого автора

Индикатор
ATR
L'indicatore UTBot è uno strumento di analisi tecnica che crea una linea di trailing stop dinamica basata sull'ATRT
сиБот
ATR
Supertrend
Strategia su indicatore Supertrend di trend Following su nasdaq 100 Backtest su 5 anni
Индикатор
Indicatore dei livelli numeri tondi sul grafico , regolabile.Indicator of levels round numbers on the graph, adjustable

Вам также может понравиться

Логотип продукта "MonsterHunt_NAS100 2.9.4V"
Онлайн-статистика
4.0
(4)
$100
/
$130
сиБот
EMA
RSI
+5
NAS100 M5 trading bot with HTF filters, advanced entry validation, risk control, and ready strategy profiles.
21.7%
ROI
2.13
Фактор прибыли
сиБот
ATR
EMA
+5
EURUSD M15 EMA-ATR Robot is a single-engine, trend-following cBot built exclusively for EURUSD on the M15 timeframe
9.9%
ROI
2.27
Фактор прибыли
сиБот
ATR
RSI
+3
The **US30 Trading Robot** is a fully automated trend-following algorithm designed specifically for the cTrader platform
25.6%
ROI
3.3
Фактор прибыли
сиБот
EMA
Stochastic
+4
A robust, scalping-leaning day trading cBot for major indices (US500, US100, JP225). Buy setups only. Presets included.
10%
ROI
5.58
Фактор прибыли
сиБот
AI
ATR
+5
Automated SOLANA system using adaptive momentum and volatility logic to detect high-probability reversals.
26.4%
ROI
1.11
Фактор прибыли
сиБот
AI
Grid
+3
HFT SuperFund Pro+
сиБот
Break Even
Trailing Stop
+5
A 12-strategy XAUUSD cBot with multi-timeframe entries, adaptive risk controls and portfolio-level trade management.
1.28
Фактор прибыли
Логотип продукта "ForexFuryBot"
Популярный
4.0
(4)
$100
/
$200
сиБот
ATR
RSI
+3
Forex Fury M1 Bot is an advanced automated trading system designed to operate on the M1 timeframe
сиБот
ATR
Prop Firm Fit
+3
An optimized, high-precision scalper engineered exclusively for the USDJPY 5-Minute (M5) chart.
1.49
Фактор прибыли
сиБот
Forex
EURUSD
+4
This is a tool to help traders open/close orders/modify orders quickly with just one click
сиБот
it works with timeframe H1.
сиБот
ATR
Risk Alerts
+3
ORB breakout-retest cBot for cTrader with ATR risk management, session controls, prop-firm safety protection.
1.76
Фактор прибыли
сиБот
ATR
EMA
+5
Professional XAUUSD M5 breakout cBot with intelligent signal scoring and prop-style risk controls.
1.56
Фактор прибыли
сиБот
Versatile Adaptive System, for Scalper, Long trader, HFT
сиБот
ADX
ATR
+5
SP500 M5 cBot focused on structured index setups, controlled fixed-lot risk and clean profile-based execution and profit
24.6%
ROI
10.65
Фактор прибыли
Логотип продукта "Risk Manager v2_2"
Популярный
4.5
(2)
$70
/
$100
сиБот
CHOCH
SL Manager
+1
Trade with clarity. Protect your capital. Let Risk Manager enforce the rules.
Логотип продукта "Black Box Bot"
Популярный
5.0
(2)
$99
/
$198
сиБот
Volume
XAUUSD
+5
The Black Box Bot, A New Revolution. Make up to almost 700% per year on Gold m5.
сиБот
RSI
This Bot work with M5 TimeFrame.

Цена

С 07/03/2025
682.95K
Торгуемый объем
32.96K
Выигранные пипы
1
Продажи