Logotipo de "Fade Breakout (Demo Version)"
Fade Breakout (Demo Version)
0.0
16/07/2025
10
Desktop, Mobile, Web
Imagen cargada de "Fade Breakout (Demo Version)"Imagen cargada de "Fade Breakout (Demo Version)"Imagen cargada de "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.
Más de este autor
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.
Puede interesarle
cBot
forex
prop
commodities
+1
Risk Manager v1_1
Daily profit/loss risk manager with lock feature—auto-stops trading once limits are hit.
EMA SMA NASSIMI
SMA EMA NASSIMI" is a powerful and free cBot designed for cTrader, leveraging SMA (Simple Moving Average) and EMA (Expon
Mejor valorado
cBot
forex
ai
indices
+3
needThai Test Version
FREE Beta Test Version , World First AI Trading Bot , Adjust to suit your own strategy and risk management PLEASE ENJOY!
DASHBOT
DASHBOT muestra en tiempo real el Spread, Lote, Comisión, Trailing Stop sugerido y Ruido de mercado en pips.
DAX INTRADAY
DAX BOT FOR INTRADAY TRADING
Blue Road
Blue Road is an automated trading system designed with longevity, while carrying quiet high risk
AlgoCorner Trading Dashboard MP
Custom trading dashboard for fast one-click orders. Set Stop Loss, Take Profit, and customize layout & symbols easily.
cBot
rsi
Daily Trading Strategy (Made with AlgoBuilderX)
This day trading strategy uses RSI and ADX with 4 TP levels, break-even, and customizable position management.
DexAI
Smart Trading, Powered by AI – Let Algorithms Work for You! ENJOY!
ofir ash
ai bot - ema crossing with right parameters
cBot
usdjpy
777 - INTERMEDIATE - Adjustable risk cBOT Enc DEMO
USD/JPY Specialist cBOT
EU MACD 1
EURUSD MACD STRATEGY. check my other bots for better profts.
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.
cBot
grid
signal
🎯 Cwebhook Trade Manager
Trade manager with partial TP %, breakeven, trailing stop, equity protection, and drawdown recovery.
cBot
supertrend
signal
High Profit AUDCHF
Bot is based on Price Action strategy to open & manage orders. It is effective capital management and high profitability
DreamProfitDEMO
DreamProfitFXBot hunts pips daily with precision, filters out noise, and locks profits fast. Built for sharp day-traders
cBot
forex
indices
[Stellar Strategies] SP500 Gap Closure cBot 1.0
Trading robot designed to trade the S&P 500 index (or any other instrument) based on the concept of gap closure. 📉📈
SNR Engulfing Pattern Bot
The SNR Engulfing Bot trades SNR levels and engulfing patterns, automating price action strategies for cTrader users.