Logo "Fade Breakout (Demo Version)"
Fade Breakout (Demo Version)
0.0
16/07/2025
10
Desktop, Mobile, Web
Imej yang dimuat naik "Fade Breakout (Demo Version)"Imej yang dimuat naik "Fade Breakout (Demo Version)"Imej yang dimuat naik "Fade Breakout (Demo Version)"

Basic Information & Restrictions

  • Demo Account Only: The bot stops if running on a live account, enforced via Account.IsLive.


🔧 Parameters

Money Management

  • MaxOpenPositions: Maximum number of simultaneously open positions.
  • LotSizingMode: Lot calculation mode (Fixed / Balance-based / Peak balance-based).
  • RiskPercentage: Percentage of account balance to risk per trade.
  • FixedLotSize: Fixed lot size (when selected).

Trading Strategy

  • DonchianPeriod: Period for Donchian Channel.
  • SlMultiplierBuy/Sell: Stop-loss multiplier based on ATR (Buy/Sell).
  • Tp1MultiplierBuy/Sell: Initial take-profit multiplier.
  • TrailMultiplierBuy/Sell: Trailing stop multiplier.

Filters

  • AtrPeriod: Period for ATR indicator.
  • EnableAdxFilter: Enables ADX-based filtering.
  • AdxPeriod, MaxAdxValue: ADX settings and threshold.

Cool-Down (Drawdown Management)

  • EnableCoolDown: Enables temporary pause after losses.
  • MaxLosses: Max consecutive losses allowed before pause.
  • CoolDownHours: Number of hours to pause trading.


🧠 Strategy Logic

OnStart()

  • Initializes indicators (Donchian, ATR, ADX).
  • Checks for demo account only.
  • Registers event handler for position closures.

OnBar()

  • On each new bar:
    • Skips if cooling down or positions already exist.
    • Skips if ADX is above threshold (strong trend).
    • Otherwise, calls HandleEntry() to evaluate signals.

HandleEntry()

  • Fade Breakout Logic:
    • If price breaks above the Donchian high then closes below → Sell
    • If price breaks below the Donchian low then closes above → Buy

ProcessOrder()

  • Calculates SL/TP using ATR.
  • Determines lot size via GetVolume().
  • Executes market order using ExecuteMarketOrder().

ManagePositions()

  • If initial TP is hit: closes half the position and moves SL to break-even.
  • If no TP is set: applies trailing stop based on ATR multiplier.

GetVolume()

  • Calculates volume based on selected lot sizing mode:
    • Fixed lot
    • Risk % of current balance
    • Risk % of peak balance

OnPositionClosed()

  • Increments consecutive loss count.
  • If losses exceed threshold, initiates cooldown period.


📊 Strategy Summary

  • Fade Breakout Style: Reacts to Donchian breakouts by trading reversals.
  • Uses ATR to adapt SL/TP and trailing stop to volatility.
  • ADX Filter avoids trading in overly strong trends.
  • Cool-down mechanism helps protect capital after consecutive losses.
Lagi daripada penulis ini
GJ-M5-Scalper-V1
This cBot "GBPJPYM5ScalperX" implements a scalping strategy on the GBP/JPY 5-minute chart.
FadeBreakout.Ver1
A breakout contrarian strategy using the Donchian channel and ATR with advanced money management and risk control.
Scalper Signal MTF
This code is a custom scalping indicator for the cTrader platform.
Fade Breakout Portfolio Muiti
This cBot is a portfolio-style automated trading robot based on a fade breakout strategy across multiple currency pairs.
ScalperSignalVisual
Overview of the Fade Breakout Visualizer Indicator
GBPJPY_Scalper.DEMO
GBPJPY 1 minute scalping cBot for buying only.
Anda juga mungkin suka
cBot
forex
btcusd
eurusd
+9
RedAndBlack
RedAndBlack: buy on bullish close, sell on bearish close. Simple trend-following trading strategy.
cBot
rsi
signal
Hammer and Shooting Star Strategy (Made with AlgoBuilderX)
The strategy detects "Hammer" and "Shooting Star" patterns with RSI confirmation, using fixed Take Profit and Stop Loss.
PivotPointBot
PivotPointsBot, leveraging the time-tested pivot point strategy!
cBot
forex
signal
macd
SwingStratH6
Smart Trend cBot - Swing6h
Divergence Rsi BB
RSI Divergence Indicator spots regular and hidden divergences between price and RSI for early reversal alerts
Alligator Strategy + Advanced Take Profit Demo
This strategy is based on the Alligator indicator and has 4 levels of Take Profit.
cBot
forex
indices
commodities
+3
WTI ADR +MACD + ADR+ ADMIR + RSI TF 1 Min Many more
N.B.: Results with an initial invested capital of 100 euros.
EngulfingCoreBotPro
Engulfing Pattern cBot Pro: Smart candlestick trading with filters, risk control & daily protection.
cBot
ai
rsi
crypto
+1
AI Trading & Advisory, ChatGPT, Gemini, DeepSeek, Claude
Ai Trading & Advicer with ChatGPT, Gemini, DeepSeek, Claude
cBot
eurusd
martingale
usdjpy
FibonacciScalperNet6Demo
This Version only supports Demo accounts or Backtest Please Download the pro version at https://ctrader.com/products/312
cBot
btcusd
gbpusd
martingale
+3
Stop Order
Scalping V.1 (Stop Order TP + SL)
cBot
forex
indices
signal
ADX US500 SP500 TF 5M CTRADER
N.B.: Results with an initial invested capital of 100 euros.
Pulse TIck Reactor DreamProfitFX
Pulse Tick Reactor: AI-powered trading bot delivering precision entries, adaptive risk control, and consistent profits.
AlgoCorner Gradient Orders
This tool will help you spread your trades very quickly with a few clicks
Dynamic Lot Optimizer bY Mohammad KHR
MARKET Orders (With Drag SL based on $ Risk)
cBot
xauusd
commodities
Rocket Drive_Gold Auto Recalibration 7days trial
Need Trial Version of Rocket Drive? Get it here
Araware.RiskManagement
This is a customized bot designed for risk control and management.
GJ-M5-Scalper-V1
This cBot "GBPJPYM5ScalperX" implements a scalping strategy on the GBP/JPY 5-minute chart.