Fade Breakout (Demo Version)
cBot
18 ダウンロード数
バージョン 1.0、Jul 2025
Windows、Mac, Mobile, Web
1
販売
1.7K
無料インストール
説明
✅ 基本情報と制限
- デモアカウントのみ: ライブアカウントで実行されている場合、ボットは停止します。これは
Account.IsLiveにより強制されます。
🔧 パラメーター
マネーマネジメント
MaxOpenPositions: 同時に開くことができる最大ポジション数。LotSizingMode: ロット計算モード(固定 / 残高ベース / ピーク残高ベース)。RiskPercentage: 取引ごとにリスクを取る口座残高の割合。FixedLotSize: 固定ロットサイズ(選択時)。
トレーディング戦略
DonchianPeriod: ドンチャンチャネルの期間。SlMultiplierBuy/Sell: ATRに基づくストップロスの乗数(買い/売り)。Tp1MultiplierBuy/Sell: 初期テイクプロフィットの乗数。TrailMultiplierBuy/Sell: トレーリングストップの乗数。
フィルター
AtrPeriod: ATRインジケーターの期間。EnableAdxFilter: ADXベースのフィルタリングを有効にします。AdxPeriod,MaxAdxValue: ADXの設定と閾値。
クールダウン(ドローダウン管理)
EnableCoolDown: 損失後の一時停止を有効にします。MaxLosses: 一時停止前に許容される最大連続損失数。CoolDownHours: 取引を停止する時間数。
🧠 戦略ロジック
OnStart()
- インジケーター(ドンチャン、ATR、ADX)を初期化します。
- デモアカウントのみをチェックします。
- ポジションクローズのイベントハンドラーを登録します。
OnBar()
- 新しいバーごとに:
-
- クールダウン中または既にポジションがある場合はスキップします。
- ADXが閾値を超えている場合(強いトレンド)もスキップします。
- それ以外の場合は、シグナル評価のために
HandleEntry()を呼び出します。
HandleEntry()
- フェードブレイクアウトロジック:
-
- 価格がドンチャンの高値を上抜けてから下で終わった場合 → 売り
- 価格がドンチャンの安値を下抜けてから上で終わった場合 → 買い
ProcessOrder()
- ATRを使ってSL/TPを計算します。
- ロットサイズは
GetVolume()で決定します。 -
ExecuteMarketOrder()を使って成行注文を実行します。
ManagePositions()
- 初期TPに到達した場合:ポジションの半分を決済し、SLをブレイクイーブンに移動します。
- TPが設定されていない場合:ATR乗数に基づくトレーリングストップを適用します。
GetVolume()
- 選択されたロットサイズモードに基づいてボリュームを計算します:
-
- 固定ロット
- 現在の残高のリスク%
- ピーク残高のリスク%
OnPositionClosed()
- 連続損失カウントを増加させます。
- 損失が閾値を超えた場合、クールダウン期間を開始します。
📊 戦略概要
- フェードブレイクアウトスタイル: ドンチャンのブレイクアウトに反応し、反転を取引します。
- ATRを使用してSL/TPおよびトレーリングストップをボラティリティに適応させます。
- ADXフィルターは過度に強いトレンドでの取引を回避します。
- クールダウン機構は連続損失後の資本保護に役立ちます。
概要
AIによる概要
Fade Breakout (Demo Version) is a trading bot designed for reversal-oriented breakout strategies that adapt to market volatility and trend strength. It operates exclusively on demo accounts, halting automatically if run on live accounts.
The bot uses Donchian Channels to identify breakout points and trades reversals: it sells when price breaks above the Donchian high but closes below it, and buys when price breaks below the Donchian low but closes above. It incorporates the Average True Range (ATR) indicator to dynamically set stop-loss, take-profit, and trailing stop levels based on current volatility.
An ADX filter is included to avoid trading during strong trending conditions, enhancing strategy selectivity. The bot manages risk through configurable money management parameters, including maximum open positions, lot sizing modes (fixed, balance-based, or peak balance-based), and risk percentage per trade.
A cool-down mechanism pauses trading after a set number of consecutive losses to help protect capital. The bot monitors position closures to track losses and trigger this pause when necessary.
Key features include adaptive volatility-based trade management, trend filtering, configurable risk controls, and automated position management with partial profit-taking and break-even stop adjustments.
The bot uses Donchian Channels to identify breakout points and trades reversals: it sells when price breaks above the Donchian high but closes below it, and buys when price breaks below the Donchian low but closes above. It incorporates the Average True Range (ATR) indicator to dynamically set stop-loss, take-profit, and trailing stop levels based on current volatility.
An ADX filter is included to avoid trading during strong trending conditions, enhancing strategy selectivity. The bot manages risk through configurable money management parameters, including maximum open positions, lot sizing modes (fixed, balance-based, or peak balance-based), and risk percentage per trade.
A cool-down mechanism pauses trading after a set number of consecutive losses to help protect capital. The bot monitors position closures to track losses and trigger this pause when necessary.
Key features include adaptive volatility-based trade management, trend filtering, configurable risk controls, and automated position management with partial profit-taking and break-even stop adjustments.
取引プロフィール
カスタマーレビュー
0.0
レビュー: 0
カスタマーレビュー
この商品にはまだレビューがありません。お使いになったことがある方は、ぜひレビューをお願いします。
ディスカッション
よくあるご質問
cTrader Storeで入手可能な取引ボット、インジケーター、プラグインなどの商品は、第三者の開発者が提供するものであり、情報と技術の取得のみを目的としてご利用いただけます。cTrader Storeはブローカーではなく、投資助言や個人的な推奨を行うことも、将来のパフォーマンスを保証することもありません。
この作成者の他の商品
価格
1
販売
1.7K
無料インストール
