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.
- يحدد حجم اللوت عبر
GetVolume(). - ينفذ أمر السوق باستخدام
ExecuteMarketOrder().
ManagePositions()
- إذا تم الوصول إلى جني الأرباح الأولي: يغلق نصف المركز وينقل وقف الخسارة إلى نقطة التعادل.
- إذا لم يتم تعيين جني أرباح: يطبق وقف خسارة متحرك بناءً على مضاعف ATR.
GetVolume()
- يحسب الحجم بناءً على وضع تحديد حجم اللوت المختار:
-
- لوت ثابت
- نسبة المخاطرة من الرصيد الحالي
- نسبة المخاطرة من أعلى رصيد
OnPositionClosed()
- يزيد عداد الخسائر المتتالية.
- إذا تجاوزت الخسائر العتبة، يبدأ فترة التهدئة.
📊 ملخص الاستراتيجية
- أسلوب كسر المقاومة العكسي: يتفاعل مع اختراقات دونشيان عن طريق التداول على الانعكاسات.
- يستخدم ATR لتكييف وقف الخسارة وجني الأرباح والوقف المتحرك مع التقلبات.
- مرشح ADX يتجنب التداول في الاتجاهات القوية للغاية.
- آلية التهدئة تساعد في حماية رأس المال بعد خسائر متتالية.
الملخص
ملخص الذكاء الاصطناعي
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
التثبيتات المجانية
