Expert advisor UTBot Daily
cBot
1 购买
版本 1.0, Mar 2025
Windows 版、Mac 版, Mobile, Web
5.0
评价:2
Trading product for Expert advisor UTBot Daily cBot, image 2
注册日期 07/03/2025
682.95K
交易量
32.96K
盈利点数
1
销售

说明

cTrader (cAlgo) 的 "UTBotStrategy" 机器人描述

该机器人 UTBotStrategy 是一个用 C# 开发的 专家顾问 (EA),适用于 cTrader (cAlgo) 平台。该机器人采用基于 ATR 和动态追踪止损的方式来识别交易信号并自动管理仓位。以下是其主要功能概述:


1. 输入参数

该机器人通过 输入参数 高度可配置,包含:

  • 技术指标
    • 关键值(信号灵敏度,ATR 乘数)
    • ATR 周期(ATR 的周期)
    • Heikin Ashi(可选使用 Heikin Ashi 蜡烛代替普通蜡烛)
  • 交易管理
    • 手数大小(手数大小)
    • 止损点数(以点数计)
    • 交易时间(开始和结束时间)
    • 特定时间强制平仓
  • 动态追踪止损
    • 在达到一定点数利润后激活
    • 追踪止损步长,用于调整止损水平


2. 交易逻辑

该机器人遵循基于 ATR(平均真实波幅)动态计算的追踪止损策略。其工作原理如下:

分析阶段(OnBar)

  • 机器人计算 ATR 值以设定自适应追踪止损。
  • 使用 Heikin Ashi 检查收盘价(如果启用)。
  • 将当前值与追踪止损水平比较以确定市场方向。
  • 入场条件
    • 多头信号:价格突破追踪止损并确认上涨趋势。
    • 空头信号:价格跌破追踪止损并确认下跌趋势。
  • 执行买入或卖出订单,并设有预定义止损。

仓位管理

  • 动态追踪止损
    • 当利润达到预设阈值时,追踪止损向有利于仓位的方向移动。
  • 强制平仓
    • 达到指定时间时,关闭所有未平仓位。


3. 额外功能

  • 带交易信号的图表:机器人在图表上绘制 箭头,以标示入场机会。
  • 控制台信息打印:显示追踪止损值、价格和市场方向。
  • 非交易时间保护:防止在指定时间窗口外进行交易。


4. 策略目标

该策略适用于:✅ 低时间框架的剥头皮或日内交易(1分钟,5分钟,15分钟)。
趋势跟踪,采用动态追踪止损。
交易自动化,具备预设风险管理。

🔹 优势:参数灵活,智能追踪止损,强制平仓避免隔夜风险。
🔸 可能的改进:增加额外过滤器(RSI,MACD)以减少错误信号。


"UTBotStrategy" 机器人在 cTrader (cAlgo) 平台的描述

UTBotStrategy 机器人是一个用 C# 开发的专家顾问 (EA),适用于 cTrader (cAlgo) 平台。该机器人采用 ATR 和动态追踪止损的方法来识别交易信号并自动管理仓位。以下是其主要功能概述:


1. 输入参数

该机器人通过输入参数高度可配置,包含:


技术指标:


关键值(信号灵敏度,ATR 乘数)

ATR 周期

Heikin Ashi(可选使用 Heikin Ashi 蜡烛代替普通蜡烛)

交易管理:


手数大小

止损点数

交易时间(开始和结束时间)

特定时间强制平仓

动态追踪止损:


在达到一定点数利润后激活

追踪止损步长,用于调整止损水平

2. 交易逻辑

该机器人遵循基于 ATR(平均真实波幅)动态计算的追踪止损策略。其工作原理如下:


分析阶段(OnBar)

机器人计算 ATR 值以设定自适应追踪止损。

使用 Heikin Ashi 检查收盘价(如果启用)。

将当前值与追踪止损水平比较以确定市场方向。

入场条件:

