DragonScalpingProV2
cBot
Pepperstone でテスト済み
バージョン 1.0、Dec 2024
Windows、Mac, Mobile, Web
3.7
レビュー: 4
14
購入済
0%
最大ドローダウン
説明
デモアカウントでのデモバージョンはこちら https://ctrader.com/products/314
Dragonscalping Pro cBot - 説明
Dragonscalping Pro は、cTraderプラットフォーム向けに設計された自動取引ロボット(cBot)です。価格の勢い、RSIフィルター、そして攻撃的なボリューム管理システム(マーチンゲール/グリッド要素)を組み合わせ、短期的な市場の動きから迅速な利益を狙うスキャルピングEA(エキスパートアドバイザー)です。
主な特徴
- トレンド&モメンタムエントリー: 最後の2本のローソク足の終値比較とH1タイムフレームの相対力指数(RSI)を組み合わせて、買われすぎ/売られすぎの罠を回避しながら取引を開始します。
- 動的ロットサイズ(AutoLot): 口座残高の増加に応じて取引量を自動的に調整します。
- ポジション乗数(グリッド/マーチンゲール): 取引が市場に逆行した場合、事前に定義された乗数と間隔に基づいてポジションサイズを動的に増加させます。
- エクイティリスク保護: 浮動損失が口座エクイティの設定された割合を超えた場合に自動的に全ポジションをクローズするドローダウン保護機能を内蔵しています。
- スプレッドフィルター: スプレッドが拡大する高ボラティリティや流動性の低い期間中の取引実行を防ぎ、資本を保護します。
入力パラメーターの説明
- Lots (デフォルト: 0.01): 初期取引量。
- AutoLot (デフォルト: True): 有効にすると、ボットは初期残高に対する現在の残高に比例してロットサイズを自動的に再計算します。
- TakeProfitPip (デフォルト: 9): ポジションをクローズするための利益目標(ピップ単位)。
- UseEquityStop (デフォルト: True): 口座エクイティ保護のオン/オフ切り替え。
- TotalEquityRisk (デフォルト: 20.0): 許容される最大ドローダウンの割合。浮動損失がこの割合に達すると、すべての取引が強制的にクローズされます。
- PipStep (デフォルト: 30): ボリューム乗算がトリガーされる前のポジションに対する最小ピップ距離。
- LotExponent (デフォルト: 1.3): ドローダウン時にボリュームを増加させるために適用される乗数係数。
- Label (デフォルト: "Dragon scalping"): cBotの取引に使用されるカスタム識別ラベル。
- Max Spread (デフォルト: 2): 許容される最大スプレッド。市場のスプレッドがこの値を超えるとロボットは待機状態になります。
動作原理(取引ロジック)
- 市場分析: 毎ティックで、ボットは現在のスプレッドが
MaxSpreadの範囲内かを確認します。最後の2本のバーの終値を分析し、1時間足(H1)タイムフレームの14期間RSIを取得します。 - 注文実行:
-
- 買い(BUY): 直前のローソク足の終値がその前のローソク足より高い場合(
high1 > high2)かつH1のRSIが30以上のときにトリガーされます。 - 売り(SELL): 直前のローソク足の終値がその前のローソク足より低い場合(
high1 < high2)かつH1のRSIが70以下のときにトリガーされます。
- 買い(BUY): 直前のローソク足の終値がその前のローソク足より高い場合(
- 注文の修正と管理:
-
- ポジションの損失が
PipStepを超えた場合、ボットはそのポジションのボリュームをLotExponent倍にして平均取得コストを調整します。 - ポジションの純利益が目標利益(
_profit)に達した場合、即座にクローズされます。
- ポジションの損失が
- 安全ガード:
StopOrder()メソッドはエクイティを継続的に監視します。負の浮動エクイティがTotalEquityRiskの割合を超えた場合、ボットはマージンコールを防ぐために緊急のCloseAll()関数を実行します。
概要
AIによる概要
DragonScalpingProV2 is an automated scalping robot (cBot) designed for the cTrader platform, targeting short-term market movements primarily in Forex pairs such as EURUSD, GBPUSD, and USDJPY. It uses a combination of price momentum analysis, RSI filtering on the H1 timeframe, and an aggressive volume management system integrating Martingale and Grid strategies.
Key functionalities include:
- Trade entries triggered by comparing the last two candle closes and RSI levels to avoid overbought/oversold conditions.
- Dynamic lot sizing (AutoLot) that adjusts trade volume based on account balance changes.
- Position size multiplication when trades move against the market, using configurable pip steps and lot exponent multipliers.
- Equity risk protection that automatically closes all positions if floating losses exceed a preset percentage of account equity.
- Spread filtering to avoid trading during high volatility or low liquidity periods.
Configurable input parameters allow customization of initial lot size, take profit in pips, maximum spread, equity risk limits, and trade labeling. The bot continuously monitors market conditions and equity to manage trades and risk dynamically. A demo version is available for testing on a demo account.
Backtested from January 2025 to June 2026, it aims for an annual profit around 400%, with a reported return on investment of 38%.
Key functionalities include:
- Trade entries triggered by comparing the last two candle closes and RSI levels to avoid overbought/oversold conditions.
- Dynamic lot sizing (AutoLot) that adjusts trade volume based on account balance changes.
- Position size multiplication when trades move against the market, using configurable pip steps and lot exponent multipliers.
- Equity risk protection that automatically closes all positions if floating losses exceed a preset percentage of account equity.
- Spread filtering to avoid trading during high volatility or low liquidity periods.
Configurable input parameters allow customization of initial lot size, take profit in pips, maximum spread, equity risk limits, and trade labeling. The bot continuously monitors market conditions and equity to manage trades and risk dynamically. A demo version is available for testing on a demo account.
Backtested from January 2025 to June 2026, it aims for an annual profit around 400%, with a reported return on investment of 38%.
取引プロフィール
カスタマーレビュー
3.7
レビュー: 4
5 | 50 % | |
4 | 25 % | |
3 | 0 % | |
2 | 0 % | |
1 | 25 % |
カスタマーレビュー
September 11, 2025
Hey folks 👋 Looking at the author’s description: yes, the bot uses grid/martingale logic, AutoLot, PipStep, and an equity stop. My tests align with that — but they also show that you can’t expect the claimed 400% yearly return without careful optimization. It's worth the price)
December 14, 2024
December 8, 2024
ディスカッション
よくあるご質問
Forex
Scalping
EURUSD
GBPUSD
Grid
Martingale
USDJPY
cTrader Storeで入手可能な取引ボット、インジケーター、プラグインなどの商品は、第三者の開発者が提供するものであり、情報と技術の取得のみを目的としてご利用いただけます。cTrader Storeはブローカーではなく、投資助言や個人的な推奨を行うことも、将来のパフォーマンスを保証することもありません。
価格
70.37M
取引数量
588.6K
獲得pips
59
販売
4.26K
無料インストール