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
獲得pips
1
販売

説明

cTrader(cAlgo)用ボット「UTBotStrategy」の説明

このボット UTBotStrategy は、cTrader(cAlgo)プラットフォーム向けにC#で開発されたエキスパートアドバイザー(EA)です。このボットは、ATRと動的トレーリングストップに基づくアプローチを使用してトレーディングシグナルを識別し、ポジションを自動的に管理します。主な機能の概要は以下の通りです:


1. 入力パラメータ

このボットは、以下を含む入力パラメータを通じて高度に設定可能です:

  • テクニカル指標:
    • キー値(シグナル感度、ATR乗数)
    • ATR期間(ATRの期間)
    • Heikin Ashi(通常のローソク足の代わりにHeikin Ashiローソク足を使用するオプション)
  • トレーディング管理:
    • ロットサイズ(ロットの大きさ)
    • ストップロス(ピップ単位)
    • 取引時間(開始時間と終了時間)
    • 特定の時間でのポジション強制決済
  • 動的トレーリングストップ:
    • 一定の利益(ピップ)後に発動
    • ストップロスレベルを調整するトレーリングストップのステップ


2. トレーディングロジック

このボットは、ATR(平均真の範囲)を用いた動的に計算されるトレーリングストップに基づく戦略を採用しています。動作は以下の通りです:

分析フェーズ(OnBar)

  • ボットは適応型トレーリングストップを設定するためにATRの値を計算します。
  • (有効化されていれば)Heikin Ashiを使って終値を確認します。
  • 現在の値とトレーリングストップレベルを比較し、市場の方向性を判断します。
  • エントリー条件:
    • ロングシグナル:価格がトレーリングストップを上回り、上昇トレンドを確認。
    • ショートシグナル:価格がトレーリングストップを下回り、下降トレンドを確認。
  • あらかじめ設定されたストップロス付きで買いまたは売りの注文を実行します

ポジション管理

  • 動的トレーリングストップ:
    • 利益が事前に設定された閾値に達すると、トレーリングストップがポジションに有利な方向に移動します。
  • 強制決済:
    • 指定された時間に達した場合、すべてのオープンポジションを決済します。


3. 追加機能

  • トレーディングシグナルチャート:エントリー機会を示すためにチャート上に矢印を描画します。
  • コンソールへの情報出力:トレーリングストップの値、価格、市場の方向性を表示します。
  • 取引時間外保護:指定された時間外での取引を防止します。


4. 戦略の目的

この戦略は以下に有効です:✅ スキャルピングまたはデイトレード(1分、5分、15分の低タイムフレーム)
トレンドフォロー(動的トレーリングストップ付き)
プリセットされたリスク管理によるトレーディングの自動化

🔹 強み:パラメータの柔軟性、インテリジェントなトレーリングストップ、オーバーナイトを避けるための強制決済。
🔸 改善点:偽シグナルを減らすための追加フィルター(RSI、MACD)の実装。


cTrader(cAlgo)用「UTBotStrategy」ボットの説明

UTBotStrategyボットは、cTrader(cAlgo)プラットフォーム向けにC#で開発されたエキスパートアドバイザー(EA)です。このボットは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
AI Trading
🟡 XAUUSD M1 Scalper Bot — EMA/HMA Structure Cross Strategy Automated gold scalping bot for cTrader/cAlgo. Trades 1-min
10
プロフィットファクター
cBot
ATR
RSI
+5
🤖 Uno Scalper Hybrid Pro (v2026.05) – Paid Version (cBot for cTrader)
62.2%
ROI
1.1
プロフィットファクター
cBot
ATR
RSI
+3
Forex Fury M1 Bot is an advanced automated trading system designed to operate on the M1 timeframe
cBot
ATR
Forex
+5
Automated breakout trading bot using support/resistance, volume spikes, and ATR-based risk management.
81.5%
ROI
3.45
プロフィットファクター
cBot
// LIMITED OFFER - GREAT PRICE // XAU/USD 4H TIMEFRAME // 5 YEARS BACKTEST, PROFIT 16 200 USD
cBot
RSI
This Bot work with M5 TimeFrame.
cBot
Break Even
Trailing Stop
+5
A 12-strategy XAUUSD cBot with multi-timeframe entries, adaptive risk controls and portfolio-level trade management.
1.28
プロフィットファクター
cBot
RSI
Grid
+14
DragonRSIcBot is an RSI-driven grid/martingale cBot for cTrader. It opens an initial trade when RSI signals.
cBot
EMA
Stochastic
+4
A robust, scalping-leaning day trading cBot for major indices (US500, US100, JP225). Buy setups only. Presets included.
9.4%
ROI
4.49
プロフィットファクター
cBot
EMA
RSI
+5
NAS100 M5 trading bot with HTF filters, advanced entry validation, risk control, and ready strategy profiles.
21.7%
ROI
2.13
プロフィットファクター
cBot
AI
Forex
+5
AI-powered trading Algo with highly accurate decision and consistent Forex profits—Set. Forget. Signal. Profit. 💰
cBot
AI
XAUUSD
POSITION 5000 Pips: The Ultimate Algorithm for Gold
16.8%
ROI
4
プロフィットファクター
cBot
ATR
Prop Firm Fit
+3
An optimized, high-precision scalper engineered exclusively for the USDJPY 5-Minute (M5) chart.
1.49
プロフィットファクター
cBot
ATR
Risk Alerts
+3
ORB breakout-retest cBot for cTrader with ATR risk management, session controls, prop-firm safety protection.
1.76
プロフィットファクター
「Challenger Prop」ロゴ
トップ評価
4.2
(4)
$99
/
$198
cBot
AI
ATR
+27
Prop-optimized risk management with dual strategy profiles: Trend Pullback & High-Leverage Mean Reversion.
15%
ROI
4
プロフィットファクター
cBot
ATR
EMA
+5
Smart Trading Bot with Rich Management Tools for FOREX PAIRS, NASDAQ, GOLD, OIL
14.4%
ROI
1.38
プロフィットファクター
cBot
AI
RSI
+5
AI Trade for you, this bot identified the trend before making a decision. Try it for yourself
cBot
BTCUSD
Automated cTrader bot with webhook support, trade management, take-profit levels, and Telegram notifications

価格

登録日 07/03/2025
682.95K
取引数量
32.96K
獲得pips
1
販売