多头信号:价格突破追踪止损并确认上涨趋势。

空头信号:价格跌破追踪止损并确认下跌趋势。

执行买入或卖出订单,设有预定义止损。

仓位管理

动态追踪止损:

当利润达到预设阈值时,追踪止损向有利于仓位的方向移动。

强制平仓:

达到指定时间时,关闭所有未平仓位。

3. 额外功能

交易信号图表:机器人在图表上绘制箭头以标示入场机会。

控制台信息打印:显示追踪止损值、价格和市场方向。

非交易时间保护:防止在指定时间窗口外进行交易。

4. 策略目标

该策略适用于:✅ 低时间框架的剥头皮或日内交易(1分钟,5分钟,15分钟)。

✅ 趋势跟踪,采用动态追踪止损。

✅ 交易自动化,具备预设风险管理。


🔹 优势:参数灵活,智能追踪止损,强制平仓避免隔夜风险。

🔸 可能的改进:增加额外过滤器(RSI,MACD)以减少错误信号

摘要

AI 摘要
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
cBot
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

猜您喜欢

cBot
EMA
Grid
+5
GridMaster Pro – Adaptive Grid Trading Robot for cTrader
1538.1%
投资 回报率
1.5
盈利系数
cBot
AI
Stocks
+1
Advanced Automated SPX Algorithmic Trading System
4
盈利系数
cBot
EMA
Stochastic
+4
US500・US100・JP225の高勝率スイングトレード仕様のBUY専用cBot。
8%
投资 回报率
4.75
盈利系数
cBot
Prop
Forex
+3
Trade XAUUSD at lightning speed using Stream Deck. One-tap execution for entries, partial closes, break-even, TP & SL.
100%
投资 回报率
2
盈利系数
cBot
AI
ATR
+13
This is a Sniper bot is for Fast Sniping Trade , suitable for shorter Timeframes
11.8%
投资 回报率
3.7
盈利系数
cBot
ADX
EMA
+5
Gold-focused cTrader H1 cBot with configurable filters, risk controls, trade management, and guides.
28.4%
投资 回报率
7.49
盈利系数
cBot
EL mejor bot para pasar cuenta de fondeo
cBot
Risk/Reward
Break & Retest
+1
XAUUSD M5 cBot for auction structure, breakout confirmation, retest entries, risk control and visual trade plans.
1.39
盈利系数
cBot
Forex
BTCUSD
+4
TwoPole Oscillator Pro – Advanced AI-Driven Trading Robot
2043.1%
投资 回报率
1.8
盈利系数
cBot
EMA
Stochastic
+4
US500・US100・JP225の下落トレンドを狙い撃つ、高勝率スイングトレード仕様のSELL専用cBot。
10.5%
投资 回报率
10.07
盈利系数
cBot
Forex
BTCUSD
+5
HTF candles (1H, 4H, 8H, 12H, 16H, 1D, 20D, 1W, 1M) Charts (15M-Daily).
cBot
RSI
Forex
+5
Automated trend-pullback cBot using EMA, Fibonacci, and RSI filters for precise, disciplined trading.
93.1%
投资 回报率
1.24
盈利系数
cBot
ATR
Risk Alerts
+3
ORB breakout-retest cBot for cTrader with ATR risk management, session controls, prop-firm safety protection.
1.76
盈利系数
cBot
AI
ATR
+17
Turning candlestick logic into performance
cBot
AI
ATR
+27
AILevelTrader — Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
盈利系数
cBot
AI
Grid
+3
HFT SuperFund Pro+
cBot
AI
ATR
+27
ORB Precision Pro — Your New York Opening Range, automated and tailored to your rules.
cBot
ATR
SL Manager
+3
Este cBot está diseñado para operar rupturas de rango en BTCUSD con una logica simple
49.6%
投资 回报率
1.44
盈利系数

价格

注册日期 07/03/2025
682.95K
交易量
32.96K
盈利点数
1
销售