Логотип продукта "Fade Breakout (Demo Version)"
Fade Breakout (Demo Version)
0.0
16/07/2025
10
Desktop, Mobile, Web
Загруженное изображение продукта "Fade Breakout (Demo Version)"Загруженное изображение продукта "Fade Breakout (Demo Version)"Загруженное изображение продукта "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.
Больше от этого автора
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.
Вам также может понравиться
[StellarStrategies] Scheduled Trade Executor
Automates order placement at specified times with customizable parameters for targeted trading.
BOT REJECTION - SOLUTIONS FOR INVESTORS
Rejection Bot – Precision Trading at Key Levels
сиБот
eurusd
grid
DistEMATrendBot1.1
A trend following cBot using moving averages, ADX, and least squares regression to identify and extrapolate a trend.
Gold Breakout Retest Analyzer (Backtest Edition)
Breakout Retest Analyzer – Backtest Edition Description: Take your trading research to the next level with the Breakout
Популярный
сиБот
breakout
ORB
Powerfull and Optimized strategy based on the "Opening Range Breakout" on the 15 min chart.
Rsi Range 10 Cbot
Effortless RSI Scalping cBot—your go‑to for lightning‑fast scalping on high‑volatility indexes and symbols.
сиБот
forex
xauusd
scalping
Djai_tma_noSourceCode
Trading Automatisé Performant TMA STRAT est un robot de trading pour vous facilite votre vie de trader
Zone Recovery Hedging (Made with AlgoBuilderX)
This strategy is based on the Zone Recovery strategy and utilizes hedging for trade management.
RSI_withSourceCode
Start the journey today
сиБот
martingale
signal
Three Soldiers & Black Crows (Made with AlgoBuilderX)
This cBot uses Three White Soldiers, Three Black Crows patterns with ADX filtering and a Martingale strategy for trades.
DragonXAU2V2Demo
GOLD trade Real Accout at https://ctrader.com/products/1728
HannibalScalpLiteAI
HannibalScalpLiteAI – A reliable scalping bot for EUR/USD (M1) using EMA, RSI, and COG indicators. Designed for simplici
сиБот
forex
ai
prop
+8
QuantumTrendX
Trade Smarter, Not Harder – The AI Edge: The Trader's Quantum Leap. Enjoy For FREE
сиБот
commodities
xauusd
DragnGoldEAPro_SELLNet6Demo
Dragon GOLD EA uses trade gold with good profit, the minimum balance is 3000$ with lot size 0.01, SELL on demo account.
сиБот
bollinger
martingale
commodities
+4
Gold Sclaper V2_noSourceCode
"GoldScalperBot V2 – First release, V3 coming soon."
сиБот
breakout
forex
prop
+4
OPENING BELL PTFX
Opening Bell – A no-nonsense cTrader robot for XAU/USD.
сиБот
forex
prop
commodities
+3
Maya Gold Grid ATR
🌞 Smart Gold Grid. ATR Precision. +35% in 30 Days🌞
Daily Trading Strategy (Made with AlgoBuilderX)
This day trading strategy uses RSI and ADX with 4 TP levels, break-even, and customizable position management.